place text [message #89811] |
Sat, 31 July 2004 06:19 |
kolen
Messages: 12 Registered: July 2003
|
Junior Member |
|
|
hello
i have some problem in printing the report.
when i print the report in screen is ok put when i print to printer
the place text for field is not the same place.
Thanks.
|
|
|
Re: place text [message #89827 is a reply to message #89811] |
Tue, 03 August 2004 01:30 |
MNRaju
Messages: 6 Registered: July 2004
|
Junior Member |
|
|
Hi,
This problem comes when it is a character mode report. If you want to make everything should be visible in your print (hard copy), do the following:
Go to layout model, select menu option Format->Layout option -> Rulers. It opens a pop-up window, you select units as character cells then press 'OK'. Then your layout is changed to character cell grid layout.
Now, adjust the size of each item in your layout by matching its length with the no. of cells it occupied.
For example, F_EMPNO is a field occupied 3 cells in your layout, which is referring EMPNO column of size 5 characters in EMP table. Then, F_EMPNO should occupy at least 5 cells.
In this way, you can get everything in your print..
Bye
Raju..
|
|
|