cancel
Showing results for 
Search instead for 
Did you mean: 

same table content in two page...

Former Member
0 Kudos

Hi frends in Adobe forms i have two body page..i want to display same table in two page....while iam trying this issue...

i got table content displayed in one page but in the second page table content is not displaying..i think i have some problem in binding...help me out......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dinesh,

If u r binding the data to the table in the first page, u can not bind that data again to the other table. Because u can bind the data only once. Next time it ll be empty.

For this u should hv two table in ur context.. eg: *table1* (1:n) and *table2* (1:n) with same attributes.

Then in the code *fetch the data -> set attributes -> bind with table1 node*..

then, set_attrubutes for table2 -> bind table2

Regards,

*Surya*

Edited by: Surya PK on Oct 2, 2009 4:21 AM

Former Member
0 Kudos

thnx for ur reply...its very useful

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dinesh,

As told above, having two different tables would solve your problem.

In the corntext of the form, have two tables

one is Table1 (your first page table)

now make a right click on that and copy it, paste it in same form context.

bind the second page table on the form with the new table. You need not fill the new table.

Thanks and regards,

Priyanka