Create Repeating Table Programmatically

P

Paresh

Hi All,

Is it possible to create a repeating table for a browser based IP
form, programmatically? If yes, how?
Actually, I am designing a form which has 2 repeating tables. The
first repeating table has some defined structure, but the second one
depends on the first repeating table.

For instance, if my first repeating table has 2 columns (column1,
column2) and it has 3 rows (row1, row2, row3), as follows:

Column1 Column2
Row1 ColAA XX
Row2 ColBB YY
Row3 ColCC ZZ

Then my second repeating should be created as follows:

ColAA ColBB ColCC
Row1
Row2
Row3


Any pointers in this direction?

Regards,
Paresh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top