Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from
Message
De
30/08/2007 03:49:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Append from
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01251301
Message ID:
01251301
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform