Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh of grid in timer event grabs focus
Message
From
07/06/2010 00:56:23
 
 
To
07/06/2010 00:30:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01467580
Message ID:
01467633
Views:
37
Hi TC,

The timer will still fire of course. But the NODEFAULT I suggested in the LostFocus of the textbox will not allow the textbox to lose focus.

Make sure though, that you check on whether the Timer caused it (hence, I put the "IF llTimerFired" condition), then issue a NODEFAULT.


>>TC,
>>
>>Hi, how about putting a NODEFAULT in the LostFocus event of that textbox?
>>
>>
>>IF llTimerFired
>>    llTimerFired = .F.
>>    NODEFAULT
>>ENDIF
>>
>>
>>HTH,
>>Dennis
>
>thanks I'll try it and see if the timer still fires...

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform