How can I change the ReportSource??
vc++
I call
objReport.m_Viewer.SetReportSource(theApp.pReport);
and then
objReport.m_Viewer.ViewReport();
how can I change the LogonInformation from the Report?
for example
objReport.m_Viewer.SetReportSource("...","...","...","..."
when i run the program and set in the logon-dialog other login information than in the report is the connection established but i get a crystal error "server hast not been opened"
now i think my problem is in this part:
objReport.m_Viewer.SetReportSource(theApp.pReport);
I think I must change the logonInformation there, how I can tell the m_Viewer that it takes the Logon information from the DIALOG and not from the report
OR
how i can change the logoninformation from the report to the dialog-information.
thanks for help
Bodrum
vc++
I call
objReport.m_Viewer.SetReportSource(theApp.pReport);
and then
objReport.m_Viewer.ViewReport();
how can I change the LogonInformation from the Report?
for example
objReport.m_Viewer.SetReportSource("...","...","...","..."
when i run the program and set in the logon-dialog other login information than in the report is the connection established but i get a crystal error "server hast not been opened"
now i think my problem is in this part:
objReport.m_Viewer.SetReportSource(theApp.pReport);
I think I must change the logonInformation there, how I can tell the m_Viewer that it takes the Logon information from the DIALOG and not from the report
OR
how i can change the logoninformation from the report to the dialog-information.
thanks for help
Bodrum