Expand my Community achievements bar.

Tables data are merge into 1 table after save the PDF form

Avatar

Former Community Member

I create a dinamic pdf form. The form has feature to add new table and rows function. I save the form with a few tables and serveral rows in each tables. I save the data by click  "Save"  in file menu. When the next time i open the form, all the table data merge into one table wth all the records reside it.

The table date as below : ( ID is the Primary key in all tables )


Table 1 :

ID : 001

NAME : JASON

COUNTRY: FINDLAND

Table 2 :

ID : 002

NAME : CRISTINE

COUNTRY : ICELAND

Table 3:

ID : 003

NAME : JEEVA

COUNTRY : SINGAPORE

After Save the form ( file--> save) : ( Result )

ID : 001 (

NAME : JASON, CRISTINE,JEEVA

COUNTRY: ICELAND

*** All the 3 records are in one table , with 3 rows of records ( The data in previous 3 tables are merge into 1 table )

*** ID is drop down list ( Contains  001, 001, 002, 002, 003, 003) - repitation ID after save

Please advise how can i maintain the 3 table and avoid the ID repitation.

1 Reply

Avatar

Former Community Member

It sounds like you have binding issues with your table. Can you send the form and instructions on how to recreate the problem to LiveCycle8@gmail.com and I will have a look when I get a chance.

Paul