Subject duplicate a record including children
Author jeffplata
Hello group,

I use this method to duplicate a record with no problems:

srcVariant := ib_query1['COL1;COL2;COL3'];
ib_query1.append;
ib_query1['COL1;COL2;COL3'] := srcVariant;

How do I extend this code so that I can copy or duplicate the details
in a master-detail structure?

TIA

Jeff