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!");
}
});
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;
Interactive Report freeze column
Zulqarnain Haider
Its Works! Thanxk Afzal
Its Works!
Thanxk Afzal
See lessInteractive Report freeze column
Zulqarnain Haider
Sir Vinish?? it's Possible????? Sir Afzal???? Kindly Any Solution???
Sir Vinish??
it's Possible?????
Sir Afzal????
Kindly Any Solution???
See lessHow 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 => '[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
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 less