Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Re: Cursor
Divers
Thread ID:
00451173
Message ID:
00451176
Vues:
34
>Hi All:
> I want to create a cursor from the data which is in my array. Furthermore, I also want to write to that cursor, so it is read/write cursor. Can some show me how to do this.
>Thanks

Hi Mahmood,

You can create a writable cursor with:

CREATE CURSOR mycursor(your fields definition here)
and then
APPEND FROM ARRAY myarray

Look also at AFIELDS() function it might help you.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform