Our current version of BDL is 2.11.03 build-1169.8
Is it possible to use the HEIGHT attribute in a TEXTEDIT field which is part of a TABLE?
We want the height of columns in a TABLE to be more than one line and
we are having difficulty doing that when migrating from 2.11.03 to 2.21.
I can't get this to compile in 2.11.03:
[a |b |c ]
[ | | ]
[a |b |c ]
[ | | ]
though it compiles in 2.21.
In 2.11.03, this compiled:
[a |b |c ]
[ ]
[a |b |c ]
[ ]
where c is the TEXTEDIT column.
But it doesn't compile in 2.21.
So, I thought I'd try the HEIGHT attribute in TEXTEDIT, but it doesn't
compile.
I want to have a form that compiles in both versions of BDL so we
can migrate with ease to 2.21 without having 2 code sources.
Thanks,
Candy
(I have sent samples to support)