❇️ 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.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Interactive Report freeze column
Zulqarnain Haider
Its Works! Thanxk Afzal
Interactive Report freeze column
Zulqarnain Haider
Sir Vinish?? it's Possible????? Sir Afzal???? Kindly Any Solution???
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 ?????
IR 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.
How 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
How to implement Sweet Alert Message in Oracle Apex
Zulqarnain Haider
Yes Sir Sweet Alert lib working properly but no update or delete record.
How 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.
How 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 => '[email protected]', -- change to your email address p_from => '[email protected]', -- 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
Showing information on IR Region
Zulqarnain Haider
Thankx sir it works..