Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Same old problem again
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Same old problem again
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01078218
Message ID:
01078218
Vues:
71
Hi everybody,

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.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform