Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Focus Problems
Message
De
04/06/1996 21:58:57
 
 
À
04/06/1996 16:36:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00001895
Message ID:
00001926
Vues:
46
Why don't you try lostfocus? And then write some program to check key like this. Lastkey() is still alive in VFP.

if lastkey() = 13
thisform.text1.setfocus
(or anything you want to do)
endif

Add this to lost focus event.

I think this is compatible to DOS application right?
Hope this help.
Pium :-)


>Doesn't work.
>
>Let me state the specific circumstances. It is
>simple in theory ... but difficult in practice.
>
>Form contains (in this tab order) a TEXTBOX,
>COMMAND BUTTON, OPTION GROUP. If the user presses
>the ENTER key while the OPTION GROUP is the active
>control I wish control to go to the TEXTBOX.
>I am unable to make this happen.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform