Sign Up

❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up 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
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Oracle
  • Oracle Apex
  • Python
  • Questions
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Ask Question
  • Add Post
  • Oracle
  • Oracle Apex
  • Python
  • Questions
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  1. Asked: June 4, 2021

    Interactive Report freeze column

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Replied to answer on June 7, 2021 at 1:46 pm

    Its Works! Thanxk Afzal

    Its Works!

    Thanxk Afzal

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  2. Asked: June 4, 2021

    Interactive Report freeze column

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on June 5, 2021 at 12:48 pm

    Sir Vinish?? it's Possible????? Sir Afzal???? Kindly Any Solution???

    Sir Vinish??
    it's Possible?????

    Sir Afzal????

    Kindly Any Solution???

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  3. Asked: November 19, 2020

    How to implement Sweet Alert Message in Oracle Apex

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Replied to answer on November 20, 2020 at 2:21 pm

    Yes sir its just like Alert Message.but its possible to delete record using Sweet Alert  library ?????

    Yes sir its just like Alert Message.but its possible to delete record using Sweet Alert  library ?????

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  4. Asked: November 20, 2020

    IR Show Message when Click Submit Button

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 20, 2020 at 2:16 pm

    when i click submit button then U-processing icon and below Show message Please wait a moment.

    when i click submit button then U-processing icon and below Show message

    Please wait a moment.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  5. Asked: November 19, 2020

    How to implement Sweet Alert Message in Oracle Apex

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 20, 2020 at 12:07 pm

    Delete code is swal({ title: "Are you sure?", text: "Once deleted, you will not be able to recover this imaginary file!", icon: "warning", buttons: true, dangerMode: true, }) .then((willDelete) => { if (willDelete) { swal("Poof! Your imaginary file has been deleted!", { icon: "success", }); } elsRead more

    Delete code is

    swal({
    title: "Are you sure?",
    text: "Once deleted, you will not be able to recover this imaginary file!",
    icon: "warning",
    buttons: true,
    dangerMode: true,
    })
    .then((willDelete) => {
    if (willDelete) {
    swal("Poof! Your imaginary file has been deleted!", {
    icon: "success",
    });
    } else {
    swal("Your imaginary file is safe!");
    }
    });
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  6. Asked: November 19, 2020

    How to implement Sweet Alert Message in Oracle Apex

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 20, 2020 at 12:06 pm

    Yes Sir Sweet Alert lib working properly but no update or delete record.

    Yes Sir Sweet Alert lib working properly but no update or delete record.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  7. Asked: November 11, 2020

    How to send Email in Oracle Apex

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 18, 2020 at 11:55 am

    Hi Sir Vinish My Intance Setting is ok.Its possible to Send your ACL and UTL_SMTP then i will check what i am wrong.

    Hi Sir Vinish

    My Intance Setting is ok.Its possible to Send your ACL and UTL_SMTP then i will check what i am wrong.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  8. Asked: November 11, 2020

    How to send Email in Oracle Apex

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 17, 2020 at 12:37 pm

    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 => '[email protected]', -- change to your email address p_from => '[email protected]', -- change to a real senders email addressRead more

    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 => '[email protected]', -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body => l_body,
    p_body_html => l_body_html,
    p_subj => 'APEX MAIL' );
    
    apex_mail.push_queue();
    
    end;
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  9. Asked: November 11, 2020

    How to send Email in Oracle Apex

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 16, 2020 at 5:41 pm

    Hi Aru This error when i Send Emai. ORA-29279: SMTP permanent error: 503 5.5.1 bad sequence of commands

    Hi Aru

    This error when i Send Emai.

    ORA-29279: SMTP permanent error: 503 5.5.1 bad sequence of commands

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  10. Asked: November 2, 2020

    Showing information on IR Region

    Zulqarnain Haider

    Zulqarnain Haider

    • 8 Questions
    • 17 Answers
    • 0 Best Answers
    • 81 Points
    View Profile
    Zulqarnain Haider Professional
    Added an answer on November 10, 2020 at 12:33 pm

    Thankx sir it works..

    Thankx sir it works..

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
1 2

Sidebar

Explore

  • Ask Question
  • Add Post

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
© 2022 OrclQA.Com. All Rights Reserved.
Privacy Policy - About Us