Expand my Community achievements bar.

Resizeing a coloumn width - Adobe live Cycle Designer

Avatar

Level 1


Dear Community Members,

I am very new to Adobe LiveCycle, and trying to develop a dynamic form which works for SAP ByD.

The Scenarion is I have a table with 8 coloumns in it..

On a certain condition two out of 8 fields needs to be hidden (Perfectly done) .

Now I have to increse the width of 3rd column width so that table fits in to page printout.

I tried doing something on sub form 'initialize' event..

$.coloumnwidths = 30mm 30mm 30mm 30mm 30mm 30mm.

But it only change the width of first coloumn (Which I dont want to Change) I want to change the width of 3rd coloumn only.

A help on this will be highly appriciated..

Thanks In Advance.

Ashutosh

1 Reply

Avatar

Level 7

I was able to get this to work by adding quotes around the string.


tblTest.columnWidths = "30mm 20mm 40mm 30mm";