Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objtoclient()
Message
 
 
To
11/02/2005 10:04:35
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00985863
Message ID:
00985986
Views:
35
suhashegde,

The form doesn't actually become visible until it's first Activate. Try this and see if it helps.
* form.Activate
if ( this.lFirstActivation ) && defaulted to .T. on the property sheet
   this.lFirstActivation = .f.
   * do your objtoclient stuff here
endif
>Thanx for the advise.
>I put the codes into the click of the button and sloved it for now
>but incase if i need it to run soon after the init is over where should i place it?
>I mean it would run or atleast check for the presence of the window if placed in the click.
>
>I know click is the wrong place for it but dont know where to place it
df (was a 10 time MVP)

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

Click here to load this message in the networking platform