Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using form as class
Message
From
16/09/1998 09:07:11
 
 
To
16/09/1998 08:57:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00137231
Message ID:
00137234
Views:
14
>function GesProd()
> SET CLASSLIB TO LIBS\FORMS ADDITIVE
> Ges_Prod = createobject("forms.Ges_Prod",zn_Aff)
> Ges_Prod.show
>endfunc
>
>How can I do if I want that my form "GES_PROD" stay visible? I need to use it modeless...
>
>Luc

You may link new form object to some other object property to get proper scoping:
oApp.myform=createobject("myclass")
oApp.myform.show
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform