Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vb dll can't use in VFP
Message
From
07/11/2000 05:46:23
 
 
To
07/11/2000 05:34:30
Stanley Yip
Shun Sang (technology) ltd Hong Kong
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00438700
Message ID:
00438702
Views:
12
Stanley,

I think the problem is your object reference. Try:

oVb = createobject("XXX.XXX")
oVb.a1 = "!!!"

This is because FoxPro uses the letters A-J to reference workareas.

Hope this helps

<I use VFP to create this object is no problem
after I assign the value to one of the property of this object.
error come out . It said "it is not a Varaible".

for example :

a=createobject("XXX.XXX") <----- no problem

a.a1="!!!" <----- error come out !
(I can see the property of a1 in my debugger in VFP. and the type of the
property also correct )

Why my VB maked dll can't work on VFP ?>>
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform