IDoWindows
Programmer
I'm trying to generate a report from Visual Basic which has several subreports. Each of these subreports contain formulas for passing strings from VB5. I have been accessing the formulas of the main report like this:
CrystalReport1.Formulas(0) = "Name=" & "'" mvName & "'"
...where mvName is a variable in the VB code.
How can I set the values of the formulas in the subreports?
Thanks!
CrystalReport1.Formulas(0) = "Name=" & "'" mvName & "'"
...where mvName is a variable in the VB code.
How can I set the values of the formulas in the subreports?
Thanks!