Search results

  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

    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