Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
āž”ļø Get answers for your development issues
āž”ļø Help others
āž”ļø Write an article
āž”ļø Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/ir

Discy Latest Questions

Zulqarnain Haider
Zulqarnain Haider

Zulqarnain Haider

  • 9 Questions
  • 15 Answers
  • 0 Best Answers
  • 84 Points
View Profile
  • 1
Zulqarnain HaiderProfessional
Asked: February 20, 2021

Send email by Interactive Report in Oracle Apex

  • 1

I already set configuration of SMTP and I could send an email by the PL/SQL Code as below successfully, Declare l_body clob; l_body_html clob; begin l_body := 'To view the content of this message, please use an HTML enabled mail client.' || utl_tcp.crlf; apex_mail.send ( p_to => 'abc@gmail.com', p_from => 'abc@gmail.comm', p_body => 'This is a test email', -- p_body_html => l_body_html, p_subj => 'test' ); apex_mail.push_queue(); end; But when I try to send an email from Interactive Report (Actions->Download->Email) is not working??? Please advise, Thanks  

actiondownloadir
  • 0
  • 39
  • 0
Answer
Swarup
Swarup

Swarup

  • India
  • 28 Questions
  • 117 Answers
  • 0 Best Answers
  • 190 Points
View Profile
  • 1
SwarupProfessional
Asked: November 2, 2020

Showing information on IR Region

  • 1

Hi Sir, Can we show a sub region onĀ  top of the IR which will show the time(total hour) and the week( from 02-06)

ir
  • 8
  • 270
  • 0
Answer
Bert Johansson
Bert Johansson

Bert Johansson

  • 1 Question
  • 2 Answers
  • 0 Best Answers
  • 27 Points
View Profile
  • 1
Bert JohanssonContributor
Asked: October 25, 2020

Preserve highlighted row after refresh in Oracle Apex

  • 1

Hi Do you have any suggestion how I can add funcionallity to your way to highlight row in IR as described in your blog. I have an IR wich calls a modal page. I want to preserve the highlight when refresh when dialog closed. Br Bert

highlightiroracle apex
  • 4
  • 147
  • 0
Answer
Zulqarnain Haider
Zulqarnain Haider

Zulqarnain Haider

  • 9 Questions
  • 15 Answers
  • 0 Best Answers
  • 84 Points
View Profile
  • 1
Zulqarnain HaiderProfessional
Asked: September 9, 2020

Interactive Report dynamic multiple page link in Oracle Apex

  • 1

Hello Sir I want to add multiple page link in Interactive report only 1 column when I click then open page 4 page 5 etc.

dynamicirlink
  • 6
  • 571
  • 0
Answer

Sidebar

Ask Question
Write a Post
  • Recent
  • Answers
  • pavlos

    How to change color of image in Oracle APEX?

    • 0 Answers
  • Bheem

    How to deploy oracle apex app in oracle SaaS

    • 0 Answers
  • Rameez Tariq

    How to create View with Blob column through DBLINK

    • 0 Answers
  • Huy Nguyen

    Dynamic action on column on Interactive Grid

    • 3 Answers
  • hamed
    hamed added an answer hi i want to display image in the report as… March 6, 2021 at 8:33 pm
  • Huy Nguyen
    Huy Nguyen added an answer Thank you for your good idea. March 5, 2021 at 12:09 pm
  • Vinish
    Vinish added an answer Oh, this will work for only new rows. For existing… March 5, 2021 at 11:22 am
  • Vinish
    Vinish added an answer I think you do not need to create the dynamic… March 5, 2021 at 11:14 am
  • Vinish
    Vinish added an answer Are you converting your CLOB to varchar2 in the report?… March 5, 2021 at 6:56 am

Recent Blog Posts

  • Vinish

    Oracle Apex - Display External File in Region

  • Vinish

    Oracle PL/SQL Download BLOB File to Disk

  • Vinish

    Oracle Convert External File to BLOB

  • Vinish

    Oracle Apex Calendar Example

  • Vinish

    Oracle Apex - Open Modal Dialog Page Using JavaScript

Explore

  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About

© 2021 OrclQA.Com. All Rights Reserved. Privacy Policy