Skip to main content
0 votes
1 answer
38 views

processing after submit not working in oracle apex

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
33 views

Reset APEX User Password [closed]

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
0 votes
0 answers
36 views

How to set the value of a virtual column in an interactive grid from the value of another column? [closed]

Under Oracle APEX 24.2.9, I have a form with an interactive grid. The source of the interactive grid is the table AD_TACHE. I have created a virtual column in the interactive grid named Courriel ...
Chipniz's user avatar
  • 21
-1 votes
0 answers
47 views

Oracle APEX workspace isolation vs URL tampering [closed]

Apex V 21 instance, I have two workspaces called workspace1 and workspace2. Workspace1 has apex application 100 Workspace2 has apex application 200 The goal is to prevent users for app 100 getting to ...
TKY's user avatar
  • 1
-4 votes
1 answer
107 views

how to trim, substring and make capital letters in a column [closed]

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
73 views

Set an APEX Item upon page load depending on what Interactive Grid is displayed

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
70 views

Encoding & as &amp in user input oracle apex

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
117 views

Problem with setting focus after displaying a modal

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
0 votes
1 answer
75 views

Oracle APEX send JSON encoding arabic issue

I built a package to handle all the integration with the Signit API for electronic signature. The issue I have is that when I send an Arabic character in JSON. The API response is that it is a bad ...
Karam Alem's user avatar
0 votes
1 answer
236 views

Capture Dialog Closed or Cancelled event on dialog page opened from a dynamic action

ISSUE: I have a dialog page in my Oracle APEX application (version 24.1.5) that can be called from nearly every other page in the application. When settings on the dialog are changed, and the changes ...
Jason Bourne's user avatar
0 votes
1 answer
90 views

Identify modal dialog page id on dialog close event

I have a dialog page in my Oracle APEX application that can be called from nearly every other page in the application. When settings on the dialog are changed, and the changes are submitted via a ...
Jason Bourne's user avatar
0 votes
0 answers
61 views

Oracle Apex Interactive Grid - fire validations after load

I have a grid that will be loading data from a table. I would like the validation of the grid to fire after data load, rather than on submit. This is so a user gets a notification that something is ...
Greg Reynolds's user avatar
1 vote
1 answer
104 views

Oracle APEX custom authentication function works but login page keeps reloading

I'm building an academic project in Oracle APEX, and I'm trying to implement a custom login system using a PL/SQL package. Here's the issue: the authentication function works correctly (it returns ...
SantiagoGM's user avatar
1 vote
2 answers
131 views

Calling a Page Process when button pressed without Submit Action

i am using Oracle apex24.2 i have created a RestApi and linked it to a Rest Data source. i was able to define this rest data source on my screen using a page process. i want to call this process when ...
Samir's user avatar
  • 13
0 votes
0 answers
58 views

How to generate access token using serviceAccountKey.json for sending push notifications?

I'm trying to send push notifications using Firebase Cloud Messaging (FCM) HTTP v1 API from my backend server, and I understand that I need to generate a server-to-server access token using a Firebase ...
Anil Kumar's user avatar

15 30 50 per page
1
2 3 4 5
478