VISUAL FOXPRO AN INTRODUCTION

Similar documents
4 VISUAL FOXPRO - AN INTRODUCTION

Access 2013 Keyboard Shortcuts

Keyboard shortcuts for Microsoft Access 2013 and 2016

Mercer County Public Library. Introduction to Microsoft Word 2010

Quick Reference Summary

WINDOWS KEYBOARD SHORTCUTS

Keyboard shortcuts in OneNote Online

Keyboard Access Guide

Windows keyboard shortcut list General

100 keyboard shortcuts. CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete)

Windows Shortcut List

Quick Reference Summary

12 BASICS OF MS-EXCEL

FOR EXCEL [should work on any spreadsheet] Keys for editing data. Keys for editing data. Keys for inserting, deleting, and copying a selection

MS WORD HOW TO START MSWORD WINDOW OF MSWORD

Keyboard shortcuts for Visio

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Keyboard shortcuts. Ease of Access keyboard shortcuts: General keyboard shortcuts: Display Help. Paste the selected item

PowerPoint 2016 for Windows keyboard shortcuts

MS EXCEL 2007 HOTKEYS

VIPUL M DESAI

Getting Started Guide. Appendix A Keyboard Shortcuts

Windows 95 Keyboard Shortcuts

Project 2013 Keyboard Shortcuts

MICROSOFT EXCEL KEYBOARD SHORTCUTS

Dibawah ini ada 100 cara cepat dalam penggunaan keyboard dan cara ini tidak hanya digunakan untuk mengetik saja, tetapi masih banyak lagi.

Keyboard shortcuts for Visio

Getting Started Guide. Appendix A Keyboard Shortcuts

Keyboard shortcuts for Microsoft PowerPoint

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office

ABBYY FlexiCapture 8.0 Professional Data Capture Operator s Guide

In a PivotTable, it selects the entire PivotTable report. Displays the Insert dialog box to insert blank cells.

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit,

Excel shortcut and function keys

JIRA Editor Documentation Pasting from Word, Excel or Outlook

Outlook 2002 Keyboard Shortcuts

1. Which short keys is used to "Select All" Text? A. CTRL+A B. CTRL+B C. CTRL+C D. CTRL+D. Answer: A

Introduction to Microsoft Word

Microsoft Outlook 2002 Keyboard Shortcuts

PARASHAR TECHNOLOGIES MS-EXCEL Shortcut Keys

The Keyboard Shortcut Magic!

Excel 2010 Keyboard Shortcuts Ctrl combination shortcut keys

Reference Booklet Graphical User Interface BAAN IV

MadCap Capture. Shortcuts Guide. Version 6.0 THIS USER GUIDE WAS CREATED USING MADCAP FLARE

Computer Nashua Public Library Introduction to Microsoft Word 2010

Outlook 2007 Shortcuts and Function Keys

Introduction to Microsoft Word 2010

Quick Reference: Microsoft Excel Keyboard Shortcuts

Excel keyboard shortcuts and function keys

Introduction to Microsoft Word 2010

Complete List of Excel 2010 Keyboard Shortcuts Platform: Windows/English/US Keyboard Layout

Excel shortcut and function keys

Keyboard shortcuts for Microsoft Outlook 2013 and 2016

Basic Windows 95 Skills

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

Reference Booklet for BAAN IV

Microsoft Office Training Skills 2010

Be aware that Microsoft is introducing Windows 8.1 Update 1 (Windows 9?) in April 2014.

Watch the video below to learn the basics of working with text in Word. *Video removed from printing pages. Using the insertion point to add text

Tips and Tricks for Microsoft Word 2010

JAI BALAJI COMPUTER PLAZA NEAR OLD SUBJI MANDI IN FRONT OF GANDHI PARK,DHOLPUR(RAJ.)

Excel Shortcut Keys. Print and Print Preview. Worksheets

MS Exel MS Excel tutorials in Hindi

Appendix A Keyboard Shortcuts

The Galileo Desktop-Focalpoint 4.0. Table of Contents

