Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a control prevent the form from instantiating?
Message
From
20/06/2003 06:56:00
 
 
To
19/06/2003 16:48:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00801942
Message ID:
00802125
Views:
25
Hi Bill,

I° solution:
 add a property like 'BuildMe = .T.' to the Form Class

 FormClass.Init()
   RETURN m.this.BuildMe
 
 Control.Init()
  thisForm.BuildMe = .F.
II° ( SLOWER )
 Control.Init()
   thisForm.Top = -10000

 Control.Refresh()
   thisForm.Release
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform