Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture PageDown In Listbox?
Message
From
09/08/2004 16:00:16
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00931845
Message ID:
00931858
Views:
24
Hi Ben

This works for me.
* keypress method in the listbox control.

WAIT WINDOW NOWAIT nKeyCode 
IF nKeyCode = 3
	NODEFAULT 
ELSE 
	DODEFAULT(nKeyCode, nShiftAltCtrl)
ENDIF 	
>Is there a way to capture the PageDown key in a Listbox control? I tried capturing the key in the KeyPress event of the listbox, but when I press PageDown, the event never fires. Is there a flag I need to set, or do I need to capture the key somewhere else?
>
>I am using Foxpro 7.0
Previous
Reply
Map
View

Click here to load this message in the networking platform