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!

slider as date selection to submit region

ar_dev_meaMar 13 2016 — edited Apr 28 2016

i try to create mobile application with 2 item(slider).when i change the item(days ,month) to reflect the region source should refresh with slider values.

  1. item one as DAYS (P5_DAYS)
  2. Item two as MONTHS (P5_MONTH)

date and month sliders.PNG

how can add the dynamic action to reflect the report region?

select * from DEMO_PRODUCT_INFO where to_number(to_char(IMAGE_LAST_UPDATE,'DD'))=to_number(to_char(:P5_DAYS,'DD'))

and to_number(to_char(IMAGE_LAST_UPDATE,'MM'))=to_number(to_char(:P5_MONTH, 'MM'))

I have create the DA for both item(s) to change items>page submit.. the page is not refresh and back to previous page no.

date slider not working theme 5.PNG

mobile theme: jQuery Mobile Smartphone - 50 *

Dev environment: apex.oracle.com

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2016
Added on Mar 13 2016
8 comments
1,358 views