Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
From
24/08/2005 09:13:03
 
 
To
24/08/2005 09:10:00
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Append
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043264
Message ID:
01043273
Views:
14
hi,
my grid have 10 records only every time,

i need to store at myfile the student number(as text1), and all course number, and all grades as g1,g2...etc.from mygrid
thanks

>Which 10 records? Top 10, last 10 or some in the middle of the table
>
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform