python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Force a APEX_MAIL to send a Date: message header?
In oracle apex, I am using APEX_MAIL.SEND function to send mail. The mail is sent correctly, however, automatically, another mail arrives with the following information:
Your message WAS SUCCESSFULLY...
Cristian
Votes: 0
Answers: 0
Oracle APEX: Is it possible to disable IG select conditionally
I want to disable select on my IG when a page item P1_CONDITION meets certain criteria. I hid row action and row selector when condition is met, but if I click on any of the rows, they are still getti...
Coding Duchess
Votes: 0
Answers: 2
Oracle APEX - Interactive Grid - Sorting Select List column on return value
I have a Select List column in an Interactive Grid. It displays abbreviated days of the week (in Dutch):
Ma - 1
Di - 2
Wo - 3
Do - 4
Vr - 5
Za - 6
Zo - 7
And so on...
If we now sort on this column, ...
HotFix
Votes: 0
Answers: 2
Parse JSON list with no key in PLSQL
What I'm trying to do is fill up a table with the data from a JSON. The file is formatted like this.
[
{
"name": "Victor",
"age": "20"
},
{
&q...
Whiplax
Votes: 0
Answers: 5