cancel
Showing results for 
Search instead for 
Did you mean: 

Item Texts in a Table column

Former Member
0 Kudos

Hi All,

I am working on a Purchase Order Adobe Form. We have a requirement to display multiple item level texts i.e. material text, item text and delivery instructions in one of the table column. How can i add all these three item texts in one of the column. For every item, i have to display all these item texts in the same column. Please suggest me how to do this.

Thanks,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

Using nested tables you can do something like this.

for that particular column have a subform (type flowed top to bottom) instead of anyother UI element , with in this subform have your 3 tables for the 3 table type fields. and do data binding as usual.

If it's with nested subforms.

1) the main table in a nested subform of flowed western text, so all the individual fields will become coulmn here.

2) for this specific column of 3 tables have a subform instead.

3) in this subform have your 3 tables for the texts.

do the binding as usual.

in all the cases the context should be similarly nested.

let me know if you need any more help.

Cheers,

Sai.

Answers (1)

Answers (1)

Former Member
0 Kudos

Sai,

thanks a ton. Subform option worked for me.

Thanks,

Kumar