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...
Continue reading...