PDA

Click to See Complete Forum and Search --> : Converting DSR reports to crystal reports.


Larry Bryan
Nov 13th, 2008, 01:38 PM
Does anyone know how to convert a dsr reports created in VB 6 to crystal reports in VB net.

The upgrade wizard does not do this conversion.

Hack
Nov 13th, 2008, 01:42 PM
Welcome to the forums. :wave:

DSR Report? What is that?

wes4dbt
Nov 13th, 2008, 03:22 PM
"DSR" is the file extention on a VB6 DataReport, "report1.dsr"

brucevde
Nov 13th, 2008, 04:46 PM
The DSR extension is for any "Designer" that can be used in Visual Basic. Typically they are Crystal Reports, Data Report and Data Environment. Data Dynamics Active Reports has a VB Designer.

Depending on your version(s), you could export the DSR to a Crystal RPT file and then run the upgrade wizard on that file or are you looking for an automated solution.

wes4dbt
Nov 14th, 2008, 12:49 PM
bruce,

Thanks for clarifing my response. Could you please explain more about how to export a DataReport to a Crystal Report. Is there an export option in VB6 or in CR. I'd be very interested in finding out how this process works.

Thanks

brucevde
Nov 14th, 2008, 02:06 PM
You cannot convert a DataReport to a Crystal Report. I should have written

"you could export the Crystal DSR to a Crystal RPT"

The Crystal Designer has a menu/button to "Save to Crystal Reports File"

wes4dbt
Nov 14th, 2008, 06:10 PM
Thanks bruce