Click or drag to resize

DataWindow.CheckStatus Method (Typed)

X#
Test the information currently displayed in the controls in this data window to see if it passes all validation rules defined to the connected server.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CheckStatus() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the window passes all validation checks; otherwise, FALSE.
Remarks
This method invokes DataWindow:StatusOK() which validates the information for each control in the window. If a validation check fails, use the DataWindow:Status property to determine the exact cause of the failure.
See Also