Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
De
24/08/2005 09:05:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Append
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01043264
Message ID:
01043264
Vues:
53
hi all,
any idea
i try to save(append) from mygrid1 no problem,

every append take 10 records from my grid,
i need to append number as 1,or 2 ...etc from mytext for every field ,
just for 10 record only,not for the all table

i try as
LOCAL lbFlUsed
IF NOT USED("Stud")
   USE Stud IN 0
   lbFlUsed = .t.
ENDIF
SELECT Stud
APPEND FROM (DBF("csrCourseStats"))
**********************
scan
replace no with thisform.text1.valie&& if i choice no 3 i see al no at my table is 3
endscan
**************************************8
IF lbFlUsed
   USE IN Stud
ENDIF
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform