dbc_AfterValidateData Event
Occurs after VALIDATE DATABASE completes. There are two versions of the syntax.
PROCEDURE dbc_AfterValidateData (lRecover, lNoConsole, lPrint, lFile [, cFilename]) |
PROCEDURE dbc_AfterValidateData LPARAMETERS lRecover, lNoConsole, lPrint, lFile [, cFilename] |
Parameters
- lRecover
-
Specifies whether the RECOVER keyword was included in the VALIDATE DATABASE command that triggered this event.
- lNoConsole
-
Specifies whether the NOCONSOLE keyword was included in the VALIDATE DATABASE command that triggered this event.
- lPrint
-
Specifies whether the PRINT keyword was included in the VALIDATE DATABASE command that triggered this event.
- lFile
-
Specifies whether the TO FILE clause was included in the VALIDATE DATABASE command that triggered this event.
- cFilename
-
Specifies the name of the output file named in the TO FILE clause of the VALIDATE DATABASE command. cFilename is optional, but if you omit it and use the TO FILE clause of VALIDATE DATABASE, you will receive the error "Must specify additional parameters." If you do not use TO FILE and include the cFilename parameter, it will be passed a value of .F.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic