QDVEstimate.Check_And_Repaint 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
IEstimate.CheckAndRepaint method is quite time consuming. You can perform a number of such operations and call
IEstimate.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 IEstimate.CheckAndRepaint is required for them.