Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add object from define class?
Message
From
04/08/2003 16:57:53
 
 
To
03/08/2003 22:48:18
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00816367
Message ID:
00816641
Views:
23
This message has been marked as a message which has helped to the initial question of the thread.
If you are trying to define a class in a method, this technique is not permitted. You must define the class external to the form like this:
set procedure to myclassprg.prg additive
this.newobject('myObject','myClass')
...
And you must have an external definition like:
define class myClass as SomeBaseClass
,,,
enddefine
Glenn



>Hi everybody!
>When I run a form and I would like add an object from the class that is defined programmatically with codes following:
>
>DEFINE CLASS oleExcelObject as OLEControl
> OleClass ="Excel.Sheet" && Server name
> DocumentFile = "test.xls" && This file must exist
>ENDDEFINE
>thisform.AddObject("Excel", "oleExcelObject ")
>
>
>I set these codes in init method or another method , I get an error.
>How to add object from define class when the form runtime?
>Please help me.
>Thanks
>Canh
Previous
Reply
Map
View

Click here to load this message in the networking platform