Search results

  1. R

    Convert Target "UTF-8"

    Hi, I'm trying to generate a simple file (.TXT) with UTF-8 format using the following command but it isn't working!!! :mad: DEFINE STREAM str-out. OUTPUT STREAM str-out TO VALUE("C:\TMP\CONVERT.TXT") CONVERT TARGET "UTF-8". PUT STREAM str-out "TEST UTF-8" SKIP. OUTPUT STREAM str-out CLOSE...
  2. R

    How to use DLL-Events???

    Do you know if that works on 9.1e? I'm trying to use it on 9.1e but it doesn't works. I tried it on 10.1c and it worked perfectly. Thanks
Back
Top