PRB: ZOOM WINDOW Command FailsLast reviewed: November 21, 1995Article ID: Q102051 |
The information in this article applies to:
- Microsoft FoxPro for MS-DOS, versions 2.5 and 2.50a
SUMMARYIn FoxPro version 2.50 for MS-DOS, the ZOOM WINDOW command fails with fractional coordinates. The error message "Feature Not Available" is displayed.
MORE INFORMATION
Steps to Reproduce ProblemTo 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |