Skip to Content
0
Former Member
Feb 06, 2004 at 12:40 PM

TableView-Iterator: get field value

55 Views

Hello,

we use in our MVC-Application the htmlb-iterator to render table fields with checkboxes. Within the iterator-class renderer_cell_start we have to know if the current checkbox is ticked or not to enable/disable other checkboxes.

How can we retrieve the value of the name-field given in p_cell_binding?

We set the value like this:

..

CREATE OBJECT lo_checkbox.

lo_checkbox->id = p_cell_id.

...

lo_checkbox->_checked = p_cell_binding.

..

p_replacement_bee = lo_checkbox.

Regards, Bernd