Hallo,
due to Brian McKellar's Weblog "BSP Programming: HTMLB Table View Iterator" I created a BSP-Application. I have problems to fill the dropdownlist.
The reference me->m_currencies_ref is filled but there is no entry in the dropdownlist:
p_replacement_bee = CL_HTMLB_DROPDOWNLISTBOX=>FACTORY(
id = p_cell_id
selection = m_row_ref->CURRENCY
table = me->m_currencies_ref
nameOfKeyColumn = 'NAME'
nameOfValueColumn = 'VALUE' ).
Many thanks for any help
Andreas
Andreas
Andreas,
Will it help you if I append my example code enblock? Should I do it in future for all weblogs so that you do not have to type it in?
++bcm
Add a comment