Line to page edge
Hi,
In the designer, I've put a horizontal dashed line using tFrxLineView. I want this line to print from left page _edge_ to right page _edge_, not from left margin to right margin.
I tried changing the Left property to -1, but that doesn't do anything. I tried align=baWidth, but that still only goes margin-to-margin, not edge-to-edge.
How can I achieve this? Thanks.
In the designer, I've put a horizontal dashed line using tFrxLineView. I want this line to print from left page _edge_ to right page _edge_, not from left margin to right margin.
I tried changing the Left property to -1, but that doesn't do anything. I tried align=baWidth, but that still only goes margin-to-margin, not edge-to-edge.
How can I achieve this? Thanks.
Comments
Anyway, moving the other components isn't really a big deal. Select the band, press Ctrl-A, which selects all components on that band and move them as a block. Repeat for every band. The one issue which may arise is that printers have their own margin requirements and you may find that works on one printer is only partially printed on another.
FR2 had a property which rescaled the output according to the printer's printable area which was a very neat facility.
I assume it had to be dropped for FR3/4 because of the accurate component placement. It isn't much good to be able to place a component to 1/100 of a millimeter when the printer rescales the output.