RefreshForm Action

The RefreshForm action forces an immediate repaint of the current screen. By default Newlook will delay repainting the screen until a macro ends. When you want the results of any changes to be shown immediately, use the RefreshForm action before the macro ends.

Version Support

Obsolete from Version 11.0 onwards. Some older solutions may contain instances of this action. Run the compatibility report to identify any use of this action and remove it from your solution.

Use

This action is useful if you have changed the value of something that a control on your form is dependent on and you wish to refresh the display of the form.

See Also

OpenForm action | CloseForm action | Refresh method | RefreshForm method