Sign Up

❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Ask Question
  • Write a Tutorial
  • Online Courses
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier
  • Ask Question
  • Write a Tutorial
  • Online Courses

Discy Latest Questions

pavlos
pavlos

pavlos

  • 65 Questions
  • 124 Answers
  • 1 Best Answer
  • 537 Points
View Profile
  • 0
pavlosEpic
Asked: July 11, 2022

How to set checkbox value on card click?

  • 0

Hi all! I am trying to check/uncheck the checkbox value I added to card report as apex_item.checkbox I tried to build the function and put it as url in redirect action of card report, but without success. Do you have any idea?   Thanks in advance?  

javascriptoracleapex.
  • 0
  • 34
  • 0
Answer
JawaharV
JawaharV

JawaharV

  • 1 Question
  • 2 Answers
  • 0 Best Answers
  • 25 Points
View Profile
  • 0
JawaharVContributor
Asked: July 6, 2022

dynamically refresh parent page after click button in modal dialog

  • 0

I was unable to make the button in a parent page hide when i click a button in a corresponding modal page after the modal dialog closes. I used many methods but it only requires me to refresh parent page to hide the button. I also tried executing javascript and server-side code in dialog close in dynamic action but in vain. Please help me find a solution.

dynamic actionjavascriptplsql
  • 3
  • 40
  • 0
Answer
kiline
kiline

kiline

  • 1 Question
  • 1 Answer
  • 0 Best Answers
  • 26 Points
View Profile
  • 0
kilineContributor
Asked: May 6, 2022

How to get value of select list in ig

  • 0

Hi, so i have a problem when i try to get value out of interactive grid i get [object Object] in text field. I found out the reason  for that output is because i was trying to get value out of select list column. When i try with any other column type textfield or numberfield it works great and return value correctly. That's the javascript code I am using for retrieving value. if(this.data != null){ if(this.data.selectedRecords[0]!= null){ selectedRecord =  this.data.selectedRecords[0][4]; apex.item( "P34_TEST" ).setValue(selectedRecord); } } Thank you for any help!  

apexigjavascriptselect list
  • 1
  • 88
  • 0
Answer
pavlos
pavlos

pavlos

  • 65 Questions
  • 124 Answers
  • 1 Best Answer
  • 537 Points
View Profile
  • 2
pavlosEpic
Asked: March 28, 2022

How to remove left side column on button click and fill space with another report?

  • 2

Hi! I am trying to hide the left column on the button click. I tried with DA which execute js code: $("#t_Body_side").toggle(); and it hide the left column. But, the space where the left column was is not populated with other regions. How to hide the left column and change the width of other regions to populate free space on the screen? Thanks in advance!

dynamic-actionsjavascriptoracleapex.
  • 1
  • 48
  • 0
Answer
Naren
Naren

Naren

  • 5 Questions
  • 5 Answers
  • 0 Best Answers
  • 49 Points
View Profile
  • 0
NarenContributor
Asked: September 30, 2021

Oracle APEX Set CSS style to Red color for numbers less than 0 with JAVASCRIPT

  • 0

Hi Team, is there any global javascript/JQuery to automatically set the red color style of FONT, if the number is less than 0. Currently I am using autonumeri.js file to format the numbers as excel sheet. Only thins missing is RED color. CSS COLOR should apply based on IF condition. $('#P1_ITEM').autoNumeric('init',   {     allowDecimalPadding: false,     currencySymbol: "$",     decimalPlaces: 0,     roundingMethod: "D",     mDec: '0',     negativeSignCharacter: "−",     negativeBracketsTypeOnBlur: "(,)",     unformatOnSubmit: true }).css("background-color", "yellow");

apexcssjavascript
  • 4
  • 397
  • 0
Answer
apex-learner
apex-learner

apex-learner

  • 7 Questions
  • 3 Answers
  • 0 Best Answers
  • 55 Points
View Profile
  • 0
apex-learnerProfessional
Asked: September 20, 2021

Client-side live form validation in APEX

  • 0

Hi. Is there any good and easy method to validating(Client side) multiple input fields? I just came to know Parsley JavaScript form validation library. Is there anything better than this one? Thanks.

javascriptjqueryvalidation
  • 2
  • 115
  • 0
Answer
pavlos
pavlos

pavlos

  • 65 Questions
  • 124 Answers
  • 1 Best Answer
  • 537 Points
View Profile
  • 0
pavlosEpic
Asked: August 2, 2021

How to use data dynamically in Oracle JET timeline?

  • 0

Hi! I integrated Oracle JET Timeline in an APEX app, following this tutorial: Link I am using APEX 20.2. Now, I am trying to include table data to timeline. Currently, I set data with JS: require(['ojs/ojcore', 'knockout', 'jquery', 'ojs/ojknockout', 'ojs/ojmenu', 'ojs/ojtimeline'], function (oj, ko, $) { function ViewModel() { var self = this; self.seriesData = [{ id: 'e1', title: 'ATP VTR Open', start: new Date('Feb 4, 2013').toISOString(), end: new Date('Feb 10, 2013').toISOString(), description: 'Finalist: 3-1' }, { id: 'e2', title: 'ATP Brasil Open', start: new Date('Feb 11, 2013').toISOString(), end: new ...

javascriptjsonoracleapex.sql
  • 3
  • 197
  • 0
Answer
pavlos
pavlos

pavlos

  • 65 Questions
  • 124 Answers
  • 1 Best Answer
  • 537 Points
View Profile
  • 0
pavlosEpic
Asked: July 18, 2021

How to trim spaces on IG Popup LOV?

  • 0

Hi! I am trying to trim spaces in the IG column - Popup LOV search, for instance, when I copy and paste text with space before the first letter I can't get results, without space it works. How to trim spaces in the search box? Thanks in advance!

javascriptjqueryoracle apex
  • 0
  • 39
  • 0
Answer
pavlos
pavlos

pavlos

  • 65 Questions
  • 124 Answers
  • 1 Best Answer
  • 537 Points
View Profile
  • 0
pavlosEpic
Asked: July 13, 2021

How to show region and set item values with JavaScript?

  • 0

Hi! I have comments report in a modal dialog, with the actions column, the action column should open a hidden region and set item values for edit. How to set values and show the hidden region? I assume that I need to do that with JavaScript. Thanks in advance!  

javascriptoracle apexsql
  • 1
  • 204
  • 0
Answer
pavlos
pavlos

pavlos

  • 65 Questions
  • 124 Answers
  • 1 Best Answer
  • 537 Points
View Profile
  • 0
pavlosEpic
Asked: June 28, 2021

How to display cards chart on page load?

  • 0

Hi! I am using Faceted Search with the Show Chart set as a selector, and I want to display charts on page load, without a click on the icon. How to achive that? Thanks in advance

chartjavascriptoracle apex
  • 1
  • 56
  • 0
Answer
Old Questions
Advertisement

Sidebar

Ask Question
Write a Tutorial
Advertisement

Recent Blog Posts

  • Vinish

    Oracle LENGTH()

  • Vinish

    Oracle INSTR() Function

  • Vinish

    Oracle INITCAP() Function

  • Vinish

    Oracle Concat

  • Vinish

    Oracle CHR Function

Advertisement
Advertisement

Explore

  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
© 2021 OrclQA.Com. All Rights Reserved.
Privacy Policy - About Us