Wednesday, January 9, 2019

Apex Details

1. Create Scroll Top/Down/Right/Left for a Report in Oracle Apex

1. First goto Report Attribute
2. Goto Heading and Fixed to: Region
3. Then set a suitable Maximum Report Height.
4.Then goto pagination and set pagination type: Row Ranges X to Y Of Z to showing report next button.


2. Add button beside Oracle Apex Item
>> Item Post Text or Item Pre Text

<button type="button">
<a class="active" href="f?p=&APP_ID.:54:&SESSION.::DEBUG.::::#openModel">Followup</button>


3. Sample scott schema

C:\Oracle\app\OracleHomeUser\product\12.2.0\dbhome_1\rdbms\admin\utlsampl.sql

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...