Crystal Reports 9 viewer
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

