Project Implementation for COSC 4120 Database Applications Lab 3.

Slides:



Advertisements
Similar presentations
Drupal Basics Part 3 Create a new page Main tabs menu Using the theme Agricultural Communications Services Integrated Media Training Sessions
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Exploring Microsoft Office Access.
Project Implementation for COSC 5050 Distributed Database Applications Lab4.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Building Enterprise Information Portal using Oracle Portal 3
A Guide to Oracle9i1 Creating an Integrated Database Application Chapter 8.
Hands-On Microsoft Windows Server 2003 Administration Chapter 3 Administering Active Directory.
Eyad Alshareef 1 Creating Custom Forms Part A. 2Eyad Alshareef Data Block and Custom Forms Data block form Data block form Based on data blocks that are.
Introduction To Form Builder
Project Implementation for COSC 5050 Distributed Database Applications Lab6.
Introduction To Form Builder
SiS Technical Training Development Track Technical Training(s) Day 1 – Day 2.
1 Chapter 5: Introduction To Form Builder. 2 Forms  Why Do We Use Form Builder?  Why Don’t We Use SQL Only?!
Using ERWin to model your data Supplied by Computer Associates as part of AllFusion.
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
6 th Annual Focus Users’ Conference Application Editor and Form Builder Presented by: Mike Morris.
5 Copyright © 2009, Oracle. All rights reserved. Defining ETL Mappings for Staging Data.
Project Implementation for COSC 5050 Distributed Database Applications Lab5.
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
Mona Baker Information Builders, Inc. Account Support Manager
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
WaveMaker Visual AJAX Studio 4.0 Training Studio Overview.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
Project Implementation for COSC 5050 Distributed Database Applications Lab2.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 4 1 Microsoft Office FrontPage 2003 Tutorial 4 – Using Shared Borders and Themes.
Project Implementation for COSC 5050 Distributed Database Applications Lab3.
Microsoft Access Get a green book. Page AC 2 Define Access Define database.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
CSS/417 Introduction to Database Management Systems Workshop 2.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Key Applications Module Lesson 21 — Access Essentials
Copyright  Oracle Corporation, All rights reserved. 4 Accessing a Database Using JBCL.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
How to Build an IT Portal with Oracle Application Server Allan L Haensgen Senior Principal Instructor Oracle Corporation Session id:
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
Microsoft Access 2000 Creating Queries, Reports and Web Pages.
Managing Database With Oracle Replacement for Ch10 COP 4708.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 6 BACKNEXTEND 6-1 LINKS TO OBJECTIVES Using the Report Button Using the Report Button Print.
Chapter 5 Introduction To Form Builder. Lesson C Objectives  Use sequences to automatically generate primary key values in a form  Create lists of values.
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
1 Chapter 6: Creating Oracle Data Block Forms. 2 Forms  Application with a graphical user interface that looks like a paper form  Used to insert, update,
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Oracle Application Express (APEX)
Working in the Forms Developer Environment
Developer 2000 CSE 4504/6504 Lab.
Practical Office 2007 Chapter 10
Building a User Interface with Forms
LMEvents SharePoint Portal How-to Guide
DB Implementation: MS Access Forms
Introduction to Oracle Application Express
Introduction to Oracle Application Express
DB Implementation: MS Access Forms
Chapter 18 Finalizing a Database.
Presentation transcript:

Project Implementation for COSC 4120 Database Applications Lab 3

Using Application Builder Navigating the Application Builder Install and run the demonstration applications Navigating between pages GUI components Reports and forms Create application

What Is Application Builder? Application Builder is an environment to build applications Assemble an HTML interface (or application) on top of database objects such as tables and views Through wizards or direct input Each application is a collection of pages linked together using tabs, buttons, or hypertext links

Demonstration Application Demonstration applications To learn more about the different types of functionality Database application and worksheet application

Understanding Sample Application Product Portal – database application Home page Customers page Products page Orders page Reports page

Understanding Sample Application Modifying sample application Developer toolbar items Home, application, edit page, create, session, caching, view debug, debug, show edit links

Understanding Sample Application Viewing underlying database objects

Using Application Builder Accessing application builder Application builder home View icons/report/details Application home

Application Properties Configuring the application properties General definition Security settings Globalization attributes

Page A page is the basic building block of an application Pages also contain user interface elements such as tabs, lists, buttons, items, and regions To see the definition of each page belonging to your application, you use the Page Definition page Page rendering Page processing Shared components

Page and Page Definition

Page Definition Page Rendering Controls and logic that are executed when a page is rendered Page rendering is the process of generating a page from the database Page Processing Logic controls (such as computations and processes) that are evaluated and executed when the page is processed Shared Components Components used by the current page that can also be referenced by other pages within your application

Create Application Build an application with departments and employees Tables DEPT and EMP from demo application Inside Application builder Create  Application Type: Database  From Scratch

Create Application Application name: AnyCo Corp

Create Application Add following pages Home (blank) Department (report from table DEPT) Subordinate to home page Implementation: Classic Rename the page name and column headings accordingly

Create Application Tabs options: One level tabs Shared components: No Attributes Authentication scheme: Application Express Date format: MM/DD/YYYY User interface theme: Theme 1 (or anyone) Confirm: Create

Run Application Run application Login with APEX user name and password Department report

Add Pages Adding an employee report and an entry form Inside the application home  Create Page  Form  Form on a Table with Report Table name: EMP Define report page Page name: Employee Region title: Employee Breadcrumb: Breadcrumb Breadcrumb entry name: Employee Select parent entry: Home

Define Report Page

Tab options Use an existing tab set and create a new tab within the existing tab set Tab set: TS1 (Home) New tab label: Employee

Define Report Page Select columns and select an edit link image

Define Form Page Define form page Page name: Create/Edit Employee Region title: Create/Edit Employee Breadcrumb entry name: Create/Edit Employee Primary key type: Select primary key column(s) Primary key column: EMPNO

Define Form Page

Define the source for the primary key columns Existing trigger

Define Form Page Select the columns to include in the form page Identify the process options (insert, update, delete)

Define Form Page Confirmation and finish

Run Report and Form

Add Page Navigation Add page navigation for employee report Application home page Shared components  Lists  Navigation  Create List Entry Sequence: 20 List Entry Label: Employee Target: Page: 3 (the employee report page)

Add Page Navigation Add tab for department Application home page Shared components  Tabs  Manage tabs Add new standard tab Tab label: Department Tab current page: 2 (the department report page) Sequence: 15 Edit standard tab: Home Remove tab also current for pages

Add Page Navigation

Readings 2 Day + Application Express Development Guide Getting Started with Oracle Application Express Building Your Application