Chapter 3. Getting Started

Get to know Word 2007 I: Create your first document Quick Reference Card

Adobe Acrobat Reader Release 4 Mini Guide. Introduction to Adobe Acrobat Reader 4 and Hints and Tips for reading and printing PDF's

Windows 10 Essentials

USO RESTRITO. AppleWorks 6. Quick Reference

Windows Computer A to Z Shortcut Key list with PDF

Computer Shortcut Keys

Quick Reference Summary

Delete the selected item and move it to the Recycle Bin. Move the cursor to the beginning of the previous paragraph

CSE111 Introduction to Computer Applications

Introducing MahiFX on MT4

Accelerated Technology Training Workshops. Using Microsoft FrontPage to Create Web Sites ENGL 1423.B2 Dr. Richard Cunningham

Microsoft Word XP (2002)

Lesson 4 - Creating a Text Document Using WordPad

W-E

Eclipse Quick Reference Windows Hosted

Microsoft Word 2010 Part 1: Introduction to Word

BasicScript 2.25 User s Guide. May 29, 1996

Word 2013 Keyboard shortcuts

Microsoft Office basics and shortcuts including Word

5250/3270/VT/HP Keyboard Map for 44-Key MC 95

INCA V7.2 Hotkey Assignment

What is a spreadsheet?

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM

Shortcuts Cheat Sheet

Switch between open apps Close the active item, or exit the active app

AGB 260: Agribusiness Data Literacy. Excel Basics

About using Microsoft Query to retrieve external data

Quick Reference Summary

COPYRIGHT All Rights Reserved

Decrease font size one value.

Enterprise Architect. User Guide Series. Tutorial. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH

AutoCAD Tip Sheet by. Customizing the Keyboard. Using the Customize Dialog. Commands

4.1. FORMATTING TOOLBAR

DriveWare. User s Guide DriveBrowser

Transcription:

4.1 INTRODUCTION VISUAL FOXPRO AN INTRODUCTION Visual FoxPro is a Relational Database Management System (RDBMS), which allows you to work with several logically related tables of data simultaneously. A Table in a database contains a number of Rows and Columns. One row in the table is equivalent to one record and one column is equivalent to one field. 4.2 OBJECTIVES After going through this lesson, you would be able to start Visual Foxpro menus use shortcut keys use Visual Foxpro menus. explain the concept of DBMS 4.3 CONCEPT OF DATABASE MANAGEMENT SYSTEM (DBMS) Before you understand the concept of Database Management System. (DBMS), it is necessary that you understand few basic terms related to DBMS. Let us begin with data. Anything can be data, e.g., a number, name of a person or place, address, etc. When a data is meaningful, it is called Information and a Database is an organized collection of related information. You can use database for retrieving desired information taking meaningful decision reorganizing information processing information Database Management System (DBMS) is a generalized software package used to build and manage the database, i.e., add, modify (edit), update, delete and sort (arrange in a particular order) information in the database. DBMS also helps to retrieve the desired information in the required format from the database. Visual FoxPro is a leading database Management System. It is a member of Microsoft Visual Studio. Visual FoxPro is one of the Relational Database Management System (RDBMS). It is windows based Graphical User Interface (GUI) RDBMS. The database is a broader concept in Visual FoxPro in which the

information is stored in related tables. The table is equivalent to database of the earlier version of FoxPro. A database is a collection of various records comprising rows and columns. One row is one record and one column is one field. A record is collection of logically related fields and a field is one column information. In Visual FoxPro, there can be more than one table storing different stream of information. A table in a database contains a number of Rows and Columns. One row in the table is equivalent to one record and one column is equivalent to one field. 4.4 STARTING VISUAL FOXPRO The minimum hardware/software configuration of the machine required for installing Visual FoxPro is that you should have a Pentium Series of Computer with 32 MB RAM and 10GB of Hard Disk Drive with Windows 95 or higher operating system. Here we have discussed 6.0 version of Visual Foxpro In order to start with Visual FoxPro, you must ensure that Visual FoxPro system is already installed on your computer. To invoke Visual FoxPro, Double click the My Computer Icon on the Desktop Window. Then double click C: drive. Now, click on Program Folder and then Microsoft Visual Studio. Now double click the Microsoft Visual FoxPro icon as shown in Fig. 4.1

Fig. 4.1: Visual FoxPro icon within Program Folder of Windows You can also make a shortcut of Visual FoxPro icon on your desktop for directly loading the system as shown in Fig. 4.2. Fig. 4.2: Highlighted Visual FoxPro icon on the Desktop In this case double click the Visual FoxPro icon from the desktop itself and then Visual FoxPro window will appear on your screen as shown in Fig. 4.3

Fig. 4.3 : Visual FoxPro with Command Window Alternatively, you can invoke Visual FoxPro by clicking mouse on Start menu then click on Programs. Place the mouse on Microsoft Visual Studio 6.0. You will see a number of options. Place mouse on Microsoft Visual FoxPro 6.0 option as shown in Fig. 4.4 and click the left mouse button on it. The Visual FoxPro window will appear on your screen as shown in the above fig. 4.3. 4.5 USING THE VISUAL FOXPRO MENUS The Visual FoxPro Menu system can be classified into the following components as: Menu Bar Menu Pad (Item) Menus (Pull Down Menu) Menu Options Toolbar

Fig. 4.5: Visual FoxPro Menu Systems

4.5.1 Menu Bar A Menu Bar is located at the top of the screen and displays all the available titles for menu as shown in the figure 1.5. The content of the menu bar changes when you move from one title to another title of the menu bar. 4.5.2 Menu Pads (Items) The titles displayed on the menu bar are called Menu Pads (Items). You can use either the mouse or the keyboard to display the menu associated with each menu pad. Using the mouse, click on the title of the menu you wish to use. To access the menu bar from keyboard, press <ALT> or <F10> key and then type the underlined letter for the menu you wish to use. For example <ALT>+F for invoking File Menu. You can also use the Left and Right arrow keys to move from one menu pad to another menu pad, and press <RETURN> key. You will also find that some of the menu pads appear dimmed and cannot be highlighted or selected. These menu pads are disabled. You cannot display the menu if the menu pad is disabled. 4.5.3 Menus When you choose a menu pad from the menu bar by clicking the menu pad, Visual FoxPro displays a pull-down menu. A Menu is a list of related options displayed in the pull-down menu. When you choose an option from a menu, Visual FoxPro executes it. Choosing an option means activating a highlighted option by clicking with mouse or pressing the <Spacebar> key or <Return> key. 4.5.4 Menu Options When you choose a menu pad from the menu bar, Visual FoxPro displays a pulldown menu. A pull-down menu contains options as shown in the fig. 4.3. The options on each menu are logically related to menu pad. To choose a desired menu option you want, use one of the following methods: Move to the menu pad and click. The pull-down menu appears. Click on the desired option you want. Press <Alt> key or <F10> key and then press the underlined letter (hot key) in the menu pad name. Type the underlined key for the menu option you want.

Use the Left and Right Arrow keys to the menu pad you want to use and then press <Return> key. Use the Up and Down arrow keys to select the desired option and then press the <Return> key or <Spacebar> key. You will find that some of the menu options have an ellipsis ( ) after the option. This indicates that the option will further open a dialog box. A dialog box appears to request the additional information. 4.5.5 Toolbar The Toolbar appears below the menu bar and displays the icons as shown in Fig. 4.5. To access the toolbar using the mouse, click on the icon you want to use. INTEXT QUESTIONS 1. What is the difference between data and information? 2. Give the full form of RDBMS. 3. Choose the Correct Answer: (a)a database is a collection of (i) Fields(ii) Table(iii) Records(iv) Column (b)in Visual FoxPro, a Table is equivalent to (i) Row(ii) Column(iii) Field(iv) Database 4.6 VISUAL FOXPRO TEXT EDITOR Modify Command is the standard Text Editor of the Visual FoxPro. In short it is also called modi comm. It allows you to create and modify text. Using this text editor you can code or modify a Visual FoxPro program. The following keys can be used for selecting and editing text. Key(s) Cursor Movement Right Arrow Left Arrow Up Arrow Down Arrow Home End Page up Page down Action To move the cursor one character to the right. To move the cursor one character to the left. To move the cursor up one line. To move the cursor down one line. To move the cursor to the beginning of the current line. To move the cursor to the end of the current line. To move the cursor up the height of the current line. To move the cursor down the height of the current line.

Ctrl+Home Ctrl+End Ctrl+Right Arrow Ctrl+Left Arrow To move the cursor to the beginning of the current text. To move the cursor to the end of the current text. To move the cursor one word to the right. To move the cursor one word to the left. Selecting Text Shift+Right Arrow Shift+Left Arrow Shift+Up Arrow Shift+Down Arrow Ctrl+A To select one character to the right of the cursor. To select one character to the left of the cursor. To select one line up to the cursor. To select one line down to the cursor. To select all text. Deleting Text Backspace Del Inserting Text Ins To delete the selected text or the character to the left of the cursor if no text is selected. To delete the selected text or the character to the right of the cursor if no text is selected. To switch between insert and overwrite mode. 4.7 SHORTCUT KEYS FOR MENU OPTIONS Visual FoxPro provides various shortcut Keys to choose the menu options. Some of them are listed below. Key(s) Action Ctrl+A To select all the current objects. Ctrl+C To copy the current selection to the clipboard. Ctrl+D To start a Visual FoxPro Program Ctrl+G To move the cursor to the designated line in a text or in the command window. Ctrl+M To resume a program. Ctrl+P To Print. Ctrl+R To redo. Ctrl+S To save the file. Ctrl+V To paste the content of the clipboard at the current cursor position. Ctrl+W To leave the current operation and to save any modification.

Ctrl+X Ctrl+Y Ctrl+Z Ctrl+F1 To cut the selected object from its current location and to place it on the clipboard. To append new record. To undo. To activate the next window open within Visual FoxPro. Ctrl+F2 Ctrl+F4 Ctrl+F5 Ctrl+F7 Ctrl+F8 Ctrl+F9 Ctrl+F10 Esc F1 F2 F3 F4 F5 F6 F7 F8 F9 To display the command window. To close the current window. To restore the current window to its original size. To move the current window with the arrow key. To increase/decrease the size of the current window. To minimize the current window to an icon. To maximize the current window. To exit current editing without saving the modification. To activate on-line help. To open the view window. To list the content of the current table. To list the files in the current directory. To display the structure of the current table. To display the status. To display the current memory variables. To display the field names and the current record of the current table. To open the Browse window in append mode. 4.8 EXITING VISUAL FOXPRO You can exit Visual FoxPro by using any one of the following methods: Type quit in the command window and press <Return> key. Open the File menu and choose the Exit option. Click mouse on the Control Menu Box from the Title bar of the main Visual FoxPro window as shown in the figure 4.3. Press <Alt+F4> key. 4.8 WHAT YOU HAVE LEARNT

In this lesson you have learned about the concept of database and how to invoke Visual FoxPro, Visual FoxPro menus, shortcut keys for menu options and how to exit Visual FoxPro. In the next lesson you will learn about the complete Visual FoxPro Menu System and Toolbars. 4.10 TERMINAL QUESTIONS 1. Discuss the concept of DBMS. 2. What are the various ways of starting Visual FoxPro? 3. Define the various Menu Pads available on the Menu Bar of Visual FoxPro. 4. Name the Text Editor of Visual FoxPro. 5. What is the shortcut for displaying the structure of the current table? 4.11KEY TO INTEXT QUESTIONS 1 Data: Anything can be data, e.g. a number, name of a person or place, address, Information: When a data is meaningful, it is called information. 2 Relational Database Management Systems 3 (a) (iii) (b) (iv)