hortensiam
IS-IT--Management
Hi,
I pass parameters from VB6 to a Crystal Report, I view well the report, but if I change the paper size, the Crystal prompt for the parameters again!
My code is:
**select the paper size and set it to the report
m_Report.PaperSize = CboPaperSize.ItemData.CboPaperSize(ListIndex)
** refresh the crviewer to view the changes
CRViewReport.Refresh
where CRViewReport is a CRVIEWER control, and m_report is a Report
I pass parameters from VB6 to a Crystal Report, I view well the report, but if I change the paper size, the Crystal prompt for the parameters again!
My code is:
**select the paper size and set it to the report
m_Report.PaperSize = CboPaperSize.ItemData.CboPaperSize(ListIndex)
** refresh the crviewer to view the changes
CRViewReport.Refresh
where CRViewReport is a CRVIEWER control, and m_report is a Report