This can be done using SET REPORTBEHAVIOR 90.
For resizing rectangles and pictures, the "Dinamycs" tabs from the Property window can be used.
For resizing fields or labels and for changing their position, can be used the "Other" tab from the Property window.
This tab has a "Run-time extensions" section. Here can be programmed some events.
For moving / resizing objects:
From field's properties, select "Other" tab. Down there at "Run-time extensions", click "Edit settings".
Fill the "Execute when" textbox with RENDER.
Then either edit the content of the edit box from above, either click the "Code zoom" button.
When tcMethodToken=RENDER:
tP2-Left
tP3-Top
tP4-Width
tP5-height
The values typed here overwrites the ones generated by the report.
For enlarging the width of an object with one inch, type tP4=tP4+960
For moving to the right with one inch, type tP2=tP2+960
For placing an object exactly at one inch from the top margin, type tp3=960
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.