Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB6 Code in VFP6
Message
De
10/10/2001 13:50:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
VB6 Code in VFP6
Divers
Thread ID:
00566534
Message ID:
00566534
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform