Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function to retrieve the string to display when a user enters data that does not match the validation rule.
CString GetValidationText( );
Return Value
A CString object that specifies the text displayed if the user enters data that does not match the validation rule.
Remarks
For a CDaoTableDef object, this CString is read-only for an attached table and read/write for a base table.
For related information, see the topic "ValidationText Property" in DAO Help.
Requirements
Header: afxdao.h
See Also
Reference
CDaoTableDef::SetValidationRule
CDaoTableDef::SetValidationText
CDaoTableDef::GetValidationRule