Dear All,
I just wanted to delete all the data in modified tables or the tables that i have created.
1 solution that i got is to create the record variable of all the tables in a batch report and then call recordVariableOfTable.Deleteall;
Its a hectic task to do..
Please suggest.
Thanks in advance ;-)
Comments
Then use a RecordRef variable to refer to each of those ones and delete them records.
Create a ProcessingOnly report with a DataItem per table involved and put DELETEALL in each OnPreDataItem trigger.
In this way you're more sure in which tables you will delete all records.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
for the ideas
=D> \:D/
What do you plan to do with the remaining, now likely inconsistent, data?
You should
Or else you'd probably be better off transferring the data you wish to keep to a new, empty database, reposting any posted entries.