Click here to Skip to main content
15,878,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a formula to get the accumulated balance in a report. That report is running in c# with a date range. I need to to create a line with a brought forward balance to the report to get the actual balance. how to create brought forward balance in crystal report.
The following code is using to get the accumulated balance.

Whileprintingrecords;
Shared Numbervar balance;
Shared Numbervar display;
balance:={@debit}-{@credit};
display:=display+balance;
display
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900