PRB: Program w/ @..SAY..GETs Exits If Press PAGE UP/PAGE DOWNLast reviewed: September 29, 1995Article ID: Q137279 |
The information in this article applies to:
SYMPTOMSSome developers porting code form other FoxPro versions, including MS-DOS and Windows, are still using hard coded screen displays (@..SAY..GETs in a .prg file). In Visual FoxPro, you will find that the behavior is somewhat different from version 2.x products and other XBase languages. Pressing the PAGE UP or PAGE DOWN key while the program is running causes the program to stop, and no validation takes place if the GET command has a Valid clause.
RESOLUTIONIn the beginning of the program place this code:
ON KEY LABEL PGUP KEYBOARD "{BACKTAB}" ON KEY LABEL PGDN KEYBOARD "{TAB}"This will allow the program to continue normally as if the ENTER key was pressed.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |