BUG: SET COMPATIBLE or Catalog Manager Changes MEMOWIDTH to 80 (114480)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft FoxPro for Windows 2.6
- Microsoft FoxPro for Windows 2.6a
- Microsoft FoxPro for MS-DOS 2.6
- Microsoft FoxPro for MS-DOS 2.6a
This article was previously published under Q114480 SYMPTOMS
The value returned by SET('MEMOWIDTH') changes from 50 to 80 when FoxPro
executes the SET COMPATIBLE DB4 or SET COMPATIBLE ON command.
CAUSE
The SET COMPATIBLE DB4 and SET COMPATIBLE ON commands will change the
default value of MEMOWIDTH from 50 to 80. However, the command SET
COMPATIBLE OFF does not restore MEMOWIDTH to its original value of 50. This
problem will therefore occur when the SET COMPATIBLE DB4 or SET COMPATIBLE
ON command is issued.
This problem also occurs when a program is executed through the Catalog
Manager and the dBASE Program check box is selected. When the Catalog
Manager executes a program as a dBASE program, it issues a SET COMPATIBLE
ON command, which causes the value of MEMOWIDTH to change from 50 to 80 as
described above.
RESOLUTION
To restore MEMOWIDTH to the default value of 50, issue the following
command after the SET COMPATIBLE DB4 or SET COMPATIBLE ON command has been
executed:
SET MEMOWIDTH TO 50
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article.
| Modification Type: | Major | Last Reviewed: | 5/6/2003 |
|---|
| Keywords: | kb3rdparty kbBug KB114480 kbAudDeveloper |
|---|
|