|
ProTools provides extensive error processing capabilities. Unique
among error processors is a data-driven handler that permits simple
customization of responses to error conditions.
Problems are logged with an extensive capture of the current running
environment.
Fix_Scan will check an entire directory of FoxPro database files in
seconds.
Fix_File will repair basic database problems. This procedure can even
be built into your distributed applications. Go
to 'File Repair' for specific information.
| ERRBASIC |
Basic error processing. |
| ERRMSG |
Initialize the ProTools error processing system. |
| ERR_CAP |
Capture environmental information. |
| ERR_COMP |
Compile error processing action code into the ERR_HELP.DBF file {Do Not distribute}. |
| ERR_DISP |
Display a ProTools FoxPro error message. |
| ERR_NOTE |
Display program generated error message. |
| ERR_PRN |
Print environmental information. |
| ERR_PREP |
Extract FoxPro error text from the FOXHELP.DBF file {Do Not Distribute}. |
| FIX_FILE |
Repair many database file errors. |
| FIX_SCAN |
Scan to repair any problem database files in subdirectory. |
| PRO_VER |
Display configuration information. |
| PRO_VERD |
Print configuration information. |
| LOGGER |
Log any data into a LOG.DBF file. |
| SYS_LOG |
Display, copy or print log file. |
Screen examples:
Error Processing,
File Repair
Back to Top
|