Skip to main content
Version: Next

REDRAW

REDRAW ( object )

ParameterTypeDescription
objectForm object🡒Table for which to redraw the subform, or Field for which to redraw the area, or Variable for which to redraw the area, or List box to be updated

Description

When you use a method to change the value of a field displayed in a subform, you must execute REDRAW to ensure that the form is updated.

In the context of list boxes in selection mode, when the REDRAW statement is applied to a list box type object it refreshes the data that is displayed in the object. This statement must be called typically after data modification has occurred in the records of the selection.

See also

SET TIMER