Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 92406

Re: Same Data , 3 pages

$
0
0

Hi Zarni,

 

Please do the following steps.

 

1>>Copy the table into 2 pages.

2>>Delete the xml coding which contains condition statements.

3>>Write the coding in 1st page.

     frmTableBlock.tblTable2._rowItem.count = frmTableBlock.tblTable1._rowItem.count

     frmTableBlock.tblTable3._rowItem.count = frmTableBlock.tblTable1._rowItem.count

     This code will be add the table rows as the Table1 for Table2 and Table3.

4>>Write the code for data which is you want to display.

     tblTable2.rowItem.name.rawValue = tblTable1.rowItem.name.rawValue

     tblTable3.rowItem.name.rawValue = tblTable1.rowItem.name.rawValue

 

I hope this helps,

S,Candy


Viewing all articles
Browse latest Browse all 92406

Trending Articles