read

  1. J

    Question How Make Json Out Of One Tt/ds Record At A Time.

    I have a program that takes a temp-table, reads it into a json object then uses that Json to call a rest service i need to tweak it so that it only sends on record at a time until all the records are sent. is there anyway to do this dynamically, or do i need to break the data and build the json...
  2. C

    Question Traversing through log file from CIM

    Hi I am new to Progress programming, I am just trying to read a CIM file error log file and getting the GroupIDs, Error Msgs, and ultimately I would like to get the data that was loaded for that group, and write it out to comma delimited file. If I wanted to go to specific line in file or find...
Top