 | | From: | Larry Hakel | | Subject: | Text label not printing | | Date: | Fri, 14 Jan 2005 17:18:22 -0500 |
|
|
 | When I use a large font on a report the characters (g, y) that loop below the bottom do not print completely. The upper portion prints fine but anything below the line is cut off. I've tried everything to get them to print. Any ideas?
Larry
|
|
 | | From: | Todd Kreuter [dBVIPS] | | Subject: | Re: Text label not printing | | Date: | Sat, 15 Jan 2005 09:27:27 -0500 |
|
|
 | Larry Hakel wrote: > > When I use a large font on a report the characters (g, y) that loop > below the bottom do not print completely. The upper portion prints > fine but anything below the line is cut off. I've tried everything to > get them to print. Any ideas?
Is the control's variableHeight setting true? Perhaps its not adjusting its height appropriately. Could you set your own height and set variableHeight false?
-- Todd Kreuter [dBVIPS]
|
|
 | | From: | Larry Hakel | | Subject: | Re: Text label not printing | | Date: | Sun, 23 Jan 2005 10:26:59 -0500 |
|
|
 | On Sat, 15 Jan 2005 09:27:27 -0500, "Todd Kreuter [dBVIPS]" wrote:
>Larry Hakel wrote: >> >> When I use a large font on a report the characters (g, y) that loop >> below the bottom do not print completely. The upper portion prints >> fine but anything below the line is cut off. I've tried everything to >> get them to print. Any ideas? > >Is the control's variableHeight setting true? Perhaps its not adjusting >its height appropriately. Could you set your own height and set >variableHeight false?
Todd I've tried this but it still doesn't work. Any other ideas?
Larry
|
|
 | | From: | Larry Hakel | | Subject: | Re: Text label not printing | | Date: | Sun, 23 Jan 2005 10:46:36 -0500 |
|
|
 | I found by setting: marginVertical = -0.1 alignVertical = 1 // Middle
Then it works.
Thanks Larry On Sat, 15 Jan 2005 09:27:27 -0500, "Todd Kreuter [dBVIPS]" wrote:
>Larry Hakel wrote: >> >> When I use a large font on a report the characters (g, y) that loop >> below the bottom do not print completely. The upper portion prints >> fine but anything below the line is cut off. I've tried everything to >> get them to print. Any ideas? > >Is the control's variableHeight setting true? Perhaps its not adjusting >its height appropriately. Could you set your own height and set >variableHeight false?
|
|