cancel
Showing results for 
Search instead for 
Did you mean: 

ItemListBox shows nothing

Former Member
0 Kudos

Hi all,

I have a problem of showing values in an ItemListBox:

What I did is to create a Context Node with cardenality 0..1 and 2 attributes under it. This node is bound as data source to the ItemListBox. In the WDDOINIT method of my view I calculate some values and append it to an internal table, that is bound after that to the context node with "bind_table"-method.

The ItemListBox shows nothing. Is there anything else to do?

Some ideas?

Thanks

Olli

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi oliver

To display something in your list box u need to bind the 'TEXT' property of the itemlistbox to any attribute of the context node and fill that attribute in the wddonit method,then your itemlistbox will display the values.

Hope this helps u

Regards

Tamilselvan.K

Former Member
0 Kudos

Thats it...I was blind...thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Oliver Huppert,

Create a node of cardinality 0-n Instead of 0-1.

Regards

Sarath