Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remind me how, please?
Message
 
 
To
27/10/2008 12:31:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01357393
Message ID:
01357422
Views:
19
>I would recommend you use the lostfocus to do that. You can use something like:
>
>this.parent.txtdatebeg.setfocus()
>
>assuming the beginning date textbox sits on the form directly and is named txtdatebeg
>
>if you want to move focus back to that control from another control. You can check in the lostfocus of each control if beginning date is empty and ending date is not or vice versa and display your message and set focus where you need it using the control's setfocus(). You just cannot set focus from a valid. Is it a date or datetime field?
>

If you return number that corresponds the control's TabSequence from the valid event (difference between current control and that one), you'll set focus on it.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform