pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -36,6 +36,7 @@ compile insert EVERRORS
Amended Date Reason
====== ==== ======
Mr C 01 Dec 23 Added EV_QEHANDLED$
Mr C 01 Feb 21 Added EV_RESETSKERR$
Mr C 14 Sep 16 Added EV_PROPVALERR$
Mr C 29 Dec 14 Added EV_ERRVAL$
@ -65,38 +66,39 @@ compile insert EVERRORS
equ EV_ARGS$ to 2
equ EV_PREFIX$ to "EV"
equ EV_UNKNOWNERR$ to "EV100" ; * // Unknown Event Handler error
equ EV_REQUIREERR$ to "EV101" ; * // Required Error
equ EV_VALIDERR$ to "EV102" ; * // Validation Error
equ EV_FORMREADERR$ to "EV103" ; * // Form Read Error
equ EV_FORMREADSUBERR$ to "EV104" ; * // Form Read Sub Error
equ EV_NULLKEYERR$ to "EV105" ; * // Null Key Error
equ EV_NOLOCKERR$ to "EV106" ; * // Locking Error
equ EV_USERCANCEL$ to "EV107" ; * // User Cancel
equ EV_NULLPROCNAME$ to "EV108" ; * // Null procedure name
equ EV_INVALIDPROCNAME$ to "EV109" ; * // %1% is not a valid stored procedure name
equ EV_PARAMNOTALLOWED$ to "EV110" ; * // The %1% stored procedure does not accept parameters
equ EV_NULLWINNAME$ to "EV111" ; * // Null window name
equ EV_DSNCREATERROR$ to "EV112" ; * // DSN (IDE Designer) Create Error [%1%]
equ EV_TPLCREATERROR$ to "EV113" ; * // TPL (IDE ToolPanel) Create Error [%1%]
equ EV_INVALIDDSNPROP$ to "EV114" ; * // DSN (IDE Designer) PROPCHANGED validation error
equ EV_FDSPARSEERROR$ to "EV115" ; * // FDS (IDE FormDes) Parser Error [%1%]
equ EV_FDSBUILDERROR$ to "EV116" ; * // FDS (IDE FormDes) Builder Error [%1%]
equ EV_DSNWRITEERROR$ to "EV117" ; * // DSN (IDE Designer) Write error [%1%]
equ EV_DSNTESTRUNERROR$ to "EV118" ; * // DSN (IDE Designer) Test-Run error [%1%]
equ EV_PROPVALERR$ to "EV119" ; * // Invalid Property Value [%1%]
equ EV_QBFPARSEERR$ to "EV130" ; * // QBF Parser Error [%1%]
equ EV_QBFINITOFF$ to "EV132" ; * // Query By Form is not active
equ EV_QBFACTIVATELIST$ to "EV133" ; * // QBF saved list activation error [%1%]
equ EV_QBFINVALIDINDEX$ to "EV134" ; * // "%1%" is not a valid position in the QBF result list
equ EV_QBFINVALIDID$ to "EV135" ; * // "%1%" is not a valid ID in the QBF result list
equ EV_RESETSKERR$ to "EV136" ; * // Error resetting sequential key counter [%1%]
equ EV_UNKNOWNERR$ to "EV100" ; // Unknown Event Handler error
equ EV_REQUIREERR$ to "EV101" ; // Required Error
equ EV_VALIDERR$ to "EV102" ; // Validation Error
equ EV_FORMREADERR$ to "EV103" ; // Form Read Error
equ EV_FORMREADSUBERR$ to "EV104" ; // Form Read Sub Error
equ EV_NULLKEYERR$ to "EV105" ; // Null Key Error
equ EV_NOLOCKERR$ to "EV106" ; // Locking Error
equ EV_USERCANCEL$ to "EV107" ; // User Cancel
equ EV_NULLPROCNAME$ to "EV108" ; // Null procedure name
equ EV_INVALIDPROCNAME$ to "EV109" ; // %1% is not a valid stored procedure name
equ EV_PARAMNOTALLOWED$ to "EV110" ; // The %1% stored procedure does not accept parameters
equ EV_NULLWINNAME$ to "EV111" ; // Null window name
equ EV_DSNCREATERROR$ to "EV112" ; // DSN (IDE Designer) Create Error [%1%]
equ EV_TPLCREATERROR$ to "EV113" ; // TPL (IDE ToolPanel) Create Error [%1%]
equ EV_INVALIDDSNPROP$ to "EV114" ; // DSN (IDE Designer) PROPCHANGED validation error
equ EV_FDSPARSEERROR$ to "EV115" ; // FDS (IDE FormDes) Parser Error [%1%]
equ EV_FDSBUILDERROR$ to "EV116" ; // FDS (IDE FormDes) Builder Error [%1%]
equ EV_DSNWRITEERROR$ to "EV117" ; // DSN (IDE Designer) Write error [%1%]
equ EV_DSNTESTRUNERROR$ to "EV118" ; // DSN (IDE Designer) Test-Run error [%1%]
equ EV_PROPVALERR$ to "EV119" ; // Invalid Property Value [%1%]
equ EV_QBFPARSEERR$ to "EV130" ; // QBF Parser Error [%1%]
equ EV_QBFINITOFF$ to "EV132" ; // Query By Form is not active
equ EV_QBFACTIVATELIST$ to "EV133" ; // QBF saved list activation error [%1%]
equ EV_QBFINVALIDINDEX$ to "EV134" ; // "%1%" is not a valid position in the QBF result list
equ EV_QBFINVALIDID$ to "EV135" ; // "%1%" is not a valid ID in the QBF result list
equ EV_RESETSKERR$ to "EV136" ; // Error resetting sequential key counter [%1%]
equ EV_WINMSGVAL$ to "EV200" ; * Return WINMSG value to PS
equ EV_WINMSGVAL$ to "EV200" ; // Return WINMSG value to PS
equ EV_ERRVAL$ to "EV998" ; * Returned error data to the calling proc (usually contains SSP error details)
equ EV_RETVAL$ to "EV999" ; * Return data to the calling proc - NOT an error!!!
equ EV_QEHANDLED$ to "EV300" ; // Handled in QE (Not an error)
equ EV_ERRVAL$ to "EV998" ; // Returned error data to the calling proc (usually contains SSP error details)
equ EV_RETVAL$ to "EV999" ; // Return data to the calling proc - NOT an error!!!
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////