APEX Page From Scratch Latest
APEX Page From Scratch Latest
(APEX)
ITCS 495: Report and Form from Scratch
Page from Scratch (Report)
Adding Page from Scratch (Report)
Adding Page from Scratch (Report)
Adding Page from Scratch (Report)
Adding Page from Scratch (Report)
Add Page From Scratch (Report)
Right Click Region (left Pane)
press on Create Region:
Identification (Right Pane)
Name: Department Report
Type: Interactive Report
Source : (One of the following)
Table/ VIEW: DEPT
SQL Query: SELECT * FROM DEPT;
Create New Region
Department Report
Department Report (User View)
Link Column = Link to Single Row View
That means that when you click on the icon view
(modify) records, the application will jump to a default
page (displays record information)
Press on Department Report -> Attributes (Left Pane):
Right Pane:
Uniquely identify rows By: Unique Column
Unique Column: DEPTNO
Link Column = Link to Single Row View
Link Column = Link to Single Row View
After pressing on Pen icon:
Page from Scratch (Form)
Page from scratch (Form)
Page from scratch (Form)
Page from scratch (Form)
Note that since this
Form is accessed only
from Page 9 (Report), we
do not create a navigation link
Page from scratch (Form)
Page From Scratch (Form)
Right Click Region (left Pane)
press on Create Region:
Identification (Right Pane)
Title: Department Form
Type: FORM
Source
Type: Table/View
Table Name: Dept
Page From Scratch (Form)
Page From Scratch (Form)
Generated Automatically
Assign Primary Key
Go to the item: P12_DEPTNO
Page Properties:
Identification:
Type: Hidden (If you do not want to display the field)
Validation:
Value Required: Click on NO (if you will generate Primary Key
through trigger)
Source
Primary Key: Click on YES
Assign Primary Key (Identification)
Assign Primary Key (Validation)
Assign Primary Key (Source)
Linking Report Page with
Form Page
Linking the Report Page and Form Page
The user selects a record on Department Report (page
9) to modify, it will be turned to Department page
(page 12) and pass ID of record.
Back to Department Report Page
Link Column = Link to Custom Target
Use to jump to your custom page, to display record
information.
Choose Department Report -> Attributes (Left Pane):
Right Pane:
Link Column: Link to Custom Target
Press on Target
Link Builder: Target
Link Builder – Target: Pick Page
Link Builder – Target: Set Items
Link Builder – Target: Set Items
Press OK
Department Report (Click on Pen Icon)