I have reports with one record in a tall detail band, no header, footer,
title, nor summary. These are intended to be printed on pre-printed forms,
with the text boxes filling in the blanks.
As expected, there are alignment differences for different users using
different printers. Alignment between the individual controls does not
change, but margins do.
I can allow the user to edit the report, but these users are not
particularly computer savvy. I have grouped all the controls on the report,
and I would like to allow the user to specify something like "move
everything up 1/8 inch and right 1/4 inch", then have the app make the
adjustment.
Can this be done with report listeners? Or is it best to hack the report?
Something like
REPLACE hpos WITH hpos + 10 FOR objtype = 8
Or, since I have grouped the controls, is there a simple way to reposition
the group? How are groups represented in the frx?