Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run class from EXE
Message
 
To
25/05/2005 16:04:00
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01017632
Message ID:
01017634
Views:
25
>I have built an exe module.
>I am using the following code to run from a command line an OLE public class:
>o = CREATEOBJECT('executablename.classname')
>In Init of the class I have This.Visible = .T.
>It worked for one time. I mean the class became visible. But then as many times I am running the command the class is not visible.
>Any help, please?
oEXEClass = CREATEOBJECT('executablename.classname')
oEXEClass.Visible = .t.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform