|
Question : Viewing Crystal Reports in an MFC SDI Application
|
|
Hiya
Could anybody tell me, or direct me to a site with the information, on how to display a crystal reports document in an MFC SDI application.
In addition, any tutorials on using crystal reports with MFC.
Thanks
John
|
|
Answer : Viewing Crystal Reports in an MFC SDI Application
|
|
One option: I know little about CR, but it's probably safe to assume that there is a clearly-documented and easy-to-use way to embed a CR report on a webpage. If so, then you could use CHtmlView and load up a (local) page that you can create at runtime that contains the embedded object that would display the report.
|
|
|
|