Search:

Type: Posts; User: Ola Eldoy

Page 1 of 36 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: Problem checking for string containing space

    Finally, after 11 years, my comment got a reply!
    Samuel, you should get a badge for that 😄
  2. Re: Unit testing time! Introducing VDFUnit, xUnit for Visual Dataflex

    Bram
    My post from May 31, 2016 on this thread explains how to run the tests from command line without UI
  3. Replies
    7
    Views
    1,809

    Re: Git and Global Packages

    Hi all! I'm doing a "hit & run" on the forums today - and am using the opportunity to add a comment here...

    Using Git submodules can work well, but note that it comes with a learning curve and a...
  4. Re: Unit testing time! Introducing VDFUnit, xUnit for Visual Dataflex

    Great to see that DFUnit lives on. The forked repo at GitHub definitely looks like the place to go now! Was it shown off at an EDUC2022 conference presentation, or in the training only?
  5. Re: Unit testing time! Introducing VDFUnit, xUnit for Visual Dataflex

    Hi Luca!

    I don't follow the forums on a consistent basis now - since my day job no longer involves anything DataFlex, so it took a while before I saw this. Anywya, I think it's great to see that...
  6. Thread: Unit tests

    by Ola Eldoy
    Replies
    7
    Views
    2,718

    Re: Unit tests

    I'm glad DFUnit has proved to be of some value :o

    In my current position (since September) I don't get to use it, but for testing web apps, I can really recommend looking into Cypress. Think...
  7. Replies
    8
    Views
    11,821

    Re: The Hammer 3 Release Candidate 1

    Awesome work!
  8. Replies
    10
    Views
    2,217

    Re: Convert String to UChar[] in VDF 15.1

    Thanks, Max! I will try this.
  9. Replies
    10
    Views
    2,217

    Re: Convert String to UChar[] in VDF 15.1

    Thanks, Mike. I will do that when I have time.
  10. Replies
    10
    Views
    2,217

    Re: Convert String to UChar[] in VDF 15.1

    This looks very similar to what I have.

    .NET code:

    public bool SaveInvoiceDocument(byte[] document, int invoiceNum)

    DataFlex code:

    Function ComSaveInvoiceDocument UChar[] lldocument...
  11. Replies
    10
    Views
    2,217

    Re: Convert String to UChar[] in VDF 15.1

    I'm interfacing with a .NET dll via Com, and the .NET method takes a byte array as an argument. Now, I was able to make use of Allan Kim Eriksen's cFileSystemUchar class to read a file into a UChar...
  12. Replies
    10
    Views
    2,217

    Convert String to UChar[] in VDF 15.1

    I need to convert a string to an UChar array in VDF 15.1, but I'm struggling.

    (Obviously, I cannot use StringToUCharArray, which was introduced in DataFlex 18.1.)
  13. Replies
    11
    Views
    3,316

    Re: OT: Tiny MCE Editor Control

    Sorry, Michael. Still on version 8.
  14. Re: YAFR: library namespace awareness for classes

    +1
  15. An interesting story about rewriting a compiler

    Might be relevant for those in the business of maintaning a programming language, like... DataFlex.
    ...
  16. Replies
    2
    Views
    16,775

    Re: Reverse Geo Location

    I once asked the reverse of your question on Stack Overflow.

    However, it seems at least one answer goes both ways:
    https://developers.google.com/maps/documentation/geocoding/start
  17. Replies
    5
    Views
    9,917

    Re: Clipboard Library

    Very nice! Thanks for sharing :-)
  18. Re: Will there be any color schema for the Studio?

    I also hope colour schemes will get better support!

    As a side note, I have tried using dark colour schemes on editors (especially for editors where that is the default, such as VS Code). On a...
  19. Replies
    8
    Views
    8,305

    Re: Automated testing tools and principals

    Hello Roel,

    Automated testing certainly is a huge topic, so it's easy to get lost just figuring out what exists out there. On top of this, most of the material you find is written for a different...
  20. Replies
    8
    Views
    8,305

    Re: Automated testing tools and principals

    Hi Roel,

    I had the same question some time ago. So I ended up writing a tool or two myself. This is discussed in greater detail mostly in this thread. I also gave a presentation at EDUC 2016.
    ...
  21. Re: Record not found rears its ugly head once again

    Thanks for the suggestion, Mike! This time a "Broadcast Recursive No_Stop Send Clear" did the trick, though.
  22. Re: Record not found rears its ugly head once again

    That question represents part of the problem :rolleyes: It's a monolithic application where finding out what is really going on is quite a challenge. So running automated regression tests is a tool...
  23. Re: Record not found rears its ugly head once again

    That wasn't stupid at all! It worked! Thanks :o
  24. Record not found rears its ugly head once again

    I've encountered a situation which I find quite puzzling. I may need to create a smaller workspace that can reproduce the problem, but since that is probably a lot of work, let me describe the...
  25. Replies
    12
    Views
    3,123

    Re: Code Warnings

    Thanks, Michael!

    This issue has certainly given us some interesting moments.

    Is there any chance you can make the CodeExplorer run from the commandline with input and output that can be used...
Results 1 to 25 of 885
Page 1 of 36 1 2 3 4