Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append
Message
De
24/08/2005 16:07:00
 
 
À
24/08/2005 09:05:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Append
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01043264
Message ID:
01043576
Vues:
8
>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
Assuming that < no > is a field in Stud which has no corresponding value in CrsCourseStats, how about
REPLACE ALL no WITH thisform.text1.value FOR EMPTY(no)
>thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform