Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays as Rowsource for Grids
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00525680
Message ID:
00525805
Vues:
17
Many thanks!

>No, but you can create a cursor with appropriate structure and copy data from array into the cursor.
CREATE CURSOR Mycursursor ( ... )
>APPEND FROM ARRAY Myarray
>Be advised that if the array is one-dimensional, APPEND FROM ARRAY adds only one record to the table. The workaround is to redefine the array in following way
DIMENSION Myarray[ ALEN(Myarray), 1]
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform