•
|
Drawing objects is slow. Suppose that you have a graph with a lot of data. The platform does complicated calculations or the data table contains a formula. Adding a row can require a lot of processing. Use Begin Data Update() so you only redraw the graph once instead of for each change. Begin Data Update() saves all update messages until End Data Update() is reached.
|
•
|
The use of functions might help speed things up, for example, using the Summarize() function rather than creating a Summary table. Maintaining a data table can be too much overhead. See “Store Summary Statistics in Global Variables” on page 336 in the “Data Tables” chapter for details.
|