Change Field.width in runtime
Hi!
There are some fields/columns. a,b,c,d
I would liket to resize column a depend on b,c,d columns.
So when b is empty then a.width=a.width+b.width
and if c is empty then a.width=a.width+c.width and so on.
How can i realize it ?
I have Basic Edition.
I have try that:
I wrote BeforePrint event and when Sender=a
then i'm looking for column b component, and depend on state b
i try to use what i have been wrote before.
In Dotmatrix printing, in first row all filds are empty .... and i get strange result
If i use GetData method of field then i get same result on each row.
Some idea ?
Berko
There are some fields/columns. a,b,c,d
I would liket to resize column a depend on b,c,d columns.
So when b is empty then a.width=a.width+b.width
and if c is empty then a.width=a.width+c.width and so on.
How can i realize it ?
I have Basic Edition.
I have try that:
I wrote BeforePrint event and when Sender=a
then i'm looking for column b component, and depend on state b
i try to use what i have been wrote before.
In Dotmatrix printing, in first row all filds are empty .... and i get strange result
If i use GetData method of field then i get same result on each row.
Some idea ?
Berko