Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete and sum at grid
Message
From
26/07/2006 07:23:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Delete and sum at grid
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01140106
Message ID:
01140106
Views:
55
hi,

i need help to make sum and delete at grid as
        Insert Into crsDist (From,To,Amount) ;
          values ;
          ( m.ldFrom, m.ldTo,m.lnAmount)
      Endfor

 IF month(txtstart)=2 or month(txtstart)=4 or month(txtstart)=6 or month    (txtstart)=9 or month(txtstart)=11 and day(txtstart)=1

use crsDist
go bottom
m.val=amount
delet the last record

go top first record
amount=amount+m.val
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform