dbc_ModifyData Event
Occurs immediately after MODIFY DATABASE is issued. Use to prevent opening of the database designer window. There are two versions of the syntax.
PROCEDURE dbc_ModifyData(cDatabaseName, lNoWait, lNoEdit ) |
PROCEDURE dbc_ModifyData LPARAMETERS [cDatabaseName, lNoWait, lNoEdit ] |
Parameters
- CDatabaseName
-
Specifies the name of the Database being modified.
- lNoWait
-
Specifies whether the NOWAIT keyword was included in the MODIFY DATABASE command, which would cause the program execution to continue after the Database Designer is opened.
- lNoEdit
-
Specifies whether the NOEDIT keyword was included in the MODIFY DATABASE command, which would prevent editing of the database.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08