Lexical Reference Variables in Graphics and List Box in Forms

Slides:



Advertisements
Similar presentations
JustinMind: Dynamic Panels
Advertisements

Benchmark Series Microsoft Access 2010 Level 1
Using Macros and Visual Basic for Applications (VBA) with Excel
How to prepare a PowerPoint presentation
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Creating an Integrated Database Application Chapter 8.
1 R. Ching, Ph.D. MIS Area California State University, Sacramento Week 10 April 5 Subquery and ThresholdsSubquery and Thresholds Graphics Builder and.
Chapter 5B-C: Introduction to Forms Builder: Tiggers, LOV.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Eyad Alshareef 1 Creating Custom Forms Part B. 2Eyad Alshareef Lesson B Objectives After completing this lesson, you should be able to: Suppress default.
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
Introduction To Form Builder
1 Chapter 5: Introduction To Form Builder. 2 Forms  Why Do We Use Form Builder?  Why Don’t We Use SQL Only?!
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Word Project 8 Working with Macros and Visual Basic for Applications (VBA)
Access Tutorial 10 Automating Tasks with Macros
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
8 Copyright © 2004, Oracle. All rights reserved. Creating LOVs and Editors.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 3-1 LINKS TO OBJECTIVES Save a Filter as a Query Save a Filter as a Query Parameter Query Inner, Left,
Project 9 Using Visual Basic for Applications (VBA) to Customize and Automate Excel Jason C. H. Chen, Ph.D. Professor of Management Information Systems.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VIII Graphical User Interface using MATLAB Rajeev Madazhy
Forms - An Overview of Oracle Form Builder v.6.0 Abhishek Parag Prashant Arun.
Power Point Presentations A Step by Step Guide. Contents The very first step Choosing slide layout Adding text boxes Custom Animation Changing slide design.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
Social Science Research Design and Statistics, 2/e Alfred P. Rovai, Jason D. Baker, and Michael K. Ponton Entering Data Manually PowerPoint Prepared by.
1 R. Ching, Ph.D. MIS Area California State University, Sacramento Week 2 February 1 PL/SQLPL/SQL Creating a FormCreating a Form.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
1 Chapter 12: Form Builder Objects and Flexible Code.
5 Copyright © 2004, Oracle. All rights reserved. Creating a Master-Detail Form.
Creating Graphical User Interfaces (GUI’s) with MATLAB By Jeffrey A. Webb OSU Gateway Coalition Member.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
Stacked Canvas A content canvas is a main from canvas while a stacked canvas is a secondary canvas that overlays or partially covers a content canvas.
Chapter 10 Function Block Diagram
CISB434: VisiRule 1.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Editing Basics Lesson 8. Skills Matrix SKILL #MATRIX SKILL 2.2.1Cut, copy, and paste text 2.2.2Find and replace text 4.1.1Insert building blocks in documents.
What is PowerPoint? By Kettina L. Robinson. Unit Questions What do I want to accomplish? What do I want to accomplish? What content do I need to cover?
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Personal Oracle8i Create a new user Create a new table Enter data into a new table Export & import data Start and exit SQL Plus SQL Plus Syntax.
Unit 3: Text, Fields & Tables DT2510: Advanced CAD Methods.
Introduction to Matlab Module #10 Page 1 Introduction to Matlab Module #10 – Creating Graphical User Interfaces Topics 1.Overview of GUI Development using.
1 R. Ching, Ph.D. MIS Area California State University, Sacramento Week 4 February 15 LOV: List of ValuesLOV: List of Values Dealing with Errors and ProblemsDealing.
Chapter 5 Introduction To Form Builder. Lesson C Objectives  Use sequences to automatically generate primary key values in a form  Create lists of values.
1 R. Ching, Ph.D. MIS Area California State University, Sacramento Week 13 April 26 Pseudo Drill-Down GraphsPseudo Drill-Down Graphs.
JavaScript Events Java 4 Understanding Events Events add interactivity between the web page and the user You can think of an event as a trigger that.
JavaScript Events. Understanding Events Events add interactivity between the web page and the user Events add interactivity between the web page and the.
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,
© 2010 Lawrenceville Press Slide 1 Chapter 5 The Do…Loop Statement  Loop structure that executes a set of statements as long as a condition is true. 
Excel Tutorial 8 Developing an Excel Application
Eyad Alshareef, Edited by: Mostafa Ali
Forms Concepts Triggers Fired when Internal/External events occur
Working in the Forms Developer Environment
Developer 2000 CSE 4504/6504 Lab.
Practical Office 2007 Chapter 10
Creating LOVs and Editors
Objectives Query for top values Create a parameter query
How to automatise the grid production - using model builder in ArcGIS
Microsoft Visual Basic 2005 BASICS
MODULE 7 Microsoft Access 2010
Week 7 March 8 SQL: Chronological Sort, SUBSTRing, ROUND
Chapter 6: Creating Custom Forms
Microsoft Visual Basic 2005 BASICS
Creating Noninput Items
The Basic Usage and The Event Handling in Glade.
Creating a Master-Detail Form
Select tags CSD 340 (Blum).
Learning the Basics of Microsoft Word 2010 for Microsoft Windows
Creating Additional Input Items
Presentation transcript:

Lexical Reference Variables in Graphics and List Box in Forms Week 11 April 12 Lexical Reference Variables in Graphics and List Box in Forms

Hard-Coded Values Will only show one year No flexibility

A Few Simple Steps In Graphics Builder… Create a user parameter Assign an initial value Modify the data model Insert the lexical reference variable into the query In Forms Builder Create a list item Populate the list box

A Few Simple Steps (cont.) Create a push button to launch the graph in the chart item Program the push button in PL/SQL Create a paramlist variable Concatenate the list item’s value to the text for the column name to form a text string Add the text string to the parameter list Open the graph Run the form

In Graphics Builder

Create a Lexical Reference Variable Select Parameters and the create tool in the tool palette

Assign a Name and Initial Value Assign entries into the Name and Initial Value dialog boxes. Be sure the Type is character (char). Click OK.

Using the Lexical Reference Variable Replace with the lexical reference variable Replace the column name with the lexical reference variable

Using the Lexical Reference Variable Alias must be used Click Apply to test the syntax and OK to close the window

In Form Builder

Create the List Item Click on the list item tool in the tool palette and draw the list item on the canvas

Populate the List Item Right-mouse click on the list item (e.g., LIST10) and select the Property Palette

Populate the List Box 1. Select the Elements in List property, enter the elements and values, click on OK Must correspond Value associated with the list element 2. Assign an Initial Value (set to blank)

Navigator (Remember these names) Block name Chart item name List item name

Program the Push Button Right-mouse click on the push button and select PL/SQL Editor

Programming the Push Button Create a parameter list (runlist) If nothing is selected from the list box Take the year (i.e., last 2 digits) from the list box and append it to the literal (“sum(sales…”) See next slide

Programming the Push Button See next slide Assigns the variable revenue_year to the lexical reference variable, p_rev_column

block3.d_caption