Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Same old problem again
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01078218
Message ID:
01078226
Vues:
34
Shouldn't it be
thisform.activecontrol.SetFocus()
?

>
>I have several controls on my form including edtNotes. All controls are unbound. In QueryUnload method I have:
>
>
>LOCAL llReturn
>thisform.lIsClosing = .t.
>
>if type('THISFORM.ActiveControl') = 'O' and not ;
>		isnull(thisform.activecontrol) and PEMSTATUS(thisform.activecontrol,'valid',5) ;
>		and inlist(lower(thisform.activecontrol.baseclass),'textbox','editbox')
>	thisform.activecontrol.valid()
>endif
>
>llReturn = dodefault()
>
>thisform.lIsClosing = .f.
>
>RETURN m.llReturn
>
>Yet when I type in edtNotes and then click on close button in the upper right corner of the form, the value just goes away. What can I do to prevent this behavior?
>
>Thanks in advance.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform