dbc_AfterCopyProc Event

Occurs after the COPY PROCEDURE command has completed. There are two versions of the syntax.

PROCEDURE dbc_AfterCopyProc(cFileName, nCodePage, lAdditive) 
PROCEDURE dbc_AfterCopyProc
LPARAMETERS cFileName, nCodePage, lAdditive

Parameters

cFileName

Specifies the name of the text file to which the stored procedures were copied.

nCodePage,

Specifies the code page of the program file to which the stored procedures are copied. Visual FoxPro copies the contents of the stored procedures in the database and, as it does so, automatically converts those contents to the code page you specify.

lAdditive

Specifies whether the ADDITIVE keyword was included in the COPY PROCEDURE command that triggered this event. If ADDITIVE was omitted, the stored procedures replaced the contents of the program file.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic