dbc_BeforeCopyProc Event

Occurs before the COPY PROCEDURE command begins. There are two versions of the syntax.

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

Parameters

cFileName

Specifies the name of a text file to which the stored procedures are to be copied.

nCodePage,

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

lAdditive

Specifies whether the ADDITIVE keyword was included in COPY PROCEDURE command that triggered this event.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


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