SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Values for the failureCode member of the NM_SFTMASK_VALIDATIONERROR notification structure, identifying the error condition detected (see Input Validation).
| SFTMASK_FAILURENONE (0) | No error. |
| SFTMASK_FAILURECUSTOM (1) | The contents were rejected by the application's custom validation (see NM_SFTMASK_CUSTOMVALIDATION). |
| SFTMASK_FAILUREDELAYED (2) | The contents were found invalid during delayed validation. |
| SFTMASK_FAILUREVALIDPROP (3) | The contents were found invalid when the IsValid or IsValidWithMsg function was called. |
| SFTMASK_FAILUREINPUT (4) | A typed character was rejected because it is not allowable at the current position. |
| SFTMASK_FAILUREDELETE (5) | A delete operation was rejected. |
| SFTMASK_FAILUREDATEINVALID (6) | The entered date is not a valid date. |
| SFTMASK_FAILUREDATETIMERANGE (7) | The entered date is outside the range defined using the calFirstDate and calLastDate fields. |
See Also Input Validation | Notifications
