x=@GUI.PAUSE()
Pauses automatic screen updating while in GI/Web.
x=@GUI.RESUME()
Resumes automatic screen updating while in GI/Web.
These functions are useful for hiding the output of some system commands while running processing. Output can sometimes cause undesired effects on a filePro screen or prevent some commands from updating the screen correctly. This should correct some text being displayed while outside of filePro's messaging.
Example:
Then: x=@GUI.PAUSE()
Then: SYSTEM command
Then: x=@GUI.RESUME()