PRB: Page Down/Page Up Keys Do Not Clear READ MODAL in VFP5Last reviewed: September 16, 1997Article ID: Q173880 |
The information in this article applies to:
SYMPTOMSThe Page Up and Page Down keys in Visual FoxPro 5.0x no longer clear a READ MODAL command. These keys do clear READ MODAL commands in Visual FoxPro 3.0 and 3.0b and in FoxPro 2.x versions. The Up Arrow and Down Arrow keys clear the READ MODAL as in the earlier versions.
RESOLUTIONUse an ON KEY LABEL command to trap for a Page Up or Page Down key, and then issue a CLEAR READ. For example:
ON KEY LABEL pgdn CLEAR READ && or pgup to trap for the Page Up key x=" " @ 2,2 SAY "This is a test " GET x READ MODAL ON KEY LABEL pgdn && or pgupUpgrading to Visual FoxPro Service Pack 2 does not fix this problem.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: READ MODAL clear page up page down
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |