Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays in FLL's
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Arrays in FLL's
Divers
Thread ID:
00462654
Message ID:
00462654
Vues:
46
Hi Randy,

I have come across a major stumbling block and any assistance you could provide would be very helpful! :)

I am inside of a function within my FLL (written with Microsoft VC6.0). Inside of my routine there comes a point where I will need to iterate through an array in the form of Object.ArrayProperty[].

In the past I was able to iterate through arrays without any difficulty, but I was always able to grab the locator of that array and go from there...

I can fill a Value structure with for the array using the _GetObjectProperty() function. Is there anyway for me to get a Locator from this?

The other thing I've tried is using the _NameTableIndex() function to try and get the locator of the object's property but that fails miserably.

The only thing I can think of is doing an ACOPY through an EVALUATE, but that would destroy performance as this function is a heavily used function.

Any help would be greatly appreciated! :)

-- Chris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform