Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declaring a variabel of type class
Message
From
23/01/2002 03:30:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Declaring a variabel of type class
Miscellaneous
Thread ID:
00608815
Message ID:
00608815
Views:
52
How do I declare a variabel of the type ref to a
class. I have a ActiveX control which returns a ref
(pointer) to a class like this :

Thisform.GetClient(0, Class_variabel)

The Getclient function returns a pointer but i guess
it has to be defined/declared before use or ????


I have tried the following : (tried a lot but this is my last attempt)

Class_variabel = ""
Thisform.GetClient(0, @Class_varibel)

with a error :

OLE error code 0x80020005 : Incorrect type

I'm really in the dark here cause I don't have my books
a the present location where I'm at (s...).

Regards
Novo Nordisk A/S
Denmark
Next
Reply
Map
View

Click here to load this message in the networking platform