IEstimate.CheckAndRepaint Method
This methods refreshes and checks the data from the database. After that, the visible
workbooks and other data are repainted.
Some operations make changes only to the DB, without repainting. This is for performance reasons, since the
CheckAndRepaint method is quite time consuming. You can perform a number of such operations and call
CheckAndRepaint only once, when you are done. An example of such a method is ITask.CreateNewSubTask.
Read methods documentation to see if a call to CheckAndRepaint is required for them.
Available since QDV 7.13.0001.