Click or drag to resize

DataWindow.StatusOK Method

X#
Indicate the current validation status of the window through a return code and by setting the DataWindow:Status property.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD StatusOK() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
StatusOK() scans all controls on the window for an invalid status. If an invalid control status is found, the method returns TRUE. Use the DataWindow:Status property to determine which control returned an invalid status. Otherwise, StatusOK() returns FALSE.
See Also