home *** CD-ROM | disk | FTP | other *** search
-
- Structure for database: PRO2EROR.DBF
-
- Field Field Name Type Width Dec Description
- ═════ ══════════ ══════════ ═════ ═══ ══════════════════════════
- 1 ER_NO Numeric 5 Error message number
-
- 2 ER_MSG Character 80 Contents of error message
-
- 3 KODE Character 120 *Contents of line of code
- that generated the error
-
- 4 LINE_NO Numeric 18 *Number of line of code that
- generated the error
-
- 5 MMODUL Character 80 Module containing the code that
- generated the error
-
- 6 DDATE Date 8 Date the error was generated
-
- 7 TTIME Character 8 Time the error was generated
-
- 8 LAN_USER Character 12 Name of LAN user who generated
- the error. This is obtained
- via the GETENV("USER") DOS
- environmental initialized
- in the majority of Novell
- log-in scripts. It can also
- be created via a DOS SET
- statement:
- SET USER=PAT_ADAMS
-
- 9 NOTES Memo 10 Information from LIST MEMORY
- and LIST DISPLAY are placed
- in this memo field.
-
- ** Total ** 342
-
-
-
- * Only available if the source code resides in the same directory as
- the compiled file.