0% found this document useful (0 votes)
63 views

Steps To Create Issue Database in Express

The document provides steps to customize a project details page in an application, including making the project name field larger and date fields smaller, adding an audit information region that only displays when a project is being edited, and adding validation to check if target and actual end dates are after the start date. It also provides instructions on refining the project details page, editing field sizes, adding an audit report region, and setting properties for the audit information region.

Uploaded by

Godwin Ofoe
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Steps To Create Issue Database in Express

The document provides steps to customize a project details page in an application, including making the project name field larger and date fields smaller, adding an audit information region that only displays when a project is being edited, and adding validation to check if target and actual end dates are after the start date. It also provides instructions on refining the project details page, editing field sizes, adding an audit report region, and setting properties for the audit information region.

Uploaded by

Godwin Ofoe
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Steps

Create pages for maintaining projects


Scroll down to Pagination, for When no Data Found Message, enter No
projects found.

Change No Records found to No projects found

1. On edit page for Page 2, under Buttons select the Create button.
2. Change Text Label/Alt from Create to Add Project >, select Apply Changes.
1. 3. Click the Run Page icon.
2.

Refine the Project Details Page


Next, you need to customize the Project Details page to make the Project Name field
larger and the date fields smaller. You also need to add an Audit Information region
that only displays when a project is being edited and add a validation that checks if
the target and actual end dates are after the start date.
Edit Fields To make the Project Name field larger and the date fields smaller:
1. Go to the Page Definition for Page 3, Project Details:
a. From the Developer toolbar, click Application.
b. Click 3 - Project Details.
2. Under Items, click the Edit All icon.
The Edit All icon resembles a small grid with a pencil on top of it.
3. Scroll to the right and locate the Width column:
a. For Project Name, enter 60.
b. For Start Date, enter 12.
c. For Target End Date, enter 12.
d. For Actual End Date, enter 12.
e. Click Apply Changes.

4. Return to the Page Definition. Click the Edit Page icon in the upper right corner.
The Edit Page icon resembles a small green piece of paper and pencil.
Add an Audit Report Region to Display Only When there is Something to Display To add an
Audit Report region at the bottom of the Project Details page:
1. On edit page for Page 3, under Regions, select Create button.
2. Select Report, and click Next.
3. Select SQL Report, and click Next.
4. For Title, enter Audit Information.
5. For Region Template, select Hide and Show Region, and click Next.
6. For Enter SQL Query or PL/SQL function returning SQL Query, enter:
SELECT
CREATED_ON, CREATED_BY, MODIFIED_ON, MODIFIED_BY
FROM #OWNER#.IT_PROJECTS
WHERE PROJECT_ID = :P3_PROJECT_ID
7. Click Create Region.

On edit page for Page 3 under Regions, click on Audit Information.


9. Scroll down to Conditional Display and select Value of Item in Expression 1 is
NOT NULL.
10. For Expression 1, enter P3_PROJECT_ID.
11. Click on Report Attributes tab at the top.
12. Under Layout and Pagination, make these changes:
a. Report Template - Select default: vertical report, look 1 (include null
columns)
b. Pagination Scheme - Select - No Pagination Selected -
c. Enable partial Page Refresh - Select No
13. Accept all other defaults and click Apply Changes.

n.b same place as above screenshot


Workspace Information:
Name TEST

Security Group ID System Assigned

Description TEST DATABASE...

Administrator Information:

User Name ADMIN

Schema Information:

Reuse Existing Schema No

Schema Name TEST

Tablespace will be created APEX_XXX

Datafile for tablespace C:/ORACLEXE/ORADATA/XE/APEX_XXX.DBF

internal user

ADMIN

Jesus123*

You might also like