[progress Communities] [progress Openedge Abl] Forum Post: Re: Rest Adapter And "complete"...

  • Thread starter Thread starter Derek Lord
  • Start date Start date
Status
Not open for further replies.
D

Derek Lord

Guest
An alternative if you have the URI - Method with INPUT poURI AS URI: DEFINE VARIABLE cNamesArray AS CHARACTER EXTENT NO-UNDO. DEFINE VARIABLE iNamesArray AS INTEGER NO-UNDO. DEFINE VARIABLE iIdx AS INTEGER NO-UNDO. ASSIGN iNamesArray = poURI:GetQueryNames(OUTPUT cNamesArray). DO iIdx = 1 TO iNamesArray: MESSAGE cNamesArray[iIdx]. MESSAGE poUri:GetQueryValue(cNamesArray[iIdx]). END.

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