I need to programitically refresh the TXDataWebDataSet.
- Is
TXDataWebDataSet.Refresh
sufficient. - Or do I need to close and reopen the dataset
- Or there is some other mechanism
I need to programitically refresh the TXDataWebDataSet.
TXDataWebDataSet.Refresh
sufficient.IIRC I use Close and Load
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.