Hello all,
I have a dataset that has a number of tables that i want to clear. In my parent form i have a menuitem called Clear All. Within this event i have the following code : dataset.tables.clear().
Am i correct in assuming that this should clear out all the tables of information? If it is supposed to do that, then why am i having to clear the tables seperately as well?
Any help, as always, is greatly appreciated.
Brian
I have a dataset that has a number of tables that i want to clear. In my parent form i have a menuitem called Clear All. Within this event i have the following code : dataset.tables.clear().
Am i correct in assuming that this should clear out all the tables of information? If it is supposed to do that, then why am i having to clear the tables seperately as well?
Any help, as always, is greatly appreciated.
Brian