Page 1 of 1
Subfile Header not formatted by autogui
Posted: 04 Sep 2024, 02:09
by nic.hall@lansa.com
Subfile header fields are defined in DDS as DSPATR(UL) but the underline is missing from some fields in aXes. The ones that are not underlined are missing the ax_x24o class attribute. Any ideas?
Re: Subfile Header not formatted by autogui
Posted: 25 Sep 2024, 12:41
by tim mcentee
Hi Nic
You can create an application style that uses CSS selection rather than the X attribute drop down
Style for HTML Element
HTML Tag: div.ax-terminal-field.x24 span
Style: do your underline
for5250Attributes: leave blank
Tim
Re: Subfile Header not formatted by autogui
Posted: 08 Oct 2024, 04:58
by nic.hall@lansa.com
Thank you Tim