Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex_application.g_f XX - sparsely vs densely populated items

Igor KortchnoïAug 5 2008 — edited Aug 5 2008
Just to be sure.

apex_application.g_f XX table is sparsely populated for all items, except for checkboxes, right?

So, in my manual tabular form I have a non-checkbox item fXX and a checkbox item fYY.

Non-checkbox:
If XXthcolumn (fXX) value is empty on rows 1 and 2 and filled on row 3, apex_application.g_f XX(1) and apex_application.g_f XX(2) do not exist. apex_application.g_f XX(3) exists.

Checkbox:
If YYthcolumn (fYY) value is not checked on rows 1 and checked on rows 2 and 3, apex_application.g_f YY(1) and apex_application.g_f YY(2) exist and correspond to rows 2 and 3 items checked. apex_application.g_f YY(3) does not exist.

Have I missed other densely populated items?

Igor

P.S. Would not it be much simpler for users if checkbox item tables were handled in the same way as all other, e.g., sparsely populated, to be able to handle the whole row in the same manner?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2008
Added on Aug 5 2008
2 comments
1,220 views