Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Class is Minimized
Message
 
To
26/01/2005 12:00:56
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00980800
Message ID:
00980838
Views:
86
>Setting Modal or Modaless does not seem to make any difference.
>
>I use this code to display the class form:
>
>sde = CreateObject("splashscreen")
>sde.Visible = .T.

Try:
sde = CreateObject("splashscreen")
sde.Show()
It works for me.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform