Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a Visual FoxPro method from Visual Basic
Message
From
25/11/1997 14:04:50
 
 
To
25/11/1997 12:02:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00062185
Message ID:
00062212
Views:
24
>>My Visual FoxPro EXE, containing an OLE public class, is now used from Visual Basic.
>>
>>The Visual FoxPro class is loaded and now controled from Visual Basic. I can access any properties of that class and set them. However, whenever I try to call a method, Visual Basic returns a syntax error.
>>
>>My object is name O. So, I am doing this to change a text control of that object o.cSeek.Value = "AB". Now, I would like to call the Seek() method of that object. I am doing this o.Seek(). Visual Basic returns a syntax error. It will be the same result for other methods. Is there a particular syntax we need to use to avoid the syntax error?
>
>I found it. Visual Basic doesn't support (). The correct syntax is o.Seek. You may add this one in the VB vs VFP.


Actually, you should be able to use any VFP method syntax when calling the method you have defined. To prevent VB from falsely returning the syntax error message when compiling, Select "Option" from the "Tools" menu and turn off the "Auto Syntax Check" option.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform