Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobject() syntax
Message
From
26/05/1998 09:09:59
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Createobject() syntax
Miscellaneous
Thread ID:
00101887
Message ID:
00101887
Views:
65
I have created a DLL in VFP5a and can access it's properties and methods from VFP5 and VFP3, with the following syntax. However, this syntax gives me errors in other products like VB 5.0 CCE, and VB Script in a Active Server Page.

***Works in VFP not VB.
ox = CREATEOBJECT("myproj.myclass")
y = ox.mymethod()

*** The first line works in VFP and VB, but the second line
gives a "Error 424, Object required" in VB5 CCE.

What else could I be missing? Calling the DLL I created in VFP5 works from VFP3 AND VFP5 with the above syntax. All the documentation I've read shows the same syntax for VB "Value = Object.property or Value = Object.method()". However, I can't seem to get to this VFP DLL from VB.

The only thing that this VFP DLL method does is return a "Hello World" string.

Thanks,

Jerryt
Next
Reply
Map
View

Click here to load this message in the networking platform