cancel
Showing results for 
Search instead for 
Did you mean: 

ItemListbox not displaying the content ?

Former Member
0 Kudos

I created a node and attribute. Connected (bind) to the screen elements itemlistbox. In the supply function, i have one populated table values . when I am connecting this table to the node ( table and node has only one field and one attribute respectively) through the bind_table syntax , I am not getting any error but the itemlistbox is not getting filled?

Can any one help on this ?

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

Hi,

1) Create the itemlistbox.

2) bind the data source to the node having the attribute

3) Fill the node using supply function

4) *important* Donot for get to bind the TEXT in the properties of itemlistbox to the attribute of the NODE.

Regards,

Madhu

Former Member
0 Kudos

Yes you are correct. Thanks. I will add marks also.

Madhu2004
Active Contributor
0 Kudos

if u r question is answered award marks and maek the question as answered.

Madhu

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ponnuchamy........

just debug your application and makes sure that th respective node of the itemlisbox is filled before it is geting displayed.

---regards,

alex b justin

Former Member
0 Kudos

I cheked the table...It is being populated. And i am binding through bind_table and that sentence is also executed and no values in the screen. If we put break point then it goes through the coding like methods and all. Other than this i cannot ensure why it is not populated. How can I check the status of the binding , whether it binds properly or not, in the debugging mode ?