A
Alain
Hi to All,
Is it possible to programmatically set the position of a control on a
report, I need a control (text box) to either to move up or down depending
on a criteria of another control.
I have tried the following:
text15.top = 1.5
and it give me the following error 2102 the setting you entered is not valid
for this property, I also tried
text15.top = 1.5"
and it gives me an end of statement error
So can anyone tell me what I am doing wrong
thanks
Alain
Is it possible to programmatically set the position of a control on a
report, I need a control (text box) to either to move up or down depending
on a criteria of another control.
I have tried the following:
text15.top = 1.5
and it give me the following error 2102 the setting you entered is not valid
for this property, I also tried
text15.top = 1.5"
and it gives me an end of statement error
So can anyone tell me what I am doing wrong
thanks
Alain