DataWindow.StatusOK Method | |
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 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