ID: Q102051
The information in this article applies to:
- Microsoft FoxPro for MS-DOS, versions 2.5 and 2.50a
In FoxPro version 2.50 for MS-DOS, the ZOOM WINDOW command fails with fractional coordinates. The error message "Feature Not Available" is displayed.
To reproduce the problem, run the following code:
**program ztest1.prg**
MODIFY COMMAND ztest2 NOWAIT
ZOOM WINDOW (WONTOP()) NORM FROM 1.1,1.1 to 10,10
**end program ztest1.prg**
**program ztest2.prg**
WAIT WINDOW "This is a test"
**end program ztest2.prg**
Additional reference words: FoxDos 2.50 2.50a
KBCategory: kbprg kbprb
KBSubcategory:
Last Reviewed: November 21, 1995