Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add text field to modal page so that it is stored in database

user12857314Apr 12 2024 — edited Apr 12 2024

Hi,

I'm new to Apex development. I have an application in apex 22.2.3 developed by someone else. I try to extend its functionality. I have a modal page and I want to add a text field (optional, 250 characters long) (appropriate column I have already added to database - varchar2). I added a text field and it is properly visible on the modal page, but when I try to add value and then press submit button it doesn't update in the database. I have checked various options, but failed to find answer what is wrong. Which options should I change to have the value.

I added the text field to values fetched by sql query in Source:

select ID,
ID,
Test1,
Test2,
COMMENT ←-- my text field
from AB_CD

I have checked the option Submit when Enter is pressed. The whole form is submitted properly except this field.

Please help.

This post has been answered by user12857314 on Apr 15 2024
Jump to Answer
Comments
Post Details
Added on Apr 12 2024
3 comments
297 views