Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capture PageDown In Listbox?
Message
De
09/08/2004 16:00:16
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00931845
Message ID:
00931858
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform