Creating a menu.

Slides:



Advertisements
Similar presentations
Set Word Option to Reopen a Document in Draft View 1. Click here. 3. Check this box 2. Click here. A document saved in Draft view will not reopen in Draft.
Advertisements

Back to menu category 1 type you categories here– delete these instructions. Final jeopardy question.
Copyright Ó Oracle Corporation, All rights reserved Sharing Objects and Code.
Counter Billing is a software to prepare invoices at retail counter very fast and quick. By using this software user can prepare the invoices for more.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Scite Scintilla integrated text editor. Click here.
A Guide to Oracle9i1 Creating an Integrated Database Application Chapter 8.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
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
Downloading a COBOL program from CIS12 site! Please use speaker notes for additional information!
® IBM Software Group © 2006 IBM Corporation JSF Menu Component How to create and use JSF Menu components to add custom static and programmatic (dynamic)
23 Copyright © 2004, Oracle. All rights reserved. Sharing Objects and Code.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
Website Development with Dreamweaver
1 Module 4. Page Management Creating New Pages Child pages can be created by clicking on the "New Page” button. CLICK HERE.
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Unit 1: Java and Eclipse The Eclipse Development Environment.
1 Chapter 12: Form Builder Objects and Flexible Code.
Lesson 2 – Vocabulary and Notes 1.  Know the names, functions and locations of items on the opening screen 2.
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.
APPLICATION SHARING IN COLLABORATE. CLICK THE APPLICATION SHARING ICON After you click here, a window will open asking which application you would like.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Creating Warehouse Requisitions. 1.Find the shortcut on your system and open the program. 2.This screen will open, type in your User ID 3.Insert password.
1 Module 5. Creating and Editing Modules and Text.
SUPPLIER MODULE User’s Guide. Step 1. Click Files Step 2. Click Supplier.
Subtractive Manufacturing Exercise #1 Step #2 Key Fob Project Using Velocity CNC Software for the CNC Milling Machine Note: In order to use this set of.
Intro Compiler Configuration and Sample Project Walkthrough (For Axiom CME11E9-EVB)
First change the design of your PowerPoint by clicking on the design tab above. Take a picture with the webcam, save it in your documents, then insert.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
Add Video Library in Company
Working in the Forms Developer Environment
Developer 2000 CSE 4504/6504 Lab.
5.6 Adding more modules to a page
Introduction to ArcGIS Add-Ins
Microsoft Excel 2003 Illustrated Complete
Open Visual Studio, (insts here are from VS2015)
Lesson 2: Components of Patient Lists
1. Open Visual Studio 2008.
Energy Customer Collaboration Documentum
Web service.
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Volume Marketing Tool.
Cell Simulation.
5.4 Deleting a Module To delete a specific module of a page, click on the Delete inside the Content module menu. Use this facility with outmost care since.
Debugging Visual Basic Programs
Chapter 8: Creating An Integrated Database Application
Directions slide: 1. Complete the title slide.
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Adding a Quote On the job report screen, click on Job Actions, a drop down menu appears Click on the one that says Quote Click on Create New Quote Add.
YOUR text YOUR text YOUR text YOUR text
Directions slide: 1. Complete the title slide.
More Examples on Adding Modules
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Directions slide: 1. Complete the title slide.
Notes – Create and View Step 1-To create or manage notes for reporting staff, select the leader tab and mange the individual staff via notes on the tool.
Add a total to the grid Did you know that in Juris Suite, you can add a total to columns in your time, expense or inquiry grid? Here’s how: Time and Expense.
Jeopardy Final Jeopardy Topic 1 Topic 2 Topic 3 Topic 4 Topic 5 $100
Presentation transcript:

Creating a menu

From the object navigator, click on “menus”, and create new, to create a new menu module.

Give your menu module a name and save it. Here it has been given the name “student_menu”.

In the module created, go to “menu” and click “create”. Give your menu a name, here it has been called “st_menu”.

Right click the menu, and go to menu editor.

The following screen will appear.

Write out the items in the menu. To create an item below click “create down”, as above. To create an item to the side, click “create right”. To delete an item click “delete”.

Above is the final design of the menu. What remains is to write the PL/SQL code behind each of the commands in the menu.

Right click each item, and go to PL/SQL editor.

After you write the code click compile as shown above.

CODE PL/SQL CODE COMMAND Commit; To save Open_form ('E:\forms\COURSE.FMX'); To open a form CLOSE_FORM ('E:\forms\COURSE.FMX‘); To close a form

To add your menu to your forms Go to each form’s property palette add the path of the menu saved, as shown below