Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BSP and HTMLB...

Former Member
0 Likes
528

Hi,

I am creating a BSP application using HTMLB.

I have a drop down list box.

I have created the listbox as follows:

<htmlb:dropdownListBox id="entries"/>

Now I see the list box on my screen.

I need to populate this list box with some 6 values(A1,A2,A3,A4,A5,A6).

How do I do this?

Could someone please help me with this?

Thanks,

Sudha.

1 ACCEPTED SOLUTION
Read only

sharat_chandra
Product and Topic Expert
Product and Topic Expert
0 Likes
506

Hi,

You need to use the attribute 'table' of the dropdownlistbox. This would be an internal table which must be populated with the necessary values. You can use the attributes

'nameOfValueColumn' & 'nameOfKeyColumn' to specify the values which will be handled internally & values which will be displayed to the user in the list respectively.

Note: There is a seperate forum for BSP queries. Kindly post your questions in that forum going forward.

Hi,

I am creating a BSP application using HTMLB.

I have a drop down list box.

I have created the listbox as follows:

<htmlb:dropdownListBox id="entries"/>

Now I see the list box on my screen.

I need to populate this list box with some 6 values(A1,A2,A3,A4,A5,A6).

How do I do this?

Could someone please help me with this?

Thanks,

Sudha.

2 REPLIES 2
Read only

sharat_chandra
Product and Topic Expert
Product and Topic Expert
0 Likes
507

Hi,

You need to use the attribute 'table' of the dropdownlistbox. This would be an internal table which must be populated with the necessary values. You can use the attributes

'nameOfValueColumn' & 'nameOfKeyColumn' to specify the values which will be handled internally & values which will be displayed to the user in the list respectively.

Note: There is a seperate forum for BSP queries. Kindly post your questions in that forum going forward.

Read only

0 Likes
506

Hi,

Thanks for your response.

Sudha.

Edited by: Sudha on Jul 23, 2008 8:33 PM