Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Temporary table??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00115270
Message ID:
00115974
Vues:
16
>Thamnks for the advice, I used VFP help and it was telling me I had to define all the fields again. I'll be taking note of that little trick for the future.
>
>The Greatly appreciative
>Perry

Perry, if you are doing a SQL-Select into a cursor from a single table, be sure you add the NOFILTER clause (if VFP5) or else add a new field (SELECT *, .F. as lNew from Mytable.....) if you're working in VFP3. This will prevent the new cursor from being a filtered copy of the original table.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform