The information in this article applies to:
SUMMARYThe following is a complete list of all possible settings for the action parameter of the Validate Event for the Microsoft Data Control. The first 12 are documented in the online Help and the Microsoft Visual Basic Language Reference under the description of the Validate event. MORE INFORMATIONThe action parameter of the Validate Event of the Microsoft Data Control is populated with the notification that is sent to the control from the Data Access Objects (DAO). The action parameter is documented in Visual Basic to have the following valid settings:
There are 22 additional possible notifications from DAO that were not
documented because they should not normally occur in a Visual Basic
application. Most of these notifications are either not passed on to the
action parameter of the Validate Event and simply ignored, will cause an
error to be raised, or are mapped to one of the documented settings. Under
certain conditions, it is possible that one of the following values is
passed to the action parameter of the Validate Event. The following is a
list of those values:
NOTE: Because these settings should not normally be generated, they should
not be relied upon or used. This article is for documentation and debugging
purposes only. Any value that is not documented in the online Help for
bound controls and is subject to change.
REFERENCES
Further information on these values and other data binding issues can be
found in the Data Binding SDK documentation available on www.microsoft.com. Additional query words: kbVBp500 kbVBp600 kbdse kbDSupport kbVBp kbVBp400 kbDAO
Keywords : kbGrpVBDB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |