Recent content by dmuller

  1. dmuller

    Question How to check similarity between strings?

    https://www.progresstalk.com/threads/phonetic-comparison-code-soundex.245/
  2. dmuller

    Question How to check similarity between strings?

    Hello! Is there a way in Progress 4GL to compare names in a database (perhaps phonetically)? For example, I would like the program to return to me how much of the string "Diego Muller" is similar to "Diego Mueller". I've tried using the "Compare" function without success. Diego Müller
  3. dmuller

    How to put text on image

    I used the following source code and realized that it works on Windows, but I need it to work on Unix. It would be better to be able to place text directly on the image, without depending on the screen frame. Any suggestion? USING System.Drawing.*. USING System.Drawing.Imaging.*. USING...
  4. dmuller

    How to put text on image

    I need to develop a REST service that returns a kind of virtual card. I can load a background image from the card with the "load-image" command, but I don't know how to put the data in the image to return the base64 file. Is there a way to edit an image or save a screen frame as an image? Or any...
  5. dmuller

    Question How to sort json object properties?

    Just a matter of customer aesthetics. I'm more relaxed if there's no way. Thanks
  6. dmuller

    Question How to sort json object properties?

    I have similar code to create a json.... Giving a result similar that... But, I need to sort the properties from Json to have a result like this.... How to sort json object properties?
Top