Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT INTO CURSOR and then some...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00300076
Message ID:
00300079
Vues:
39
Hi Steve,

>I do a SELECT command INTO CURSOR which is working fine, but I also need to add a couple of fields into the cursor that are coming from a memory variable, not from a table.

Here is a SELECT that grabs all the fields in a table, and adds string field to the end of every record:

select *, 'Field1' as EndField from orders

You can take out the string and put in a variable or calculation, or almost anything.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform