Crystal Reports 9 viewer

I'm working on updating our software from using Crystal Reprots 8 using the CRPE library to Crystla Reports 9 using the RDC.

It's drastically different, obviously.

One thing I had in the CRPE was an 'external' viewer. That is the call PEOutputToWindow() would create a window for me that the report would end up in when I called PEStartPrintJob().

In the RDC I have a CCrystalViewer3 class that can be used to viewer the report, but I've got to embed that in a dialog, it doesn't really make it's own window.

Short of building my own modeless dialog as the report viewer, is there an easy way to get in the RDC what I had in the CRPE?

Brian
[721 byte] By [Brian Nash] at [2007-11-18 13:39:46]