10 Copyright © 2004, Oracle. All rights reserved. Creating Noninput Items.

Slides:



Advertisements
Similar presentations
Copyright Ó Oracle Corporation, All rights reserved Sharing Objects and Code.
Advertisements

Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Advanced Forms Builder Topics Chapter 10.
6 Copyright © 2004, Oracle. All rights reserved. Working with Data Blocks and Frames.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
7 Copyright © 2004, Oracle. All rights reserved. Working with Text Items.
9 Copyright © 2004, Oracle. All rights reserved. Creating Additional Input Items.
8 Copyright © 2004, Oracle. All rights reserved. Creating LOVs and Editors.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
Chapter 7: Creating Database Reports
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Introduction To Form Builder
5 Copyright © 2004, Oracle. All rights reserved. Creating a Master-Detail Form.
1 Chapter 5: Introduction To Form Builder. 2 Forms  Why Do We Use Form Builder?  Why Don’t We Use SQL Only?!
14 Copyright © 2004, Oracle. All rights reserved. Producing Triggers.
Copyright  Oracle Corporation, All rights reserved. 4 Creating Functions.
23 Copyright © 2004, Oracle. All rights reserved. Sharing Objects and Code.
8 Copyright © 2004, Oracle. All rights reserved. Creating LOVs and Editors.
Copyright Ó Oracle Corporation, All rights reserved. 55 Working with Data Blocks and Frames.
6 Copyright © 2004, Oracle. All rights reserved. Working with Data Blocks and Frames.
6 Copyright © 2004, Oracle. All rights reserved. Working with Data Blocks and Frames.
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
24 Copyright © 2004, Oracle. All rights reserved. Using WebUtil to Interact with the Client.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VIII Graphical User Interface using MATLAB Rajeev Madazhy
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Copyright Ó Oracle Corporation, All rights reserved. 22 Running a Form Builder Application.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Copyright 2008 McGraw-Hill Ryerson 1 TECHNOLOGY PLUG-IN T7 PROBLEM SOLVING USING ACCESS.
Creating Graphical User Interfaces (GUI’s) with MATLAB By Jeffrey A. Webb OSU Gateway Coalition Member.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.
10 Copyright © 2004, Oracle. All rights reserved. Creating Noninput Items.
Copyright Ó Oracle Corporation, All rights reserved. 99 Creating Noninput Items.
Copyright Ó Oracle Corporation, All rights reserved Working with Other Canvases.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
16 Copyright © 2004, Oracle. All rights reserved. Adding Functionality to Items.
Copyright Ó Oracle Corporation, All rights reserved Query Triggers.
T7-1 LEARNING OUTCOMES – ACCESS PROBLEM SOLVING 1.Describe the process of using the Simple Query Wizard using Access 2.Describe the process of using the.
Chapter 5 Introduction To Form Builder. Lesson A Objectives  Display Forms Builder forms in a Web browser  Use a data block form to view, insert, update,
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
25 Copyright © 2009, Oracle. All rights reserved. Showing Results with Pivot Tables.
21 Copyright © 2009, Oracle. All rights reserved. Working with Oracle Business Intelligence Answers.
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 7 LESSON C Creating Database Reports. Lesson C Objectives  Display image data in a report  Manually create queries and data links  Create summary.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
24 Copyright © 2009, Oracle. All rights reserved. Building Views and Charts in Requests.
Copyright Ó Oracle Corporation, All rights reserved. 77 Creating LOVs and Editors.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
2 Copyright © 2006, Oracle. All rights reserved. Running a Forms Developer Application.
Copyright Ó Oracle Corporation, All rights reserved. 88 Creating Additional Input Items.
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,
19 Copyright © 2008, Oracle. All rights reserved. Security.
Running a Forms Developer Application
Forms Concepts Triggers Fired when Internal/External events occur
Working in the Forms Developer Environment
Creating a Basic Form Module
Chapter 1: An Introduction to Visual Basic 2015
Plug-In T7: Problem Solving Using Access 2007
MS-Access (database) how to create blank data base.
DB Implementation: MS Access Forms
DB Implementation: MS Access Forms
Creating Noninput Items
Creating Additional Input Items
Presentation transcript:

10 Copyright © 2004, Oracle. All rights reserved. Creating Noninput Items

10-2 Copyright © 2004, Oracle. All rights reserved. Objectives After completing this lesson, you should be able to do the following: Identify item types that do not allow input Create a display item Create an image item Create a button Create a calculated item Create a hierarchical tree item Create a bean area item

10-3 Copyright © 2004, Oracle. All rights reserved. Noninput Items Overview Item types that do not accept direct user input include: Display items Image items Buttons Calculated items Hierarchical tree items Bean area items

10-4 Copyright © 2004, Oracle. All rights reserved. Display Items Display items: Are similar to text items. Cannot: –Be edited –Be queried –Be navigated to –Accept user input Can display: –Nonbase table information –Derived values

10-5 Copyright © 2004, Oracle. All rights reserved. Creating a Display Item

10-6 Copyright © 2004, Oracle. All rights reserved. Image Items Use image items to display images: From file system—supported file type From database—LONG RAW column or a BLOB column

