You have to use a Report event. You can't pass these parameters to the report form the OpenReport event on your form. I think you have to size each section using twips (1440 per inch).
The best way to do this, however, is to make the report the size you want it, and while it is still open, set AutoResize to No, and then Save the report, while it is open. This will make the report open to that size unless a user resizes it and saves it.
Did that help?
If you want the report to open in the same position, do the same thing, but set auto center to No.
mmcdonal
|