Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set a form active?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00887371
Message ID:
00887529
Views:
13
>Hi,
>
>what if i a control let say a textbox was at focus, when i click onto another form. and later on, i want to set the orginal textbox on focus again. I know that when i click on the header/caption of that form, it do that for me. but i want to do this in program.

to set focus programatically to another form you could:
frmTheOtherForm.txtFB.Setfocus
* and maybe a
frmTHeOtherForm.txtFB.Click
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform