Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why not focused
Message
From
09/11/2007 11:45:56
 
 
To
09/11/2007 11:35:21
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:
01267958
Views:
12
>How did you instantiate your login form?
>Do you use oform=createobject('YourLoginForm')?
>do you use
>oform.Show()
>
Yelena
ologin                  = newobject("login",   "libpad.vcx")
ologin.show
>
>>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
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform