Address book By NIRMIT GANG. Main Program  Selection Screen 1.Enter Data 2. Read Data 3. Search Data 4. Modify Data 5. Delete Data 6. Exit Choice.

Slides:



Advertisements
Similar presentations
Basics of Database Programming with VB6
Advertisements

MICS Data Processing Workshop Data Entry Menu and Navigation.
Welcome to eDMR This PowerPoint presentation is designed to show eDMR users how to login and begin using the eDMR system.
Auto Comp Search. The Auto Comp Search function allows you to perform quick comparable property searches of a subject property. You can find properties.
STUDENT INFORMATION SYSTEM (SIS) Course Approval Procedure.
In The Name Of Allah, The Most Beneficent, The Most Merciful
Putting the Portal to Work Stuart Forman and Vicky Brett TBN Members Day Presentation 15 th Nov 2008.
Activating Paymate Acclaim  Activating Paymate  Activation  Online Activation  Fax Activation  Review and Verify Activation and License Terms 
 Copyright I/O International, 2013 Visit us at: A Feature Within from Sales Rep User Friendly Maintenance – with Zip Code.
What have we learned so far… Preprocessor directives Introduction to C++ Variable Declaration Display Messages on Screen Get Information from User Performed.
3 Product clerk adds a new product Save Changes Search for New Product Clerk selects the information to add to the product. Edit Product Sections of information.
The Internet. Telnet Telnet means using your computer as a terminal. All commands you type are sent to the host computer you are connected to and executed.
Extended DISC Online System User Instruction: How to Create a New Account.
Prototype & Design Computer Inputs. How to Prototype & Design Computer Inputs Step 1: Review Input Requirements Step 2: Select the GUI Controls Step 3:
Form Handling, Validation and Functions. Form Handling Forms are a graphical user interfaces (GUIs) that enables the interaction between users and servers.
User Friendly Vendor Maintenance A Family of Enhancements For iSeries 400 DMAS from  Copyright I/O International, 2010, 2011 Skip Intro Exit.
Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor.
Chapter Seven Advanced Shell Programming. 2 Lesson A Developing a Fully Featured Program.
Chapter 2 (Horstmann’s Book) – Part 2 The Object-Oriented Design Process Hwajung Lee.
28/08/2015SJF L31 F21SF Software Engineering Foundations ASSUMPTIONS AND TESTING Monica Farrow EM G30 Material available on Vision.
Lytec Medical XE New Feature List. 2 What’s new with Lytec Medical XE? Features: –HIPAA features –Timesaving features –Miscellaneous features New product.
Visual Basic Chapter 1 Mr. Wangler.
Web forms in PHP Forms Recap  Way of allowing user interaction  Allows users to input data that can then be processed by a program / stored in a back-end.
Microsoft Access Intro Class 1 Database Concepts.
STAY CONNECTED TOLLFREEEXPRESS CONTROL PANEL GUIDE.
Address Searches. Searching by address enables you to direct your property search to a single parcel, property records on a single street, or property.
Module Two Business Partners
Gadgets & More…. “Date Range” Gadgets Allows you to choose a specific date, before or after a date or a range of dates using the Workflows calendar.
Career Services Center Employer Training. This is the main login page. The link can be found at Employers.
Online Reporting Guide
PMS /134/182 HEX 0886B6 PMS /39/80 HEX 5E2750 PMS /168/180 HEX 00A8B4 PMS /190/40 HEX 66CC33 By Adrian Gardener Date 9 July 2012.
WindowsXP Explorer The Explorer is a used to organize and control the files and folders of the different storage systems such as the hard drive, floppy.
Agenda Using vi Editor Starting vi Session Command / Input Modes Entering Text Editing Text Saving vi Session Aborting Editing Session.
1 Working with MS SQL Server Textbook Chapter 14.
Activating Clarity  Activating Clarity  Activation  Online Activation  Fax Activation  Review and Verify Activation and License Terms  Updating.
A Menu-Driven Application Yonglei Tao. Problem Statement  Develop a script program that allows the user to create and maintain an directory, called.
1 International Christian Retail Show 2007 Atlanta, GA July 2007 Purchase Orders and Receiving.
Chapter 9 I/O Streams and Data Files
Copyright 2002, Paradigm Publishing Inc. CHAPTER 12 BACKNEXTEND 12-1 LINKS TO OBJECTIVES Mail Merge Concepts Mail Merge Concepts Mail Merge Wizard Mail.
NFIRS Data Entry Browser Interface (DEBI)
Chapter 0 Getting Started. Objectives Understand the basic structure of a C++ program including: – Comments – Preprocessor instructions – Main function.
Unix Session IV.
There’s a right way and a wrong way to document data manually and from DAS at the same time … If you enter the data in the wrong sequence, you risk losing.
Session Making Queries and Multiple Entry Work for You in Direct Loans (Hands-On) Session 21.
Chapter Three The UNIX Editors.
Shell Scripting – Putting it All Together. Agenda Escaping Characters Wildcards Redirecting Output Chaining and Conditional Chaining Unnamed and Named.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
File Handling in QBASIC
Agenda Using vi Editor Starting vi Session Command / Input Modes Entering Text Editing Text Saving Edited File Aborting Editing Session.
Agenda Using vi Editor Starting vi Session Command / Input Modes
10.1Retrieving a Database File – In the last chapter, we have created a database file and several tables for that database. – In order to view and modify.
1 CSC103: Introduction to Computer and Programming Lecture No 27.
A FIRST BOOK OF C++ CHAPTER 14 THE STRING CLASS AND EXCEPTION HANDLING.
Learners Support Publications Working with Files.
Files A collection of related data treated as a unit. Two types Text
Sequential Processing to Update a File Please use speaker notes for additional information!
Complete Ordering System for Promotional Literature and Samples Quick Reference and Training Guide.
Saving and Retrieving Farm Areas. The farm area function enables you to save search results from the Search Results screen and save them for future use.
Dockage Standard User Test User 7/24/08. Dockage For New Test Must have Standard User Access for Dockage to initiate new Dockage checktest. Select FGIS-928.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
FILES AND EXCEPTIONS Topics Introduction to File Input and Output Using Loops to Process Files Processing Records Exceptions.
Lesson 17 Mail Merge. Overview Create a main document. Create a data source. Insert merge fields into a main document. Perform a mail merge. Use data.
CPLTA – ONLINE CREDIT TRACKING SYSTEM
11/11/2018 Colorado Spring 2014 Test Administration PearsonAccess CMAS Invalidation Codes and Accommodations after Testing.
Validations and Error Handling
City Selection Entry Form Guide
Reception volunteers: How to use the membership administration system
Process Exchange Transactions Activity
Presentation transcript:

Address book By NIRMIT GANG

Main Program  Selection Screen 1.Enter Data 2. Read Data 3. Search Data 4. Modify Data 5. Delete Data 6. Exit Choice

Entry of Data  Name  Profession  Address  Country  Telephone  Fax  Mobile 

Read from File  Displays the data from the file  Can show up to n records  Each record appears on a new screen, to avoid confusion

Save & Read Data code  saveData(), uses normal I/O operation  readData() is used to access the stored information in file input.txt

Search data  It does a search on the file, by comparing names, and displays the information  When it reaches the EOF without finding anything, it gives an error statement

Modify Data  modify() gets the name to be modified  Does the string compare of the name to be modified  Displays a menu selection, to modify any choices

Modify Data  The menu selection uses a switch case, so as to get users input.  It appends the necessary changes and saves it to the file.

Delete Data  It gets the name to be deleted from the user interface, and uses seekg with offset zero to start reading the file.  It then just copies empty spaces to each of the parameters, and displays a successful statement

??Questions?? Please Feel Free to Ask Any Questions