Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB6 Code in VFP6
Message
From
10/10/2001 13:50:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
VB6 Code in VFP6
Miscellaneous
Thread ID:
00566534
Message ID:
00566534
Views:
48
Hi

I have a sample code in VB6 that I have to convert in VFP6, I am now starting to use com objects and I have no experience
The code use stats.dll (com dll)

The VB6 code is

Set odat=CreateObject("stats.head")
Set orow=CreateObject("stats.data")
odat.GetInfo orow

I convert in

odat=CreateObject("stats.head")
orow=CreateObject("stats.data")
odat.GetInfo(orow)

The code must return a new line from a file every time that is called the function GetInfo.
The problems is that the code in VB6 works in VFP6 do not. Can be the problem in how I call GetInfo

Thank you in advance.

Luigi
Next
Reply
Map
View

Click here to load this message in the networking platform