cancel
Showing results for 
Search instead for 
Did you mean: 

Hard coding data in Dynamic table.

Former Member
0 Kudos

Hi,

Dynamically, I created a table with 3 rows and 5 columns.

I want to hardcode the data in this Dynamic table.

Can u send the coding and necessary steps.

It's very very urgent.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

krishna,

Regardless of the way you created Table (either at desing-time with View Designer or at run-time in wdDoModifyView) data is always dynamic. Separation of data (or model) from presentation (UI) is a key concept in WD.

So, as Armin said, just populate context node you are later using as Table dataSource with 3 node elements, say in wdInit of view.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Former Member
0 Kudos

What't the problem? You said, you already created 3 rows (node elements). Set the attributes of these node elements to the data to be displayed.

Armin

Former Member
0 Kudos

Hi,

go through this link.

It might helps, Otherwise post your issues.

Thanks

Lohi.