home *** CD-ROM | disk | FTP | other *** search
-
- Structure for database: CALLWHOM.DBF
-
- Field Field Name Type Width Dec Description
- ═════ ══════════ ═════════ ═════ ═══ ══════════════════
-
- 1 TITLE Character 20 PRO2EROR title identifying
- appropriate person to be
- called when certain error
- events occur. Do *NOT*
- change these titles without
- changing the corresponding
- code in PRO2EROR.PRG!
-
- 2 CALL_WHO Character 35 First & Last name of person
- to be called.
-
- 3 OTHER Character 40 Other information about person
- to be called, such a their
- company title or, if an out-
- side consultant, the con-
- sultant's company name.
-
- 4 PHONE Character 14 Phone # and/or extension of
- person to be called.
-
- ** Total ** 110
-
-
-
- The CALLWHOM database is provided with three records which contain the
- information listed below. Furnishing information in this manner rather
- than hard-coding it into the body of the PRO2EROR program facilitates
- modifying PRO2EROR for different applications. In addition, it provides
- the programmer with the option of including a menu selection which permits
- the user/client to change names and phone numbers as in-house personnel
- change. However, if it is desirable to "hard code" these names and phone
- numbers the CALLWHOM database can be included in the FoxPro 2.0 Project
- Management file and compiled with the .EXE.
-
-
- TITLE CALL_WHO OTHER PHONE
- ═════════════════ ═══════════════════════════════════ ═══════ ════════
- 1 APP ADMINISTRATOR Name of In-House Adminis for Applic Title or other pertinent information Ext. xxxx
-
- 2 LAN ADMINISTRATOR Used for LAN specific items only Title or other pertinent information Ext. xxxx
-
- 3 DEVELOPER Pat Adams DB Unlimited (718) 469-4032
-
-
-