Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objtoclient()
Message
From
11/02/2005 11:55:27
 
 
To
10/02/2005 22:59:47
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:
00986014
Views:
16
Suhas-

>I want to display a window through define window.
>If i put these codes in the click on the button it appears fine but if in the init of the form it displays different. Why and where should i place it?

While it's true that the form doesn't ordinarily become visible until the Activate() as David says, you can set it yourself. So you might try adding
ThisForm.Visible = .T.
before your ObjToClient code.
Previous
Reply
Map
View

Click here to load this message in the networking platform