Microsoft KB Archive/102051

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PRB: ZOOM WINDOW Command Fails

ID: Q102051

The information in this article applies to:

- Microsoft FoxPro for MS-DOS, versions 2.5 and 2.50a

SUMMARY

In 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 Problem

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
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.