Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving Data From a View or a Grid to a Table
Message
 
À
16/08/1998 20:19:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00127271
Message ID:
00127286
Vues:
41
>APPEND FROM is what I want to do. It is a view. I can't seem to get the syntax correct.

Assuming your grid recordsource is a view, MyView,

APPEND FROM dbf('MYVIEW')

If it's a cursor
APPEND FROM dbf('MyCursor')

Cursors and views are held in temporary tables. The "dbf('Myview')" syntax tells VFP which file to append from.

>Many thanks for your help.

No problem - it's saving me from having to help my husband clean the yard (Sorry, dear, I'm needed on UT this afternoon)

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

Click here to load this message in the networking platform