Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading Application From Crystal 8.5 To XI -- Export Issue

Status
Not open for further replies.

JasonL99

Programmer
Oct 17, 2002
25
US
I am in the process of upgrading our applications from Crystal Reports 8.5 to XI Release 2. One of our applications is a Visual Basic 6 program which runs every hour and exports reports to PDF format. It worked great in 8.5 but when I try it in XI as soon as I call the export function I get a pop-up html window where I am supposed to enter the report parameters. I already set the parameters in my program but I still get the pop-up window. Any suggestions for how to fix this?
 
Did you check the data retrieval (before the export step) was successful?

- Ido

Visual CUT & DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
I am not sure how to check if the data retrieval was successful.

Here is some additional information:
- using RDC to load and export the report
- the pop-up screen gives me the option to select the parameters I set-up in my program (ie Paramater 1 combo box has the value "12345" but it is not selected).

This is how I am setting the parameter:
crxReport.ParameterFields.Item(CLng(intLoop) + 1).AddCurrentValue Trim(CStr(strParamValue))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top