Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open form without activation
Message
 
 
To
10/03/2005 08:49:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00994387
Message ID:
00994584
Views:
16
Brian,

you can always pull focus back to the launching form, assuming you are launching the form from a button:
do form XYZ
this.SetFocus()
If it's from some custom method of the form:
thisform.SomeControl.SetFocus()
>Is there a way to DO FORM or CREATEOBJECT("Form") without the form getting the focus? The form must be AlwaysOnTop. I think I just want to skip the activate event, or possible have it return control back to the calling form.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform