Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
From
19/03/2005 01:43:45
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
14/03/2005 03:42:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Append
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00995393
Message ID:
00997547
Views:
17
>hi all,
>i try to insert many records from mygrid to my table
>as
> use mstr
> Append From Dbf('temp')
>if i inser e.x 3 records at mygrid
>after append, i see all records,but one field "net" show as
>
>f1 f2 f3 f4.......net
>s  d  10 20       0    && i need to see 20 or sum of net (55)
>w  e  15 15       15   && or 55
>q  f  40 20       55
>___________________
>
>remark,thisform.text28.value="value"
> replace net thisform.text28.value
>thanks

Do you have record buffering set on your temp table?
If so issue a GO TOP or tableupdate on it before appending.

HTH
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform