[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: A way to join dynamic tables?

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
You are joining each record of the first table with each record of the second table. You need to have a where clause joining the tables and you probably want a first instead of each queryh:QUERY-PREPARE(SUBSTITUTE("FOR EACH &1, first &2 where &2.parentfield= &1.idfield ", tableh:NAME , ctableh:NAME)).

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