cancel
Showing results for 
Search instead for 
Did you mean: 

Rows not added in Dynamic Table

Former Member
0 Kudos

Hi All,

I am new to Adobe Interactive form. In Tcode SFP, i had designed a form containing Dynamic table with 3 columns. For buttons (insert, remove, move, I am using Subform Instance control insert, remove, move). But after clicking on insert button rows are not inserted in table. Instead, after entering data and clicking on insert button the same row is replaced with blank row and data is added. I stuck up with this and after using all options finally i gave up. Please help me in solving this issue.

Thanks in advance.

Regards,

Nilesh

Accepted Solutions (1)

Accepted Solutions (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi Nilesh,

Refer to the following form in your system.

C:\Program Files\Adobe\Designer 7.1\EN\Samples\Purchase Order\Dynamic Interactive\Forms\Purchase Order.pdf.

use this form for the script required.

hope it will help.

Regards,

Vaibhav Tiwari.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nilesh,

Instead of using the standard subform control..

try adding a normal button , and in Onclick event add the following script... which will create a new row..

eg... script

data.Main.form1.table.row.instanceManager.addInstance(1);

Regards

Sivaraj