restorewindowpos Method
Class: orderentry
Expand/Collapse source code of procedure restorewindowpos Source Code
*-- Since the caption and name properties of 
*-- the Order History form are dynamic, we specify
*-- the name of the entry to make in the INI file.
IF "HISTORY" $ UPPER(thisform.Name)
  tsBaseForm::RestoreWindowPos("Order History")
ELSE
  tsBaseForm::RestoreWindowPos()
ENDIF