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

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...