Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM ARRAY problems...
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
APPEND FROM ARRAY problems...
Divers
Thread ID:
00046997
Message ID:
00046997
Vues:
93
Hi,

I'm attempting to append from an array into a cursor. All I'm getting is the first row in the array. According to the help on VFP, APPEND FROM ARRAY is supposed to insert a row for every row in the array.

Here is my 'test' code:

DIMENSION laTest(3)
laTest(1) = "1"
laTest(2) = "2"
laTest(3) = "3"
CREATE CURSOR cTest (TestField C(1))
APPEND FROM ARRAY laTest
BROWSE
USE IN cTest

Any suggestions?
Jim Huenergardt
AXIO
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform