I put ThisForm.Refresh() in the textbox lost focus event to refresh the screen when you tab out of the text box but notthing seems to happen. what am I doing wrong.
Hi BIll,
YOu arent doing anything wrong by putting a code.. ThisForm.Refresh in the LOSTFOCUS of the text box. It still fires. You can check that .. y inclusing in your Forms.Refresh() event..
WAIT WINDOW "I am refreshing "+ThisForm.Text1.Value NOWAIT
assuming TExt1 is of character type.
But what you may be missing is that.. you could have coded something in the valis event of TextBox.. which will fire only if you change something in the textbox. Simple TABing out of Textbox will not fire valid event. However.. LOSTFOCUS will fire surely.
If you need more specific help, you can ask for that. ramani
(Subramanian.G),FoxAcc, ramani_g@yahoo.com Merry Christmas & Happy New Year
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.