This constant indicates that some user action took place and that the focus moved from the edited object. Examples of user action include tabbing to another object, using the mouse to click on another object, or using a mnemonic or accelerator to activate another object. VALIDATE_Ok is one of three possible return values from the SAM_Validate and SAM_RowValidate messages. It is also one of two possible return values from the SalSendValidateMsg message. Performs its own validation if you do not trap and process the SAM_Validate message. Value = 1

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int VALIDATE_Ok

See Also