I have an interactive report region with a where clause specified to filter the report based on the page item value. I need to set that page item value and then refresh the report region using JavaScript. How can I do that?
Discy Latest Questions
Dear Sir How Can I Redirect To Page By Dynamic Action. FOR example i have Page item :P2_CODE and value from application Items and some values from Substitution String then combine all like &REP_URL.&REPORT=&REP_DIR.Invoice.rep&PRM_CODE=&GLB_CODE.&PRM_NUM=&P2_CODE. and this all i want pass page no 3 there is page item :P3_VALUE how to do this sir i dont want to do it by Branches only i want by DA.
I have a page 'A' with an IG that calls a modal page 'B' that runs a process and updates the IG table. When I close modal page 'B' I need page 'A' to refresh. How can it be done?
How to set page item to null, when browser is reloaded. I tried with DA after refresh but, it works only when I change page inside application not for reload page on browser button.
Hi, I saw your demo regarding subject activity which link mentioned below. However, this is some thing which user can do manually as per condition but is there any way i can get value from setup form as dynamic values. https://www.foxinfotech.in/2020/05/oracle-apex-highlight-row-based-on-condition.html Thanks.
Hi, I have two applications in a same workspace.I want to set a global variable value in one applicationa and read it from another application. how it is possible in oracle apex. Thanks
How can i get a select list of countries with Flags displayed and returning country name as similar on websites.
Hi Sir, I want to create Reset Password or Forgot Password link in the login screen,when should i click on that it should redirect to a form where i can provide my username and new password and confirm password. But i need without custom authentication schema.Please help me with steps.
In Oracle Apex, how can I check if a page item is empty or null using JavaScript? Suppose I have a requirement to show message if item is empty on button click using JavaScript and if item is not empty then show the content of the page item using dialog.
Hi, I have created DEPT and EMP form as master-detail. Now based on Deptno# i want to print data in HTML Based. In this regard have following query if you please advise. Where to Write HTML Code How to call it at Button so above code Print the Report Is there any tool where i can execute the report data before printing, like for report result first we develop query in sql, is there any tool for testing. Thanks.