Size: a a a

2021 January 15

EA

Eng Anwar Asaad in Oracle APEX
Hi
How can make  upload an download file  inside  interactive grid
источник

Т

Темик in Oracle APEX
Not close to my pc at the moment, but from the memory: column attribute of interactive grid, find a column which you want to be a file download, and change column type to file browse.
источник

CG

Carlos García in Oracle APEX
Sebastia Pujol
I think I understand what you are trying to do, for my experience it's difficult to reverse engineer apex calls and responses. Also there are some mechanisms to avoid that like hashed values in session, etc...  If the developer left the security parameters "out of the box" all of them should be activated by default.  The solution is to create a REST webservice and work with that: In case that you have access to the framework
Thanks Sebastià. Finally I was able to reuse some cookies in the headings and now I can access it.
источник
2021 January 16

AH

A H in Oracle APEX
How to design interactive grid for mobile
источник
2021 January 19

SP

Sebastia Pujol in Oracle APEX
Hi, is possible that exists a bug in the new cards region when use the send items to the query atribute? It raises a javascript error.
источник

V

Vini in Oracle APEX
I need to create a report with form using multiple tables. Joining the table will fail during dml. Is there any other way out?
источник

A

Anton in Oracle APEX
Maybe a custom plsql
источник

A

Anton in Oracle APEX
Page process
источник

V

Vini in Oracle APEX
Is there any example for such scenario? Where multiple tables are processed?
источник

A

Anton in Oracle APEX
Not sure about that, but it would essentially be similar to form on a process
источник

A

Anton in Oracle APEX
Why not handle it separate, with normal dml if I may ask?
источник

NK

Nana Kay in Oracle APEX
Please create the forms manually and write procedures to insert into the multiple tables
источник

V

Vini in Oracle APEX
They want the 2 table to come as single report
источник

V

Vini in Oracle APEX
So display as one report, and then in the form all data is entered at once from app
источник

V

Vini in Oracle APEX
Then at backend it update to the different tables
источник

V

Vini in Oracle APEX
I created form with join query, but as expected in dml operation it throws error can't update join tablea
источник

V

Vini in Oracle APEX
So need help/example of process or procedure that would  update them
источник

Т

Темик in Oracle APEX
if request := 'SAVE' then update ... your columns and tables ...
if request := 'CREATE" then insert into .. your columns and tables
In that way you have full control on which tables and which columns you updating/inserting ...
источник

KA

Kanaiya Aditya Softw... in Oracle APEX
Alexey Vihristyk
Question about intagration APEX and telegram messanger.

I have package for this. I'll upliad this package soon.
👍
источник

KA

Kanaiya Aditya Softw... in Oracle APEX
👍
источник