The article demonstrates programatically opening a Crystal Report, passing values to the
required parameters and exporting to various formats using Visual Basic Code
The article explains how to pass LogOn Information/credentials(using SetLogOnInfo) like database name,user name, password and DSN to a Crystal Report from VB whether you are using a Native connection to SQL database or Native connection to PC database or
ODBC connection to a PC or SQL database
The article explains how to pass database LogOn Information to the tables in a subreport in a Main crystal reports
using VB programatically. Also shows you how to loop through all the subreports in a crystal report.
(The article discusses passing various types of parameters to crystal reports from VB using
CRAXDRT (Crystal Reports ActiveX Designer Run Time Library) objects)
The article explains how to add/delete/update the default values list of parameters in crystal reports from VB using
CRAXDRT (Crystal Reports ActiveX Designer Run Time Library) objects
The article explains how to check the Formulas for errors in Crystal Reports programmatically.
It shows you how to loop through all the Formulas in Crystal Reports and get their text using visual basic?