I have a tree grid with selection mode as Multiple Row Selection (checkbox)
Track Row Selection is P8_ITEM_LIST
I have this P8_ITEM_LIST as display only so I can see the value as I change rows.
Im trying to capture the current value of p8_item_list on a row selection change.
when I perform a row selection change DA and action is a message box showing #P8_ITEM_LIST#
it always display the value before the row selection change.
example, I select row 1, P8_item_list = row1, the page item displays row1 but the DA shows #P8_ITEM_LIST# as null
, I select row2, P8_item_list = row2, the page item displays row2 but the DA shows #P8_ITEM_LIST# as row1
Ive tried the When event "Row Selection Change", "After Row Select", Before Row Select" and always the message box shows the old value
is this a bug or what am I doing wrong?
thanks





