VISUAL BASIC Event Driven, non-procedural Place controls, from toolbox, onto form command, label, time, image Customise controls Write code for command.

Slides:



Advertisements
Similar presentations
Mark Dixon Page 1 04 – Database Design: Forms. Mark Dixon Page 2 Session Aims & Objectives Aims –To allow easier data entry using forms Objectives, by.
Advertisements

Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Forms and Screen Design What is a form? A layout on screen which allows users to make choices, enter data or view data. They are found in: PC applications.
Text Box controls are used when users are required to type some input (during program execution), or output is displayed on the form (known as the user-
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Exploring Office Grauer and Barber 1 Creating More Powerful Applications: Introduction to VBA(Wk9)
ISP 121 Week 3 Access Forms and Reports. Displaying Data – The Form One way to start a form is to use the Form Wizard What table or query are you creating.
Visual Basic for Applications Class III. User Forms  We place controls on User Forms to get input from the user.  Common controls include text boxes,
Introduction to Computing Dr. Nadeem A Khan. Lecture 11.
FIS 318/618: Financial Systems & Databases Forms and Reports Oakland University School of Business Administration Accounting and Finance Joe Callaghan.
Chapter 31 Visual Basic Controls A Form is a windows-style screen displayed by Visual Basic programs. In a form, a programmer can create objects in a form.
Microsoft Visual Basic 2012 CHAPTER TEN Incorporating Databases with ADO.NET.
Visual Basic.net IDE. Integrated Development Environment.
Microsoft © Access 2000 Types of Forms Forms & Real Estate Conclusion Questions Why use a Form What is a Form Data behind a Form Controls on a Form Code.
Chapter 9 Working with Forms. Principles of Web Design 2nd Ed. Chapter 9 2 Principles of Web Design Chapter 9 Objectives Understand how forms work Understand.
VBA for Excel. What is a spreadsheet? u An Excel spreadsheet is a set of worksheets  Each worksheets is made up of rows and columns of cells  Rows are.
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
Problem Create a Windows-based application that will calculate the Gross Pay earned for a worker, given the number of hours worked and hourly pay rate.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Working with Forms. How Forms Work Forms let you build interactive Web pages that collect information from a user and process it on the Web server The.
Enhancing the Graphical User Interface Multiple Forms, Controls, and Menus.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
§Visual - A method used to create GUI applications. §BASIC - Beginner’s All - purpose Symbolic Instruction Code developed by John Kemeny. §VB- Evolved.
ACCESS CHAPTER 5 FORMS AND REPORTS Learning Objectives: Build a simple form Add a label, text box, and list controls to a form Create a multi-table form.
Visual Basic.net Textbox & Label Controls. Textbox Naming convention (txt) Primary use (user input) Can except numeric and character values.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Access Project 7 Advanced Report and Form Techniques.
Week 12 Working with Forms Objectives Understand how forms work Understand form syntax Create input objects Build forms within tables Build and.
Dialog Boxes – Day 1 Built-in Dialog Boxes Input Box Message Box Custom Dialog Boxes – User Forms.
University of Sunderland CIF 104 Fundamentals of DatabasesUnit 16 SESSION 16 VBA example.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
1 Creating Windows GUIs with Visual Studio. 2 Creating the Project New Project Visual C++ Projects Windows Forms Application Give the Project a Name and.
CS324e - Elements of Graphics and Visualization Java GUIs - Event Handling.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 4 Working with Variables, Constants, Data Types, and Expressions.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
Chapter 23: GUI Design Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Chapter 15 I’m on the Inside; You’re on the Outside (Nested Loops) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Access Forms and Reports.  One way to start a form is to use the Form Wizard  Let’s create a form for our Real Estate database, for the Listings table.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
1 Introduction to Visual Basic Dr Mohd Nabil Almunawar MS 3403 Advanced Computing.
Microsoft Access 2003 Illustrated Introductory Using Forms.
Access Lesson 9 Using Advanced Form Features Microsoft Office 2010 Advanced Cable / Morrison 1.
Lean Manufacturing Screening Assessment Tool Ashok Kumar Sandys Thomas.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 16 I’m on the Inside; You’re on the Outside.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Advanced Form Design.
BBT 10 Visual Basic 03 Enrichment. Tip Before creating any files for your project, first create a new folder Save all of your files in the folder Pieces.
CS130 Visual Basic Project 4 Lecture Fall New topics in project 4 Database, file (table), records, fields. Application that contains menus, submenus,
1 Research Papers Database. 2 Form – Add – Delete – Change … information in the database.
Fourth R Inc. 1 WELCOME TO MICROSOFT OFFICE ACCESS 2003 INTERMEDIATE COURSE.
Using a Database Access97 Please use speaker notes for additional information!
An Overview of the Energy Reduction Calculator.  Calculates reduction in emissions for a facility Emissions computed are Carbon Dioxide, Sulfur Dioxide,
TOOLBOX. The Toolbox Intrinsic Controls - always included in the Toolbox ActiveX Controls - separate files with ocx file extension Insertable Objects.
JavaScript- conditions, Math objects. Generic Representation.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
Spreadsheet Evidence By.... P2 – DEVELOP A COMPLEX SPREADSHEET MODEL TO MEET PARTICULAR NEEDS.
Karolina Muszyńska
CSCI 6962: Server-side Desig n and Programming ASP Server Controls.
Microsoft Access 2016 Simplify Data Entry with Forms
Chapter Topics 15.1 Graphical User Interfaces
Microsoft Access 2003 Illustrated Complete
Excel VBA Day 3 of 3 Tom Vorves.
Simplify Data Entry with Forms Chapter 3
Database Management System
Exploring Microsoft Access 2003
Chapter 15: GUI Applications & Event-Driven Programming
Zhen Jiang West Chester University
Presentation transcript:

VISUAL BASIC Event Driven, non-procedural Place controls, from toolbox, onto form command, label, time, image Customise controls Write code for command control Exercise - Displaying Messages

VISUAL BASIC Constants/Variables Numbers/Text Multiple Forms/Passing Data Exercise - Two employee forms plus one summary form

VISUAL BASIC Expressions/Assignments a + b a = 4, b=7 Text Box control (data input) Exercise - Present Value calculator

VISUAL BASIC Check Box control (select many) Option Button control (select one) Selection within program via “IF” Exercise - ‘Grant A Loan’ - progress through forms

VISUAL BASIC Combo Box control (select from list) List Box control (output many lines) Looping within program Exercise - Repayment Table - over a number of months

VISUAL BASIC Visual Basic + Database Data Control Binding of label controls and text box controls to display data Exercise - “Friends” database - get first, last, prev, next - find, delete