Hi all, First to duplicate rows in a DG, I used the AddData command in a loop. But over 1000 lines to duplicate, the performances are dramatics.
Then, I changed my mind. 1) I build an array with all the duplicated 2) I merge the dgData of my DG with this array by using the union command. 3) At last, I set the dgData to the merged array. It seems working as fast as ever with 4000 records. Maybe too fast... Can I encounter problems in doing this union? Should I refresh the dgIndexes? TIA Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
