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
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Oracle
  • Oracle Apex
  • Python
  • Questions
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Ask Question
  • Add Post
  • Oracle
  • Oracle Apex
  • Python
  • Questions

An active developer community you can depend upon!

❇️ 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.

Create a new Account
What's your question?
  • New Questions
  • Most Answered
  • Most Visited
  • No Answers
  • Most Voted

Discy Latest Questions

amrit
amrit

amrit

  • 5 Questions
  • 5 Answers
  • 0 Best Answers
  • 61 Points
View Profile
  • 3
amritProfessional
Asked: March 17, 2021

How to create and use Global Variables across applications in oracle apex

  • 3

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  

oracle apex
  • 2
  • 6k
  • 0
Answer
OrclQA Wiki
OrclQA Wiki

OrclQA Wiki

  • 6 Questions
  • 4 Answers
  • 0 Best Answers
  • 73 Points
View Profile
  • 3
OrclQA WikiProfessional
Asked: October 3, 2020

How to refresh region using JavaScript in Oracle Apex?

  • 3

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?

javascriptoracle apex
  • 5
  • 18k
  • 0
Answer
SupriyaJain
SupriyaJain

SupriyaJain

  • 2 Questions
  • 10 Answers
  • 0 Best Answers
  • 34 Points
View Profile
  • 3
SupriyaJainContributor
Asked: February 24, 2021

How to change color of a particular cell in Editable Interactive Grid in Apex conditionally through Javascript

  • 3

Ihave below javascript code in , button click dynamic action :- var model = apex.region("DETAIL_GRID_ID").widget().interactiveGrid("getViews", "grid").model; var v_data_type, v_col1; v_data_type = model.getFieldKey("DATA_TYPE"); v_col1 = model.getFieldKey("COL1"); model.forEach(function(r) { console.log(r[v_data_type] +" "+ r[v_col1]); if(r[v_data_type] == 'Change_color') { console.log('In Change_color'); //Here I want to change color of that cell text //apex.item( "COL1" ).setStyle( "color", "red" ); } });

apexoracle a[ex
  • 13
  • 3k
  • 0
Answer
Swarup
Swarup

Swarup

  • India
  • 31 Questions
  • 119 Answers
  • 0 Best Answers
  • 207 Points
View Profile
  • 3
SwarupProfessional
Asked: September 4, 2020

Custom Sign-in & Sign-up form in Oracle Apex

  • 3

Can we create a custom Sign In & Sign Up form in Oracle Apex for the public user? Like somebody else from the public what to register himself and enter some data and later again if when he login then he can able to edit or view-only his data.

orclapexsignin signup
  • 3
  • 2k
  • 0
Answer
Vinish Kapoor
Vinish Kapoor

Vinish Kapoor

  • 1 Question
  • 727 Answers
  • 63 Best Answers
  • 4k Points
View Profile
  • 3
Vinish KapoorEnlightened
Asked: July 14, 2020

Please reply to this post if you have any issues using this website.

  • 3

Welcome to the community.

cssjavascriptorclapexplsqlpython
  • 3
  • 225
  • 2
Answer
Aleksandar
Aleksandar

Aleksandar

  • 1 Question
  • 0 Answers
  • 0 Best Answers
  • 28 Points
View Profile
  • 2
AleksandarContributor
Asked: August 27, 2020

Translate Oracle APEX strings and alerts.

  • 2

Hello everyone. I'm having trouble translating alert messages in Oracle apex. Since my language (Bosnian) is not supported by apex, I'm trying to translate entire application manually. I've done 90% of work already, translating strings in Shared Components/Globalization/Text messages. I have found text message names and English text values on official oracle website on this link. Now my problem is to translate alert messages. For example when someone downloads a report, success messages is shown in English. Or when I try to add entry in table, if there is some problem,warning is shown in English. Does anyone know where to find those strings, or how to translate them? I'll be really grateful. Thanks in advance.

apexglobalizationlocalizationoracletranslate
  • 2
  • 1k
  • 0
Answer
jaafar melhem
jaafar melhem

jaafar melhem

  • 1 Question
  • 0 Answers
  • 0 Best Answers
  • 23 Points
View Profile
  • 2
jaafar melhemContributor
Asked: July 15, 2020

Tools to build https://orclqa.com/

  • 2

what are the programming languages, frameworks, tools used to build this site https://orclqa.com/ ?

programming
  • 2
  • 274
  • 0
Answer
Ana
Ana

Ana

  • 18 Questions
  • 31 Answers
  • 0 Best Answers
  • 124 Points
View Profile
  • 2
AnaProfessional
Asked: April 15, 2021

How can a read-only form be created in APEX?

  • 2

Hello Sir:) I want to create read only form, which retrieves data from the table. For that I created a region of type form and used SQL-Query as source. The page is rendered as read only always. But now I get displayed empty items, do I have to insert for each page item a default value type for example (sql-query) in order to set the item? or is there a better solution for this?

apexformoracleread-only
  • 3
  • 330
  • 0
Answer
Bánhalmi Martin
Bánhalmi Martin

Bánhalmi Martin

  • 1 Question
  • 0 Answers
  • 0 Best Answers
  • 27 Points
View Profile
  • 2
Bánhalmi MartinContributor
Asked: February 22, 2021

How to use GTT in Oracle Apex?

  • 2

Hi! I would like to ask, how to use Global Temporary Table in Oracle Apex? Can I somehow manage to give each user a separate database session? Our current system works mostly with temp tables and we want to switch to Oracle Apex. Thanks in advance!  

oracle apex
  • 1
  • 732
  • 0
Answer
Hussain
Hussain

Hussain

  • 24 Questions
  • 47 Answers
  • 0 Best Answers
  • 181 Points
View Profile
  • 2
HussainProfessional
Asked: October 16, 2020

Capture database Error and Amend it in Oracle Apex

  • 2

Hi Vinish, If any validation which fire either it from database trigger or constrains check then how we can capture and show property message. As most of the database errors appear like ’033-ORA-NOT VALID CONDITION’ How to capture this error and make it proper so user can easily understand. Thanks.

oracle apex
  • 1
  • 548
  • 0
Answer
1 … 49

Sidebar

Explore

  • Ask Question
  • Add Post

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