[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to use travers a child buffer in a dataset

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
11.7 I have a dataset that is filled With several temp-tables, filled up and using the relation between buffers. So I am able to do i.e.: dsh:get-buffer-handle('myChild'):synchronize(), and I will get the correct record. My problem is that I want to get all the records that myChild has, no only the first record... bhFrom = ParentDataSet:GET-BUFFER-HANDLE('PartyIdentifier') NO-ERROR qh = ParentDataSet:get-relation('PartyIdentifier'):QUERY. qh:GET-FIRST(NO-LOCK). DO WHILE NOT qh:QUERY-OFF-END:. : qh:get-next(). end. This seems to give me all records, not only the related.... It should be possible? //Geir Otto

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