raymond3090
Registered User.
- Local time
- Today, 00:20
- Joined
- Sep 5, 2002
- Messages
- 43
ok everybody, a couple of tough ones (at least I think they're tough!!)
Hi, I have a form where a user can select from combo boxes and multi-select list boxes the data types and parameters they want to appear on a report.
When my code finishes, the report is shown in print preview. I know I will always want the report to be landscape oriented, but I have to go in and manually change that everytime now. How can I automate this?
In addition, I often have many columns of data going across the page, and even if in lanscape, I can't fit them all on one page when printed. As a result, some controls get cut between two pages. Is there any way to avoid this? For example, can I somehow say if the whole control can't fit on this page, then place it at the start of the next?
Regards,
-Ray
Hi, I have a form where a user can select from combo boxes and multi-select list boxes the data types and parameters they want to appear on a report.
When my code finishes, the report is shown in print preview. I know I will always want the report to be landscape oriented, but I have to go in and manually change that everytime now. How can I automate this?
In addition, I often have many columns of data going across the page, and even if in lanscape, I can't fit them all on one page when printed. As a result, some controls get cut between two pages. Is there any way to avoid this? For example, can I somehow say if the whole control can't fit on this page, then place it at the start of the next?
Regards,
-Ray