Buenas tardes a todos, Actualmente tengo problemas para agregar la mascara de horas en una columna de la grilla interactiva. La idea es que el usuario ingrese 1000 y al salir de la celda que se ejecute la acción para agregar el formato de horas a 10:00. Alguien me puede ayudar, los agradeceré.
vinish.ai Latest Questions
I’m trying to refresh tree. I understand Apex does not support it, but I must find a way to do that. Tried to use static id (e.g “tree_id”) for the tree region and put in “prepare_url” the value in the parameter: p_triggering_element => ‘$(“#tree_id”)’ or: p_triggering_element => ‘apex.jQuery(“#tree_id”)’ But it didn’t worked. Also, I don’t want to use the plugin ...
Scenerio: Table: INQ Fields: rdsp ,rdcyl ,rdax ,rnsp ,rncyl ,rnax Number(9,2), na varchar2(50) list item Values: -3.00,+1.00, 65, -2.00, +0.75, 115, Near, Near-ADD, ‘ ‘ I have list value which has two values like(NEAR,NEAR-ADD). I have a table which have six columns above . when I create new ...
Hello Great to find this community! Sorry about this obscure request – I am stuck! I have a ListView Region and triggered by an onClick() event, I want a DynamicAction to use JavaScript Expression to pick the item I selected on ListView – and then call a PL/SQL Stored Proc with that ID. That’s it. The trouble is I do not know ...
Dear, I want to apply security on each form so only those user will be accessiable who have a person either it can be view,inser, update or delet. User table — containing user information Pages Table –Here is mentioned all application pages User_pages_access table — Here is user wise pages information with view,insert,update or delete Now i am looking how to set this functionality on ...
Dear, I have written peace of Code in the form of procedure. now this procedure i wan to call when user button press it should be executed, can you please share the steps or link in this regards, Thanks.
hi, i have any issue with print button which is not print many pages. I am using PL/SQL Dynamic Content on Dialog page to get result from table. i got 20 line item and using Print Button for Javascript to print out: //// Collapse Left Navigation Bar If It Was Expanded //// var navCollapsed = 0; if ($(“body”).hasClass(“js-navExpanded”)) { $(“#t_Button_navControl”).click(); navCollapsed = 1; }; setTimeout(3000); //////// Hide //////// //Hide Navigation Bar List $(“#t_Header”).hide(); //Hide Navigation Menu $(“#t_Body_nav”).hide(); //Hide Breadcrumb $(“#t_Body_title”).hide(); //Hide Content Offset $(“#t_Body_content_offset”).hide(); //Hide Report Column Edit Link $(“.apex-edit-page”).hide(); //Hide Report Download Links $(“.t-Report-links”).hide(); //Hide Buttons
Hi, after submit page with ig to table, it return page and ig value. IG is able to edit; but then i edit or add new item, page item of primary key is disappear immediately. here is screenshot after saving: clicking “Add Item”
Hi, I have customer table, and this customer information is called in sales invoice form. Now if i delete any custom then it check first either customer information is exist in sales table or not, if yes then delete button give message that custom already exist, you can not delete. Please guide me how to call this validation in button.