Occurs after modifications have been made and the stored procedure editor for the database has been closed.
|
---|
PROCEDURE dbc_AfterModifyProc( ) |
Remarks
Example
| Copy Code |
---|
* Reports to the screen Event name, where it is called.
PROCEDURE dbc_AfterModifyProc
? '>> ' + PROGRAM()
?? ' in ' + SUBSTR(SYS(16),RAT('\',SYS(16))+1)
? ' Current DBC: ' + SUBSTR(DBC(),RAT('\',DBC())+1)+' /end/ '
ENDPROC |
See Also