Hi, I'm a VB6 programmer and have always used the Crystal Reports (version 4.6 I think) that came with VB6..
I'm thinking of upgrading my Crystal Reports to 8.5 BUT I have worries: will it have the same procedure to call the report from my VB6 application? Example:
when I want to show a report (4.6), this is what I do:
Reportfilename=...
LogOnInfo(0)=...
SQLQuery/SelectionFormula=...
Formulas(0)=...
Action=1
People have been telling me to upgrade because of the limitations in 4.6,...but I'm always worried that the later versions of CR wouldn't use the same procedure ('cause then I have to spend time to re-code my applications).
Opinions and info please...
I'm thinking of upgrading my Crystal Reports to 8.5 BUT I have worries: will it have the same procedure to call the report from my VB6 application? Example:
when I want to show a report (4.6), this is what I do:
Reportfilename=...
LogOnInfo(0)=...
SQLQuery/SelectionFormula=...
Formulas(0)=...
Action=1
People have been telling me to upgrade because of the limitations in 4.6,...but I'm always worried that the later versions of CR wouldn't use the same procedure ('cause then I have to spend time to re-code my applications).
Opinions and info please...