Search This Blog

Tuesday, May 21, 2019

Button in Report Manually in Oracle Apex

SELECT ID, NAME, '<input style="background-color: #85bbe7; color: black; font-weight: bold;" type="button" value="Upload">'Attachment, SCHOOL FROM TEST_TABLE; SELECT ID,
       NAME,
       '<input style="background-color: #85bbe7; color: black; font-weight: bold;" type="button" value="Upload">'Attachment,
       SCHOOL
FROM
TEST_TABLE;

No comments:

Post a Comment

Restrict File Upload by File Type in Oracle Apex

If you want to restrict file upload by file type/extension/format you can follow the below steps.  Goto File Browser Item --> Advanced --...