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!

Check Box in Interactive Report and Print Labels

Rajeev De SilvaMar 7 2018 — edited Mar 14 2018

Hi

I'm working with my first Apex application project. My requirement is to add the check box for the rows in interactive report and pick the selected rows and print a bar code based on the value.

I'm using the Apex version of 5.1.1.

I already managed to develop the pages and DML operations. After reading couple of articles I used the APEX_ITEM.CHECKBOX function to add a line o the IR source sql.

select apex_item.checkbox(1,b.badge_id,'UNCHECKED') "PRINT",

   b.badge\_id,    

kf arena user_err_002.PNG

But the form output does not produce proper checkbox item instead of the text output. What type should I select ?

kf arena user_err_003.png

What would be the advise on how should I retrieve the selected (checked) rows and how to produce a PDF output on button action.

Rajeev De Silva.

This post has been answered by jariola on Mar 7 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2018
Added on Mar 7 2018
4 comments
598 views