Recent content by Ranjith

  1. R

    Error Unable to send Json API with special characters through socket

    Gettng Json parse error on server side when sending a JSON API with special characters like Euro/dollar symbol. A sample code used is given below DEFINE INPUT PARAMETER i-payload AS LONGCHAR NO-UNDO. DEFINE OUTPUT PARAMETER i-out AS LONGCHAR NO-UNDO. DEFINE VARIABLE...
  2. R

    Not able to print a chinese word

    Thankyou for your reply. The progress DB is converted to UTF-8 and i started the DB with parameters -cpinternal utf-8 -cpstream utf-8 Also the client procedure editor is started with same parameters. I can save a chinese word into DB from client procedure editor. Also i can display the same...
  3. R

    Not able to print a chinese word

    I am able to store a chinese word into the progress DB. I can see the word from GUI procedure editor also. When i am trying give the print into an HP printer from GUI editor using the code SYSTEM-DIALOG PRINTER-SETUP NUM-COPIES 1. output stream report to PRINTER PAGED. PUT STREAM...
Back
Top