Hi all,
The attached form aligns some of the textedit fields differently when the form is compiled using v2.21.10 compared to our previous dev version, v2.11.02. This seems to be down to a change in the form compiler, as a form compiled with v2.11.02 does display correctly on the later Gdc, v2.22.06. I have also attached a couple of screenshots to show the effect of this.
The question now is do we need to realign our forms somehow or is this a bug/feature?
Regards,
David
Hi David,
That looks like Bz15270 https://4js.com/en/support/issue/?id=15270
I'm not sure why this would not have been corrected in the 2.21.10 maintenance release, it is correcetd for 2.30
As a workaround, add either STRETCH=Y or STRETCH=BOTH to the textedits, in your case STRETCH=Y looks better IMHO.
Reuben
Thanks, looks like another reason to be using v2.30 then...