System is not configured for current code-page
|
If the warning "System is not configured for current code-page" appears when attempting to start dBASE, the computer's code-page setting does not match the language version of dBASE. The error "System not configured for current code-page" is an error that occurs only in dBASE for DOS. dBASE IV 2.0 and dBASE 5 for DOS come configured for two code pages only, 437 and 850. A user can determine the computer's current code-page setting by running the DOS command CHCP. When executed (simply by typing CHCP at the DOS prompt), a number corresponding to the computer's current code-page setting is returned. WORKAROUNDS: 1) Purchase the correct language version of dBASE IV that matches the computer's code-page. 2) Install dBASE to match the current code page. A short cut to reinstalling would be to rename one of these 2 files found in the dBASE directory, dBase.850 or dBase.437 to DBASE.RES. Using this idea you can use a batch file to have two different code pages set up for dBASE.
3) Set the DOS code page to match dBASE.
Deleting this line will revert the machine back to it's default code-page. Warning: Changing the code-page to match dBASE will solve this problem, but it might cause problems in other programs expecting other code-pages. 4) UK problems with DOS 6.22. Two potential workarounds to this problem are: I) Change code-pages. Set up CONFIG.SYS and AUTOEXEC.BAT files to allow multiple code-page settings. Examples are shown below on how to do this. Add these lines to CONFIG.SYS --
Add this line to AUTOEXEC.BAT --
After making these settings, re-boot the machine and it will be set up to use the UK settings and UK keyboard with code-page 437. To change the code-page to 850, issue CHCP 850. To change back to 437, issue CHCP 437. II) Check COUNTRY.TXT in the DOS 6.22\DOS directory. It looks like country code 061 may be what we need to retain cp437. This could replace 044 in the COUNTRY.SYS line in config.sys. ( Make your own tests and work from there. ) CONFIG.SYS
AUTOEXEC.BAT
|