Occurs before the PACK DATABASE command runs.
|
|---|
PROCEDURE dbc_PackData( ) |
Remarks
Example
| | Copy Code |
|---|
* Reports to the screen Event name, where it is called from and ;
* the parameter passed.
PROCEDURE dbc_PackData
? ' - ' + PROGRAM()
??' in ' + SUBSTR(SYS(16),RAT('\',SYS(16))+1)
? ' Current DBC: ' + SUBSTR(DBC(),RAT('\',DBC())+1)+' /end/ '
ENDPROC |
See Also