Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor from array
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00749517
Message ID:
00749532
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Chuck --

I wonder if you're trying to combine 2 operation into one.
CREATE CURSOR pnHold FROM ARRAY ahold
uses the array to provide the field definitions of the columns (not to populate it with data).

If your data is located in the array, you can accomplish what you want as follows:
CREATE CURSOR pnHold (propno i(4))
SELECT pnHold
APPEND FROM ARRAY aHold
Jay

>Would any know why I get the error "Command contains unrecognized phrase/keyword (Error 36)" from this line of code?
>
>
>CREATE CURSOR pnHold (propno i(4)) FROM ARRAY ahold
>
>
>Thanks, Chuck
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform