Quiz 3 Lecture 15 08/11/06 Dan Rao. Download the word file ComputerSale.doc from the web site The form field names in the documents are: Model, Type,

Slides:



Advertisements
Similar presentations
Step 1 Login to NFA Course List. Step 2 Login Screen.
Advertisements

Parts of a Computer.
Computer Hardware 4 Main Types.
Once download completes, click “Open Folder” Uncheck the box “Close this dialog box when download completes” Save the file in a location easy to find.
Two ways to access new IEP’s State IEP Forms and InterimIEP.
Welcome to Keyboarding Pro DELUXE ® Get Started Get Started Create Your Student Record Create Your Student Record The Main Menu The Main Menu Send Files.
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
POP QUIZ!!! What kind of software is Medisoft? Name ONE of the 4 things that you can do to data in Medisoft. What is the Medisoft Program Date? What key.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Word Web Feature Creating Web Pages Using Word.
Compressing PowerPoint Presentations When we add pictures to PowerPoint presentations we can end up with very large files. We can compress these pictures.
Name: ___________________ Class: _____________
Saving Reports to PDF Press F5 to maximise this presentation.
An Introduction To Computer Hardware
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
Met Alert Tool (MAT). Introduction What is MAT? –Met Alert Tool (MAT) monitors and alerts the user to weather conditions exceeding thresholds (for example,
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
® Microsoft Access 2010 Tutorial 11 Using and Writing Visual Basic for Applications Code.
Creating a Web Site to Gather Data and Conduct Research.
Dreamweaver – Dreamweaver Extras Web Design Section 8-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Welcome to Keyboarding Pro DELUXE ® Get Started Get Started Create Your Student Record Create Your Student Record The Main Menu The Main Menu Send Files.
Parts of a Computer System
Exploring Microsoft Office Prerequisites: Essentials of Windows Prerequisites Essentials of Windows® 2000 By Robert T. Grauer Maryann Barber.
Input Tongue Drive System Virtual Keyboard Braille keyboard Output Screen Readers Printer Braille Printers.
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
2. Recording a Macro. Macro Recording Select Record Macro from the Macro file menu and the dialog box opposite will appear Your macro will require a name.
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
1 / 9 Printing the Return Within TaxWise Online © 2006, Universal Tax Systems, Inc. All Rights Reserved. Printing the Return Within TaxWise Online Objectives.
Regis: Academic Research Network: ARN ARN Getting Connected Drive Mapping SQL*Plus Spooling Your Work Presented by “SOETJAHJO”
JavaScript - A Web Script Language Fred Durao
Creating a backup file Downloading a backup file Uploading a backup file Resetting or restoring your course from a backup file.
Using Microsoft Word & Excel §Open a new document in MS Word §Click on Tools & then Mail Merge l a dialogue box, like the one on this page, will appear.
Computer Science Web quest. Input devices Input devices are used to give the computer information so it does what the operator wants it to do. There are.
Macro Recording. Macros Image-pro Plus has an internal programming language called Auto-Pro. We can use Auto-pro to create: Executable Routines Executable.
Click here to create a new account Click here to check the system for an existing account Enter the site by typing in your User ID and Password and clicking.
Microsoft Access Lesson 2 Lexington Technology Center February 13, 2003 Bob Herring On the Web at
Places Bar The Places bar contains shortcuts to five standard folders: History, Desktop, My Documents, My Computer, and My Network Places. (We’re looking.
Chapter 2: Variables, Functions, Objects, and Events JavaScript - Introductory.
In and Out are opposites. This is something to keep in mind when considering Input and Output. INPUT OUTPUT Ask: Does this device send information in?
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
1 Project 3 The Kumquat Society Conference. 2 Conference Registration In this project you will write a program to handle a conference registration. The.
GDP/10e Quick File Using Export/Import to Transfer Work.
Slide 1 Using Menu Bar & Common Dialog Boxes. Slide 2 Setting Up the Main Items v First open the form on which you want the menu located v Then start.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
Site Home Web Server USB Your House Copy Full address of local site including drive letter Works for Content Modifications Only Not Relationship Structure.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
Field Education: Weekly Tracking Sheet In D2L, select your Field Education Course.
SUPPORTING DOCUMENTS  A New InterfaceXpress Feature.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
How a Soldier can print their own Profiles on AKO My Medical Readiness
Access to Webcasting Contents You may have access to the entire BRF TV contents through the Web and may view the programming through Live broadcasting.
Field Education: Learning Contract In D2L, select your Field Education Course.
COMPREHENSIVE Access Tutorial 11 Using and Writing Visual Basic for Applications Code.
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.
Downloading Procedures From the Web Importing Web Procedures Using ProEdit.
JavaScript Events. Understanding Events Events add interactivity between the web page and the user Events add interactivity between the web page and the.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Popup Boxes.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
GroupWise Basics. Main Window You can expand or shrink the grey panel to show items (subject, etc.)
CSIT 230 (Blum)1 Zipping. CSIT 230 (Blum)2 Start/All Programs/WinZip/WinZip 8.1.
Using iLocker.
How to access your work from home or another computer
HOW TO PUT PASSWORD IN WORD, SPREAD SHEET AND DATABASE
Advanced Navigation Features
The method to Take down the printer's model number and on your computer Download Drivers For a Lexmark Laser Printer.
© 2010, Mike Murach & Associates, Inc.
IBM SCPM Forecast Macro Tool
IBM SCPM Forecast Macro Tool
Retrieving BOA Templates
Human and Computer Interaction (H.C.I.) &Communication Skills
Presentation transcript:

Quiz 3 Lecture 15 08/11/06 Dan Rao

Download the word file ComputerSale.doc from the web site The form field names in the documents are: Model, Type, Monitor, ComputerPrice, MonitorPrice, PrinterPrice, ScannerPrice, TotalPrice

Create a form like this:

Code the dialog box so that it displays the appropriate information in the dialog box and the document, according to the user’s input. Code the OK button event. Code the Cancel button event

More considerations: –Any computer that with model number less than 3000 can not drive a printer. –Any computer that with model number less than 3500 can not drive a scanner. Create a macro procedure that display the dialog box on the screen. (Extra credit: 5 points)