Apex Tab Container – Report should get execute only for the Active tab. Now when the user clicks the page, all the tabs reports are getting executed. So the page load only its taking 5 to 10 mins. To avoid this, Always the first tab report only should get execute and page should get rendered. Then when user changes the tab, it ...
vinish.ai Latest Questions
I am making a Master Detail forms. The objective of this entry screen to capture questioners from the customers. We have 100 difference questions that customer support to answer. I want to make a Master Detail in such a way that when the users has entered his basic information in the Master Form all the question should reflect in the detail ...
I am using APEX 20.2 on the apex.oracle.com site. I have a page with a tree. I have a button which adds a new entry. It contains an action to update the database, an action to refresh the tree, and an action to expand the tree again (as the refresh collapses it). Everything works fine except the tree does not ...
Is it Possible to create a Dynamic master-detail entry screen in plsql Dynamic Content
Hello, I’ve a question regarding date and time format of oracle apex. Issue: I want to store date and time to oracle db through oracle apex 20.1. but it isn’t supporting date and time and saving only date. but, when I’m changing date format of apex field to date and time its giving error ORA-01843 not a valid month.
Hi Sir I want to Show U-processing icon and Show Message just like. Please Wait a moment. when Click Submit button.
I am running app in always free autonomous database, and implemented rozorpay payment gateway in oracle apex app. Please suggest me if any other good methods than this. https://mmgmntadtkkb51h-veprddb.adb.ap-mumbai-1.oraclecloudapps.com/ords/r/veprd/grocery2/home?session=107245618306078
Hi Sir Vinish I’m Working Sweet Alert Libraries Its Javascipt Alert Message all process done.Upload #APP_IMAGES#sweetalert.js and #APP_IMAGES#sweetalert.css Now I’m using in Update, Delete button when i click then record update or delete.but facing problem no update or delete record. Code is if ($v("")) { // javascipt code when i click then record update????? swal("Good job!", "Your product has been successfully Update!", "success") } else { swal({ title: ...
Department wise Employee Report. For IT Department: Employee_Id,Last_Name,Hire_date,Salary Column will Show. Other Column will be Hidden. For HR Department: Employee_Id,Salary Column will Show. Other Column will be Hidden. I want it will be show Hide from the database. For this Reason i created a Setup Employee Table and I have written a code in each item in server condition-> Plsql ...