|
-
May 31st, 1999, 09:14 PM
#3
Re: Crystal Reports View
The CRPE API always create its own view, you can't create a view yourself and attach it to the Report Job. In the API, there is two way of creating a view, one that creates the entire MDI window and the other one that creates only the view.
To attach the view to your own MDI window, use the API function that creates only the view. Create your MDI window and view yourself and the send the handle of the Crystal Report view to your MDI view.
Override OnSize to fit the crystal report view to your own view. That's not very nice but at least it works...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|