Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remind me how, please?
Message
 
À
27/10/2008 12:41:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01357393
Message ID:
01357453
Vues:
29
I don't recall what version support was added for this, but eariler versions didn't support setfocus in lost focus.


>>>I would recommend you use the lostfocus to do that. You can use something like:
>>>
>>>this.parent.txtdatebeg.setfocus()
>>>
>>>assuming the beginning date textbox sits on the form directly and is named txtdatebeg
>>>
>>>if you want to move focus back to that control from another control. You can check in the lostfocus of each control if beginning date is empty and ending date is not or vice versa and display your message and set focus where you need it using the control's setfocus(). You just cannot set focus from a valid. Is it a date or datetime field?
>>>
>>
>>If you return number that corresponds the control's TabSequence from the valid event (difference between current control and that one), you'll set focus on it.
>
>I know that, but I associate that with the older foxbase means of setting focus. If the sequence of controls ever changes, returning the number sets focus to a different control.
'If the people lead, the leaders will follow'
'War does not determine who is RIGHT, just who is LEFT'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform