LOAN APPLICATION Income High Medium Low Employment References Employed Unemployed Good Bad Education High Low High Low Grant Investigate Further Investigate.

Slides:



Advertisements
Similar presentations
CS0004: Introduction to Programming Select Case Statements and Selection Input.
Advertisements

5.04 Apply Decision Making Structures
Objectives Understand the software development lifecycle Perform calculations Use decision structures Perform data validation Use logical operators Use.
How to get started with Excel VBA. We need to enable programming in Excel  the “Developer menu”
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.
Val Function A Function performs an action and returns a value The expression to operate upon, known as the argument, (or multiple arguments), must be.
Slide 1 VB Program Flow Control. Slide 2 Making Decisions v Decision Statement: control the execution of parts of the program based on conditions. v The.
CVEV 118/698 Visual Basic Lecture 2 Prof. Mounir Mabsout Elsa Sulukdjian Walid El Asmar.
Copyright 2003 : Ismail M.Romi, PPU. All Rights Reserved 1 Lab3 Check Boxes,Option Buttons Frame Control Frame Control MsgBox, InputBox Functions Day7.
Slide 1 VB Default Controls Text Box, Check Box, Option Button & Frames.
Muffin Shop - if, calculations etc. (muffins, muffins2) Please use speaker notes for additional information!
Exploring Microsoft Excel 2002 Chapter 8 Chapter 8 Automating Repetitive Tasks: Macros and Visual Basic for Applications By Robert T. Grauer Maryann Barber.
3/9/2004 PPCC - Introduction to VB6 Copyright ©2004, Tore Bostrup 1 Introduction to VB6 Week 2.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
Visual Basic Chapter 1 Mr. Wangler.
© 1999, by Que Education and Training, Chapter 5, pages of Introduction to Computer Programming with Visual Basic 6: A Problem-Solving Approach.
A453 Exemplar Password Program using VBA
Week 8.  Recap  User Forms  Input Validation Message Boxes Input Boxes  Conversion Functions.
Learning about Expert Systems through computer programming.
© 2006 Lawrenceville Press Slide 1 Chapter 3 Visual Basic Interface.
1 Module 4. Page Management Creating New Pages Child pages can be created by clicking on the "New Page” button. CLICK HERE.
Chapter 7 Code Tables. VB Code Box 7-1 Event Procedure for Compute Button Private Sub hsbExemptions_Change() txtExemptions.Text =Str(hsbExemptions.Value)
Chapter 4: The Selection Process in Visual Basic.
In this section, we will investigate indeterminate forms and an new technique for calculating limits of such expressions.
Copyright © 2001 by Wiley. All rights reserved. Chapter 2: Using Visual Basic to Create a First Project Getting Started with VB Development Environment.
CMPS 1371 Introduction to Computing for Engineers CONDITIONAL STATEMENTS.
VISUAL BASIC Event Driven, non-procedural Place controls, from toolbox, onto form command, label, time, image Customise controls Write code for command.
Chapter Two Creating a First Project in Visual Basic.
University of Sunderland CIF 104 Fundamentals of DatabasesUnit 16 SESSION 16 VBA example.
Arrays1 From time to time an object (a variable, a picture, a label or a command) does not serve as well as a set of objects of a similar kind addressed.
Lesson 1-3 Example What number goes in the blank to make (7 + 5) + 4 = ___ + (14 – 2) a true equation? Step 1 The expressions inside the parentheses.
Chapter 9 Macros And Visual Basic For Applications.
CS 101 Test 2 Study Guide Acronyms RAD - Rapid Application Development IDE - Integrated Development Environment GUI - Graphical User Interface VB - Visual.
More Form Tools Combo Box (displays a list) Check Box (yes/no) Frame (groups option buttons) Option Button (exclusive choice) Ref Edit (user selects cells)
Setting up your computer’s microphone Begin by double clicking on the volume icon within the task bar.
Insert a voice comment in Word 2007 Before you can add a voice comment for the first time, you need to add the Insert Voice command to the Quick Access.
Pay Example (PFirst98) Please use speaker notes for additional information!
EDGEWOOD ISD TEACHERS GUIDE PRINTING IPR’s 1 Department of Planning and Student Information Systems.
31/01/ Selection If selection construct.
Word Processor Version.01 EME 4411 Week 5. The Scroll Bars.
# 1# 1 Nested If Statements in VBA What is a compound condition that we evaluate? What is a Nested If statement? How do we use ElseIf? CS 105 Spring 2010.
Granting an Extension to an Assignment in Tk20 Option 1 – Grant extension to whole class (will delete all submitted) Option 2 – Grant extension to individual.
From your Editor Main Menu, click on All Submissions with Editor's Decision.
Controlling Program Flow with Decision Structures.
Copyright © Don Kussee 1410-Ch5 #1031 CNS 1120 Chapter 5 Selection statements 1120-Ch5.PPT.
CheckBox i Option Button. Private Sub Command1_Click() Check1 = 1 If Check1 = 1 Then Text1.FontBold = True Else Text1.FontBold = False End If Check2 =
Knowledge Base. Defining a Variable Dim statement Dim intXX As Integer Public in a Module Public dblNN As Double.
SAG Infotech Private Limited Soft solutions for those can not afford to make errors. F OR FACING ISSUES FOR PRINT PREVIEW IN WINDOWS 8 AND HIGHER VERSTION.
Programming with Visual Basic.NET. Quick Links Program Code The Code Window The Event Procedure Assignment Statements Using AutoList Radio Buttons Buttons.
Visual Basic.NET BASICS Lesson 9 Nested If Statements and Radio Buttons.
Computer Science Up Down Controls, Decisions and Random Numbers.
TUTORIAL 4 Visual Basic 6.0 Mr. Crone. Pseudocode Pseudocode is written language that is part-code part- English and helps a programmer to plan the layout.
IF STATEMENTS AND BOOLEAN EXPRESSIONS. BOOLEAN EXPRESSIONS Evaluate to a value of true or false Use relational or equivalence operators Boolean operators.
The Advantage Series ©2005 The McGraw-Hill Companies, Inc. All rights reserved Chapter 12 Introducing Visual Basic for Applications Microsoft Office Excel.
Venture A guide to Advance ing
Team Member Adding Comments and Digital Signature During Sign Off
*No Checking Account Payday Loans* Gain Advance Cash to Meet Your Financial Woes
البرمجة بلغة فيجول بيسيك
The Check Box Control Consists of a small square and a caption
مراحل كتابة البرنامج بلغة فيجول بيسك ستديو
Department Array in Visual Basic
Exploring Microsoft Excel
المحاضرة السادسة.
CheckBox i Option Button
Conditional Statements
If statements (Inven1, Inven2, Inven2a, Inven3, Inven3a)
Active-X Calendar Control
How To Can You Get Unemployed Loans With Bad Credit Score? You can get unemployed loan without any credit check. You just click on to
More on If statements (Calculate, Calculate1, Calculate2)
Sub 範例 Sub F ( X ) MsgBox(X ^ 2 ) End Function
Presentation transcript:

LOAN APPLICATION Income High Medium Low Employment References Employed Unemployed Good Bad Education High Low High Low Grant Investigate Further Investigate Further Refuse Investigate Further Refuse One start - up form + Income form Employment form Education form References form Each form = Option Buttons + Evaluate Command Button - Outcome = Next form or Decision

TOOLBOX Check Box ControlOption Button Control

OPTION BUTTON Single Married When Clicked Button goes black Button’s ‘Value’ property becomes True Can only select one Option button

CHECK BOX When Clicked A Tick appears in box Check Box’s ‘Value’ property changes from 0 to 1 Can select more than one Check Box Guardian Telegraph Express

START UP FORM This is the loan application A series of forms follows Click “Proceed” Proceed Private Sub cmdProceed_Click() frmIncome.Show End Sub

INCOME FORM Evaluate Private Sub cmdEvaluate_Click() If optHigh.Value then MsgBox “Grant Loan”, 64, “recommendation” End ElseIf optMedium.Value then frmEmployment.Show Else ‘Income Low frm.References.Show End If End Sub nb 64 = vbinformation (!) ‘ = comment High Medium Low

REFERENCES FORM Evaluate Private Sub cmdEvaluate_Click() If optGood.Value then MsgBox “Investigate Further”, 64, “Recommendation” Else MsgBox “Refuse Loan”, 64, “Recommendation” End If End Sub Good Bad

EMPLOYMENT FORM Evaluate Private Sub cmdEvaluate_Click() frmEducation.Show End Sub Employed Unemployed nb. Education Form always follows Employment form

EDUCATION FORM Evaluate Private Sub cmdEvaluate_Click() If frmEmployment!optEmployed.Value And optHigh.Value Then MsgBox “Grant Loan”, 64, “Recommendation” ElseIf (frmEmployment!optUnemployed And optHigh.Value) _ Or (frmEmployment!optEmployed.Value And optLow.Value) Then MsgBox “Investigate Further”, 64, “Recommendation” Else MsgBox “Refuse Loan”, 64, “Recommendation” EndIf End End Sub High Low