version 6.5 (Modified)
REDRAW (object)
| Parameter | Type | Description | |
| object | Object | Subtable for which to redraw the subform, or | |
| Table for which to redraw the subform, or | |||
| Field for which to redraw the area, or | |||
| Variable for which to redraw the area, or | |||
| Form table to redraw on a Web browser |
Description
When you use a method to change the value of a field or subfield displayed in a subform, you must execute REDRAW to ensure that the form is updated.
Web Server: When executed after the On Timer form event, the REDRAW command can be called to periodically update a 4D form sent to a Web browser. For more information, please refer to the description of the SET TIMER command.
See Also