10-7 Copyright © 2004, Oracle. All rights reserved.

10-8 Copyright © 2004, Oracle. All rights reserved. Image File Formats Image item Image files Read Write PICT TPIC CALS TIFF GIF JFIF BMP RAS CALS GIF BMP RAS JPEG TIFF JFIF JPEG PICT TPIC

10-9 Copyright © 2004, Oracle. All rights reserved. Creating an Image Item

10-10 Copyright © 2004, Oracle. All rights reserved. Setting Image-Specific Item Properties Image Format Image Depth Compression Quality Display Quality Sizing Style Show Horizontal Scroll Bar Show Vertical Scroll Bar

10-11 Copyright © 2004, Oracle. All rights reserved.

10-12 Copyright © 2004, Oracle. All rights reserved. Push Buttons Push buttons: Cannot display or represent data Are used to initiate an action Display as: –Text button –Iconic

10-13 Copyright © 2004, Oracle. All rights reserved. Push Button Actions Use buttons to: Move input focus Display an LOV Invoke an editor Invoke another window Commit data Issue a query Perform calculations

10-14 Copyright © 2004, Oracle. All rights reserved. Creating a Push Button

10-15 Copyright © 2004, Oracle. All rights reserved. Setting Push Button Properties Label Iconic Icon Filename Default Button Mouse Navigate Tooltip Tooltip Visual Attribute Group

10-16 Copyright © 2004, Oracle. All rights reserved. Calculated Items What are calculated items? They accept item values that are based on calculations. They are read-only. They can be expressed as: –Formula –Summary

10-17 Copyright © 2004, Oracle. All rights reserved. Creating a Calculated Item by Setting Properties Formula –A calculated item value is the result of a horizontal calculation. –It involves bind variables. Summary –A calculated item value is a vertical calculation. –A summary is performed on values of a single item over all rows in a block.

10-18 Copyright © 2004, Oracle. All rights reserved. Setting Item Properties for the Calculated Item Formula –Calculation Mode –Formula Summary –Calculation Mode –Summary Function –Summarized Block –Summarized Item

10-19 Copyright © 2004, Oracle. All rights reserved. Summary Functions AVG COUNT MAX MIN STDDEV SUM VARIANCE

10-20 Copyright © 2004, Oracle. All rights reserved. Calculated Item Based on a Formula ORDERS Item# Prod Id Unit Price Quantity Item Total , NVL((:order_items.unit_price * :order_items.quantity),0) Formula item Orders Items Description

10-21 Copyright © 2004, Oracle. All rights reserved. Rules for Calculated Item Formulas Create calculated item formulas according to the following rules: A formula item must not invoke restricted built- ins. A formula item cannot execute any DML statements. Do not terminate a PL/SQL expression with a semicolon. Do not enter a complete PL/SQL statement in assignment expressions.

10-22 Copyright © 2004, Oracle. All rights reserved. Calculated Item Based on a Summary ORDERS , ,005 Order Total Summarized item Summary item Item# Prod Id Unit Price Quantity Item Total Description Orders Items

10-23 Copyright © 2004, Oracle. All rights reserved. Rules for Summary Items Summary item must reside in: –The same block as the summarized item –A control block with Single Record property set to Yes Summarized item must reside in: –A data block with Query All Records property or Precompute Summaries property set to Yes –A control block Datatype of summary item must be Number, unless using MAX or MIN

10-24 Copyright © 2004, Oracle. All rights reserved. Creating a Hierarchical Tree Item

10-25 Copyright © 2004, Oracle. All rights reserved. Setting Hierarchical Tree Item Properties Allow empty branches Multi selection Show lines Show symbols Record group Data query

10-26 Copyright © 2004, Oracle. All rights reserved. Bean Area Items The Bean Area item enables you to: Add a JavaBean to a form Extend Forms functionality Interact with client machine Reduce network traffic

10-27 Copyright © 2004, Oracle. All rights reserved. Creating a Bean Area Item Create bean area in Layout Editor Convert existing item to bean area

10-28 Copyright © 2004, Oracle. All rights reserved. Setting Bean Area Item Properties

10-29 Copyright © 2004, Oracle. All rights reserved. The JavaBean at Run Time

10-30 Copyright © 2004, Oracle. All rights reserved. Summary In this lesson, you should have learned that: The following item types do not allow input: –Display items –Image items –Push buttons –Calculated items –Hierarchical tree items –Bean area items You create noninput items by: –Changing the type of an existing item and setting certain properties –Using the appropriate tool in the Layout Editor

10-31 Copyright © 2004, Oracle. All rights reserved. Summary You can use: –A display item to show nonbase table information –An image item to display an image –A push button to initiate action –A calculated item to display the results of a formula or a summary function of another item –A hierarchical tree item to display related data in a hierarchical fashion –A bean area item to execute client-side Java code

10-32 Copyright © 2004, Oracle. All rights reserved. Practice 10 Overview This practice covers the following topics: Creating display items Creating an image item Creating iconic buttons Creating calculated items: –Formula –Summary Creating a bean area item

10-33 Copyright © 2004, Oracle. All rights reserved.

10-34 Copyright © 2004, Oracle. All rights reserved.