| Subject | duplicate a record including children |
|---|---|
| Author | jeffplata |
| Post date | 2008-05-09T08:59:29Z |
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
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