Hi. How can I include DATE RANGEĀ search criteria in Faceted Search? (while I was trying, I am getting the following error. Facet is not supported for DATE or TIMESTAMP columns.) Thanks,
Discy Latest Questions
Can apex_mail.send be called from outside of apex 20?
Hi! I have page with ajax callback which is executed on button click (submit). After I move page to modal dialog, ajax callback doesn't work. How to use ajax callback in modal dialog page?
Hi sir ji,How to show confirmation message for logout/signout when the user clicks the signout button from navigation bar list and redirect to logout url. can u please suggest.
Dear Sir, I am using oracle database 11gr2 to connect to gmail and read messages. but I facing this error while connecting to gmail. ORA-29532: Java call terminated by uncaught Java exception: javax.mail.MessagingException: Connect failed; nested exception is: java.io.IOException: Couldn't connect using "javax.net.ssl.SSLSocketFactory" socket factory to host, port: imap.gmail.com, -1; Exception: java.lang.reflect.InvocationTargetException ORA-06512: at "IMAGE.MAIL_CLIENT", line 16 ORA-06512: at "IMAGE.MAIL_CLIENT", line 35 ORA-06512: at line 2
I am trying to escape & from the prepare_url function, I use URL as a public bookmark. For insatnce: APEX_UTIL.PREPARE_URL ( p_url => 'f?p=' || :APP_ID || ':1:'|| :APP_SESSION ||'::NO::P1_ID:'|| x.ID ||'', p_checksum_type => 'PUBLIC_BOOKMARK', p_url_charset => 'UTF-8')
Hi, My workflow is: Press button "SAVE" Validation If pass then a submit processing A question "Do you want to send a mail?" If OK - to send mail. My problem is that Confirm Message is javascript. Where's a point of that in submit processing? Thanks