I am using the CRViewer9 ole object and the Crystal 9 RDC to view Crystal Reports in my PB8 app. The problem is that I cannot resize the report once it is open. When I first load the object and a report, the object does size itself to fill the control, but when I resize the control, the object remains the same size.
In my window's resize event, I have ole_crviewer.resize(this.width, this.height) and this does resize the control but not the object. Any help/comments would be greatly appreciated.
Dan
In my window's resize event, I have ole_crviewer.resize(this.width, this.height) and this does resize the control but not the object. Any help/comments would be greatly appreciated.
Dan