method StopFormUpdates
StopFormUpdates method stops form updates. For Memory Tables bound to a grid on a form, this stops the grid being automatically updated. This is used in conjunction with the StartFormUpdates method, so grids don't redraw line by line when refreshing an entire grid.
For example:
Table.StopFormUpdates Try ' Do stuff Finally Table.StartFormUpdates End