Crystal Report Whores
I’m using an XML file as the datasource for a crystal report. Worked fine for the first report! Now with the second the report viewer displays the “database login” dialog every time I wish to display the report. What’s up with that? This awkward behavior is starting to drive me crazy! And it appears I’m not the only one having this problem.
Any ideas?
*edit
Do not bind DataView objects directly, use a DataSet or DataTable instead. Crystal does not accept you pushing data encapsulated in a DataView instance.