Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How to update column when dialog is closed?
I need to update column when user close modal dialog on X button or Cancel button. When user click on Save column is updated. Problem is when user close dialog without saving, flag column is still 1.
I need to update column when user close modal dialog on X button or Cancel button. When user click on Save column is updated. Problem is when user close dialog without saving, flag column is still 1.
See lessHow to update column when dialog is closed?
Sorry, I think I described the problem incorrectly. I need to update column when user close modal dialog on X button or Cancel button. When user click on Save column is updated. Problem is when user close dialog without saving, flag column is steel 1. Problem is when user close dialog without savingRead more
Sorry, I think I described the problem incorrectly.
I need to update column when user close modal dialog on X button or Cancel button. When user click on Save column is updated. Problem is when user close dialog without saving, flag column is steel 1. Problem is when user close dialog without saving, flag column is still 1.
See lessHow to update column when dialog is closed?
Hi! I tried this, but it work only when user click on save button (submit page), I need to update column when user close modal dialog on X button or Cancel button
Hi!
I tried this, but it work only when user click on save button (submit page), I need to update column when user close modal dialog on X button or Cancel button
See lessHow to update column when dialog is closed?
If i am not understanding incorrectly, you are looking to execute dynamic action on dialog close so that you can update the report column 1 or 0. Please try: https://blogs.ontoorsolutions.com/post/refresh_on_dialog_close/
If i am not understanding incorrectly, you are looking to execute dynamic action on dialog close so that you can update the report column 1 or 0. Please try:
https://blogs.ontoorsolutions.com/post/refresh_on_dialog_close/
See lessHow to update column when dialog is closed?
Hi Pavlos, If you are getting the alert message, it means that the DA is executing on the close dialog event, but it seems that your update statement is not working. So now, you have to check your SQL update statement, whether it is running correctly or not. Did you have specified the items for theRead more
Hi Pavlos,
If you are getting the alert message, it means that the DA is executing on the close dialog event, but it seems that your update statement is not working.
So now, you have to check your SQL update statement, whether it is running correctly or not.
Did you have specified the items for the Submitted Items option? Suppose if you are using any page item in your PL/SQL code, then you have to specify items in the Submit items property.
See lessHow to update column when dialog is closed?
Hi Vinish! When I added JS code: "apex.message.alert('Test');" I got alert only when I save data. I tried to create DA on that region but works same.
Hi Vinish!
When I added JS code: “apex.message.alert(‘Test’);” I got alert only when I save data. I tried to create DA on that region but works same.
See lessHow to update column when dialog is closed?
Firstly, try to find whether the dynamic action event is firing or not. You can do this by simply running JavaScript code instead of PL/SQL code action type. You can add the alert message in the JS code, for example: apex.message.alert('Test'); Now test it by closing the dialog and see if you are geRead more
Firstly, try to find whether the dynamic action event is firing or not. You can do this by simply running JavaScript code instead of PL/SQL code action type. You can add the alert message in the JS code, for example:
Now test it by closing the dialog and see if you are getting this message or not. If not, then you have to change the event type or try to write the DA on the button from which you opening the dialog or on the region where the link or button exists.
And when finally you will find the right option, then you can change the action type to PL/SQL code again, and then it will surely update.
But if it still not update, then you have to check that the table is not locked from the previous update.
Let me know if still any issues.
See lessCreating APEX Workspace Shared Components
No, there is no such option.
No, there is no such option.
See lessCreating APEX Workspace Shared Components
Is it possible to have a "Post Creation" process to import/copy selected components from a "Master Application"? If so, how would it be done? Thanks.
Is it possible to have a “Post Creation” process to import/copy selected components from a “Master Application”? If so, how would it be done?
Thanks.
See lessHow can I develop applications using Google Cloud Vision API Document Text Detection in Oracle Apex
Hi Linkan, I have never used this API and I just checked and found that Google Cloud API for text detection is not free. But if you are already using it then you can use it in Oracle Apex using the REST API. Accessing Google Cloud Text Detection API using REST
Hi Linkan,
I have never used this API and I just checked and found that Google Cloud API for text detection is not free.
But if you are already using it then you can use it in Oracle Apex using the REST API.
Accessing Google Cloud Text Detection API using REST
See less