
Loading the Crystal Report ActiveX controller in a MDI child form
What version of CR are you using? I know that the newer versions have a
WindowParentHandle property (or is it ParentWindowHandle). Either way, it's
there. All I do in my MDI projects is include a blank form, load it,
perform whatever logic needed for the particular report, set the property I
mentioned to the blank forms handle, and launch the report.
Later,
Tony
Quote:
>The Crystal Reports control runs in his own Window.
>How Can I force him to run in a MDI child form ?
>In this way I can run several reports in a MDI child Forms and the user
>could have a better control over the opened crystal reports.
>Thanks,
>Isaac M.