P
Paul Luxton
I am creating boxes using line so that the box around a label matches up with
an expanding (Can Grow = Yes) text box :-
'PCTNoRationaleLabel
lngHeight = Me.PCTNoRationale.Height
Me.Line (Me.PCTNoRationaleLabel.Left, Me.PCTNoRationaleLabel.Top) _
-Step(Me.PCTNoRationaleLabel.Width, lngHeight), , B
I have a problem as Me.PCTNoRationaleLabel.Top is greater than the maximum
for an integer. The report is printing all of the controls fine, but I am
unable to get at the actual value of Me.PCTNoRationaleLabel.Top to create the
box as it is only given to me as an integer. What can I do?
an expanding (Can Grow = Yes) text box :-
'PCTNoRationaleLabel
lngHeight = Me.PCTNoRationale.Height
Me.Line (Me.PCTNoRationaleLabel.Left, Me.PCTNoRationaleLabel.Top) _
-Step(Me.PCTNoRationaleLabel.Width, lngHeight), , B
I have a problem as Me.PCTNoRationaleLabel.Top is greater than the maximum
for an integer. The report is printing all of the controls fine, but I am
unable to get at the actual value of Me.PCTNoRationaleLabel.Top to create the
box as it is only given to me as an integer. What can I do?