mrdagz
Programmer
- Oct 10, 2007
- 9
Hi,
I am trying to change the width of a column with a formula, but it's not working.
i have added code to the width formula under size and position but does not have any effct.
i tried the following
booleanvat testWidth;
testWidth = True;
if testWidth = true then
5.000
else
0
this should have made the column wider but when I refresh the report nothing happends.
i also tried some thing similar in the X to move the column over to the right but again nothing happens.
any tell me what i am doing wrong ?
I am trying to change the width of a column with a formula, but it's not working.
i have added code to the width formula under size and position but does not have any effct.
i tried the following
booleanvat testWidth;
testWidth = True;
if testWidth = true then
5.000
else
0
this should have made the column wider but when I refresh the report nothing happends.
i also tried some thing similar in the X to move the column over to the right but again nothing happens.
any tell me what i am doing wrong ?