cancel
Showing results for 
Search instead for 
Did you mean: 

New row in table

Former Member
0 Kudos

Hi,

I have a reqt. where I want to add new row with one column after every row of the adobe form table as follows:

   Col1         Col2         Col3        Col4

|-------------|---------------|--------------|---------------|          --> 1st Row

              |---------------|                                        --> 2nd Row with only one column

|-------------|---------------|--------------|---------------|          --> 3rd Row

              |---------------|                                        --> 4th Row with only one column

Is it possible to achieve this? If yes, pls help me.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

rakesh_m2
Contributor
0 Kudos

Hello Saket,

Dont treat as adding another row with column after every row.   Treat it as two rows as a single row in one table, in which you are displaying one field in the next row.  So, wrap both rows and bind the subform, with table 1 and repeat that subform.  Hope this could solve your problem.

Thanks,

Rakesh

Former Member
0 Kudos

Hi,

Thank you for your input. I solved my prob. by using nested tables in the interface.

Regards.

Answers (0)