Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why not focused
Message
From
09/11/2007 11:35:21
 
 
To
09/11/2007 10:13:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01267928
Message ID:
01267955
Views:
14
Hi Claudio,
How did you instantiate your login form?
Do you use oform=createobject('YourLoginForm')?
do you use
oform.Show()

Yelena

>Hi..
>
>on some app. of mine.. my first form (login) not receive the windows focus.. it is an object form where I set 'read events' on its activate form method (I already tried to use this outside, after, this object form)..
>
>seems a small problem.. at least in my point-of-view.. But, right now, my users doesn't agree with me.. they are so stressed with that one :)
>
>Is it a command, property, etc.. to setup and turn them a little calm down?
>
>ps: now this is my try on activate method
>
>
>loObj                    = Thisform
>lnTop                    = Objtoclient(loObj,1) + 10
>lnLeft                   = Objtoclient(loObj,2) + 5
>Mouse Click At (lnTop),(lnLeft) Pixels Window (this.Name)
>
>ThisForm.Text2.SetFocus()
>
>read events
>
>
>TIA
>
>Claudio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform