Skip to main content
3 votes
1 answer
70 views

I’m working on Oracle APEX (v 23.1) with Friendly URL mode enabled. I want to generate a page URL where the value of a page item appears in the path, not in the query string. For example, this is the ...
Faezeh_Ebrahimi's user avatar
-2 votes
0 answers
61 views

I'm having an issue with a page item losing its value when navigating via page wizard. I have a page with 4 sequential inputs: p1_org, p1_vacancy, p1_candidate, p1_assignment. Each item after p1_org ...
cam_pdx's user avatar
  • 307
1 vote
1 answer
41 views

I have an application where I need to display and stylize the heading of the region. So instead of display heading simply as "Car", I need to display "car icon Car". This icon and ...
Arif Sher Khan's user avatar
2 votes
1 answer
49 views

I have defined the following Help Text for a drop down list on a page in oracle APEX : <html> <style> table, th, td { border:1px solid black; } </style> <body> <table ...
user31903851's user avatar
-1 votes
0 answers
59 views

I have a workspace named DEV that contains two schemas: ADMIN and DEV_1. Inside this workspace, I also have two developer accounts: DEV_1 (developer) DEV_2 (developer) And I have two applications: ...
Kien Nguyen's user avatar
1 vote
1 answer
92 views

I have creating my first simple plugin. The idea is to have button in a page, on clicking of which an interactive report region will be reset, instead of going through "Actions menu" of IR. ...
Arif Sher Khan's user avatar
0 votes
1 answer
31 views

Environment: - ORDS 25.2 deployed on Tomcat 9.0 - Java 17 - Database and APEX on separate servers (PaaS) - Reverse proxy: Nginx Problem: After upgrading to ORDS 25.2.1, the APEX layout breaks. Some ...
Flavia Cabral's user avatar
0 votes
0 answers
23 views

I have an IG where there are 2 date fields, and I wanted the second datefield to have a minimum value of the first one+1 day, but only if the first datefield is in the next day, otherwise to have the ...
Roger26's user avatar
  • 57
0 votes
1 answer
39 views

I'm creating a bar chart in Oracle Apex 23ai and I need to change the color of bars from selected rows when they have the max value. My label is X_LABEL, value is Y_VALUE and X_VAL is used to sort the ...
Kamil Dudar's user avatar
0 votes
1 answer
71 views

I have a problem with executing the code after submitting. The case should be very simple, but I don't understand why it doesn't work. I have a form on the page 24: Default buttons: And default ...
MateuszDurak's user avatar
0 votes
1 answer
63 views

I am trying to reset the password for my APEX user account. I tried executing and committing the following update: UPDATE wwv_flow_fnd_user SET account_locked = 'N' , web_password = 'newpass', ...
Acroyear's user avatar
  • 1,461
-4 votes
1 answer
119 views

I have a table in oracle apex: CREATE TABLE Fundusze ( Id NUMBER(10) NOT NULL, Nazwa VARCHAR2(50) NOT NULL, Waluta VARCHAR2(50) NOT NULL, Typ VARCHAR2(50) NOT NULL, CONSTRAINT ...
aretai's user avatar
  • 1,655
0 votes
2 answers
89 views

I’m currently having trouble setting an item upon page load. It seems that the value is being stored only on the client side, not on the server side. While the current behavior works properly when ...
stummyhurts's user avatar
1 vote
1 answer
83 views

I am making form with user input form as you can see the image. Because of XSS, I am using Apex's own security option: Restricted characters : Blocklist &<>"/;,*|=% and -- Is there ...
wosyn's user avatar
  • 27
0 votes
2 answers
128 views

I have an Oracle Apex application that has an input field and some buttons. The workflow is: User enters text, presses enter. The screen changes to a different "page" that does not have the ...
Greg Reynolds's user avatar

15 30 50 per page
1
2 3 4 5
478