Hi,
In VB6.0 and Crystal Reports 8.5 it was easy to pass values from VB6.0 program to formula fields in rpt file.
Now I am creating new application and some reports with Visual Studio 2013 Professional and SAP Crystal Reports using Visual Basic.
In rpt file I have created some formula fields which I use to control several conditional actions, like:
- if the sales margin-% is lower than allowed in system's parameter table's field the report sets field's background color conditionally to red
- etc
etc
Now my question is:
How can I pass a value programatically from Visual Studio 2013 program to certain formula field in that rpt-file which is used in CrystalReportViewer as CrystalReportViewer1.ReportSource ?
BR,
Kari Halonen