[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: READ-JSON

  • Thread starter Giancarlo Alberto Somma
  • Start date
Status
Not open for further replies.
G

Giancarlo Alberto Somma

Guest
I cannot use this code because there is an error "no "rows" is a property'. Sorry but don't understand which is the way for save the rows of invoices. No problem for invoices but the rows missing to me some information, I can have more the one rows for invoice and more the one invoice in a Json file, Thk for help me! oJsonArray = ResultObject:GetJsonArray("rows"). DO i = 1 TO oJsonArray:LENGTH: oNestObject1 = OJsonArray:GetJsonObject(i). CREATE docrig. ASSIGN documento = oNestObject1:GetCharacter('id_invoice'). docrig.dr_testo[1] = oNestObject1:GetCharacter('description'). docrig.societa = oNestObject1:GetCharacter('id_ow'). END.

Continue reading...
 
Status
Not open for further replies.
Top