How To Increase The height of a line dynamically


dear all,

in table using expand fit height text fields in table.it's working fine.but height of partition lines of table divide columns not increasing.

i have taken rows of table different subform.i have written following script on exit event of each subform increase height of lines it's not working.

var fieldheight = xfa.layout.h(xfa.form.form1.page1.subformname, "in");
line1.h = fieldheight;
line2.h = fieldheight;

how can it?if body can please me.it's urgent.

thanks lot in advance
regards
rakesh

i'm after pretty same thing too.

i have table of text fields set vertically expand fit. if enter data 1 , make expand vertically, none of other fields in row expand it. results in table rows looking uneven.

i looked using 'h' property, doesn't seem work. if set field displays h value of field never budges '0in', regardless of field's height.

i'd grateful ideas.

cheers,

craig


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments