Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from
Message
De
30/08/2007 04:32:17
 
 
À
30/08/2007 03:49:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01251301
Message ID:
01251305
Vues:
22
You can't append from a grid, but you can append from the table that drives the grid, in other words
Append from dbf('csredui')
>hi all,
>
>i need to append from mygrid as..
>
>
>CREATE CURSOR csredui (;
>  no i(10), ;
>   dat  d(8), ;
>    dat1  d(8), ;
>    namc  c(70), ;
>   places  c(70))
>
>thisform.PAGEFRAME1.PAGE4.grid1.&&&(display no,dat,dat1,namc,places)
>
>USE mytable IN 0
>locate for no=thisform.text1.value
>if !found()
>    APPEND FROM thisform.PAGEFRAME1.PAGE4.grid1
>else
>   mesagebox("?????????")
>endif
>
>thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform