refreshform Method
Class: tsbaseform
Expand/Collapse source code of procedure refreshform Source Code
*-- By providing a custom form refresh method such as this, 
*-- we are now able to lock the screen each time we refresh, as
*-- well as override this method for custom refresh processing
*-- in a subclass. (See the order history class).
thisform.LockScreen = .T.
thisform.Refresh()
thisform.LockScreen = .F.