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.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
How to implement Sweet Alert Message in Oracle Apex
Zulqarnain Haider
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 lessIR Show Message when Click Submit Button
Zulqarnain Haider
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 lessHow to implement Sweet Alert Message in Oracle Apex
Zulqarnain Haider
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
See lessHow to implement Sweet Alert Message in Oracle Apex
Zulqarnain Haider
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 lessHow to send Email in Oracle Apex
Zulqarnain Haider
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 lessHow to send Email in Oracle Apex
Zulqarnain Haider
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', -- change to your email address p_from => 'abc@gmail.com', -- change to a real senders email addressRead more
How to send Email in Oracle Apex
Zulqarnain Haider
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 lessShowing information on IR Region
Zulqarnain Haider
Thankx sir it works..
Thankx sir it works..
See lessShowing information on IR Region
Zulqarnain Haider
Hi Afzal I want to show Total Sal on top of the IR. I follow this step but no result any solution???
Hi Afzal
I want to show Total Sal on top of the IR. I follow this step but no result any solution???
See lessInteractive Report dynamic multiple page link in Oracle Apex
Zulqarnain Haider
Thankx alot sir.
Thankx alot sir.
See less