Hi,
Please someone help to cross this hurdle...
I am designing my crystal reoprt using an xml file as datasource. All the fields are created using the drag/drop facility. On the runtime, i wil create an dataset based on search criteria and create the xml file
(usig dset.writexml and rpt.setDatasource(dset.Tables(0) method) .
The report contains multple pages, hence drill down is added on report-viewer. The paging and serching works in the machine where i have created the executable.
The problem arises when I am trying to deploy in client machine (the deployment is done using the key provided). I am able to generate report successfully in client machine. But the drill down shows 'Logon Failed' error. Also the a window will prompt to enter datasource name, username sometimes. But there is no username, password for xml file
Thanks in advance
Regards
Raju