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

Create a Form Using Python for Save Data into Excel like a Database

#Download Pyhton from here https://www.python.org/downloads/  #Download Python: #Click the “Download Python 3.x.x” button (the latest versio...