Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page.Activate fires if any object Sets Focus
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Page.Activate fires if any object Sets Focus
Miscellaneous
Thread ID:
00642790
Message ID:
00642790
Views:
66
Hi everybody,

I was debugging a form and found, that if I invoke in the form's method code
with thisform
   if somebadcondition
      .pageframe.page1.txtDate.setfocus() 
      return .f.
   endif
endwith
It fires page.Activate, then Form's Activate.

Is it possible to fire only textbox SetFocus() and not fire all other methods, because this causes lots of code executed and finally instead of setting focus on the bad field I'm getting moved to a new record...

Thanks in advance
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform