Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set a read only property of form created with code
Message
From
03/01/2011 05:24:40
 
 
To
03/01/2011 05:06:06
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01494408
Message ID:
01494413
Views:
55
>Hi All,
>
>That doesn't work. What can I do?
>
>
>oCalForm = CreateObject('form')
>ocalform.showwindow=1
>
Subclass Form as YourForm

Set the ShowWindow of YourForm to 1 in the designer

then
oCalForm = CreateObject(YourForm')
ocalform.showwindow=1
ps: my form's baseclass has showwindow = 1
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform