Hi,
< APEX 5.0 >
I've created an IR with checkboxes.
SELECT apex_item.checkbox(1, a.value, '', decode(box, 'Y', a.value, NULL)) choose
, apex_item.hidden(2,a.value) dummy_value
...
the problem I have is when my routine for after submit runs I can not find any value in APEX_APPLICATION.G_F02.
My question is does an IR not support HIDDEN items? Or do I something wrong?
cheers,
Bernhard