English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a report where the information on the first page needs to run with a different orientation to the other pages (i.e. the 1st page will have text running vertically, and the remainder horizontally). The text needs to come from the database so I can't embed an image. Can anyone help? Thanks in advance.

2006-11-23 02:00:49 · 1 answers · asked by mark 7 in Computers & Internet Programming & Design

1 answers

An easy way is having two reports. That is report1.frx configured to print portrait and report2.frx configured to print landscape.

Another little bit harder way is using OLE programming to export results to Excel in two tabs, first will be setup to print in portrait orientation and second tab landscape using this command:
oExcel.ActiveSheet.PageSetup.Orientation = n
where n=1 is portrait, n=2 is landscape.

I'm not sure you can change orientation from portrait to landscape on runtime mode.

hope it helps you.

2006-11-23 09:12:27 · answer #1 · answered by Briano Pitt 2 · 1 0

fedest.com, questions and answers