Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening Balance
Message
 
 
To
15/06/2008 02:23:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01324211
Message ID:
01324547
Views:
12
>Dear Experts
>
>Table1 has following Five Fields
>
>--Date---Opening---Receipt---Payment---Balance
>02/06/08------0--------500----------100---------400
>03/06/08------0--------200----------300---------300
>04/06/08------0--------800----------200---------900
>
>
>How to fillout Opening columns as
>
>--Date---Opening---Receipt---Payment---Balance
>02/06/08------0----------500---------100---------400
>03/06/08----400--------200----------300---------300
>04/06/08----300--------800---------200---------900
>
>
>Please help
lnOpening = 0
select MyTable
set order to date descending
scan

  replace Opening with m.lnOpening
  lnOpening = balance
endscan

replace Opening with m.lnOpening
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform