ShowForms Property

Gets or sets whether screens are displayed while macros or scripts execute.

App.ShowForms = [boolean]

Use

If this property is set to True then screens are displayed when they are received during the execution of a macro. If this property is set to False then the macro executes and the display screen is not updated until the macro has completed.

WARNING:

A macro setting the value of the ShowForms property cannot be assigned to the OnReceive or OnRefresh events of a form as the form controls cannot be hidden at the time that these events are triggered.

TIP:

It is also worth noting that the Wait argument of any SendKeys action must be set to True if this action is being executed while the ShowForms property is False.

See Also

SendKeys action | SendKeys method

Applies To

App object


© 2004-2021 looksoftware. All rights reserved.