DataWindow.StatusOK Method (Typed) | |
Indicate the current validation status of the window through a return code and by setting the DataWindow:Status property.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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