Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from current record
Message
De
23/12/2007 10:38:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01277211
Message ID:
01277225
Vues:
20
>Thank you
>
>I worked.But when I execute the line all fields of the cursor
>are showed in the grid. How can I show only the fields I want ?

Make sure that the cursor ALWAYS exists, meaning never delete it or recreate it. Instead you do like this:
Select whatever into cursor curdummy
Select GridCursor && The cursor which is controlsource for the grid
ZAP
Append from dbf('curdummy')
Yourgrid.refresh()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform