Link to home
Start Free TrialLog in
Avatar of kazendirane
kazendirane

asked on

Inside VB using Crystal Report

How to Intract with the Crystal Report Data like Report Title and Date. Can I change the Date or title of the field from the Visual Basic?


How can I Calculate the Accumulation of the field in the Crystal Report.
I give the example Below. Here I want the balance Column

Debit      Credit        Balance
--------------------------------
100          0             100
0            65               35
70            0             105
0            50               55
-----------------------------
170       115               55
-----------------------------
Avatar of kazendirane
kazendirane

ASKER

Edited text of question.
ASKER CERTIFIED SOLUTION
Avatar of yjt
yjt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Dear vit
In this report I want the Calculation of Balance row by row
in which the balance column accumulated row by row.

As well as How to send the Parameters to the report.
Can I send the date or name to the report from Visual Basic?

You can have a look at how to pass fields to CReport using VB:

https://www.experts-exchange.com/secure/bin/Q.10248766