different values
Hi,
I would like to ask if I'm doing something wrong or if it's a feature FastReport.
In FR designer I will set the value for the top of memo field 2.06 for example, but the script code for the same result I have to set 77.82.
Is this normal?
I would like to ask if I'm doing something wrong or if it's a feature FastReport.
In FR designer I will set the value for the top of memo field 2.06 for example, but the script code for the same result I have to set 77.82.
Is this normal?
Comments
on the design page the top of the memo object is the amount down from the top of the band.
it has no reference to the position on the output page, the report engine is controlling that depending upon what objects have been processed so far.
if you want to control output use the engine object curx cury values. rather than try to alter design.
read the user manual on using the engine object.
I was trying to adjust the Left property of a number objects at runtime by adding an offset of 4.33. At first I thought it wasn't working at all - until I realised it was moving by 4 pixels instead of 4cm.