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 avoid a button from multiple clicking without Dynamic Action
No more questions can be answered here.
No more questions can be answered here.
See lessORA-00920 in SELECT clause when interrogating user role.
That has worked. Thanks.
That has worked. Thanks.
See lessCheck the current status of Interactive Grid
Thank you Vinish it works fine
Thank you Vinish it works fine
See lessORA-00920 in SELECT clause when interrogating user role.
Some inbuilt packaged functions do not work with SQL queries. You can create a function and can use it in your query. Below is an example: create or replace function user_has_role (i_app_id in number, i_app_user in varchar2) return varchar2 is l_is_admin boolean := false; v_value varchar2(1); beginRead more
Some inbuilt packaged functions do not work with SQL queries. You can create a function and can use it in your query. Below is an example:
Then use the above function in your query:
See lessSAVE IG includes column link to another page
Thank @Vinish. I also found the same method with u.
Thank @Vinish. I also found the same method with u.
See lessMultiple validations in dynamic action
I finally got around to trying this but it still did not work. I think the problem is I am not submitting the page, but issuing explicit PL/SQL code to update the database. I have now tried 2 other options posted by Vinnish (Oracle Apex Validation Without Submit Using JavaScript and Ajax Callback) bRead more
I finally got around to trying this but it still did not work. I think the problem is I am not submitting the page, but issuing explicit PL/SQL code to update the database. I have now tried 2 other options posted by Vinnish (Oracle Apex Validation Without Submit Using JavaScript and Ajax Callback) but they did not provide joy either.
The current situation (using Vinnish’s AJAX method) is that the buttons return an error message saying that it cannot insert the record with a null value for such and such column (standard ORACLE error message), THEN it displays the user-friendly error message, even though the actions generate the user-friendly message before it tries to insert the record.
The second action performs the insert.
How do I get the first action to abort on error?
Postscript: I have made this work by changing the INSERT code so it only attempts an INSERT if the 2 items are not null. That way, I only get to see the user-friendly error message.
Is there a neater way of doing this?
See lessCheck the current status of Interactive Grid
You can check the below link to make the interactive grid editable conditionally: Making interactive grid editable conditionally And yes, it will be better if you make columns 3 and 4 read-only.
You can check the below link to make the interactive grid editable conditionally:
Making interactive grid editable conditionally
And yes, it will be better if you make columns 3 and 4 read-only.
See lessManage stock for Inventory management system date by date.
Dear Sir, I want to get method of making inline views for reports making. If you don't mind please share your great experience about this. I shall be highly appreciated your kindness.
Dear Sir,
I want to get method of making inline views for reports making.
If you don’t mind please share your great experience about this.
I shall be highly appreciated your kindness.
See lessManage stock for Inventory management system date by date.
Thanks a lot sir its a great solution for me.
Thanks a lot sir its a great solution for me.
See lessPut colour in columns particular text based on condition
To show only one column, make the error and bgcolor column as hidden columns. And for payload column specify the HTML expression as following: <span>#PAYLOAD#</span><span style="background-color: #BGCOLOR#;">#ERROR#</span>
To show only one column, make the error and bgcolor column as hidden columns. And for payload column specify the HTML expression as following:
See less