Project 7: Northwind Traders Order Entry

Size: px
Start display at page:

Download "Project 7: Northwind Traders Order Entry"

Transcription

1 Project 7: Northwind Traders Order Entry 1

2 Northwinds Order Entry Extend the Select Customer program from Project 6 to permit the user to enter orders. Add orders to the database. Print invoices. Refer the Concept Document for background material: Downloads/Northwind_Call_Center/ Note: This project is just a start. It does not fully implement the system described in the Concept Document. 2

3 Database Tables Use copies of the Northwind Traders Database tables in your own database on scorpius. Do not use the real Northwind database, which is read only. You should have already added these tables to your scorpius database. If not, see slides 4-6 of 080_Databound_Controls.pdf 3

4 Orders Table For this project, use only OrderID, CustomerID, and OrderDate. Note that OrderID is an Identity field. 4

5 Order Details Table For this project, set Discount to Other columns will have real values. 5

6 Products Table For this project, ignore SupplierID, QuantityPerUnit, UnitsInStock, UnitsOnOrder, ReorderLevel, and Discontinued. 6

7 Entity Classes Define an Entity class corresponding to each database table used by the project. Customers Order Details Orders Products This can be done manually or with the Visual Studio ORM tool. 7

8 Database Classes Objects of Entity classes encapsulate information corresponding to one row of a database table. Use LINQ with these classes to perform database operations where appropriate. Some databound controls will not need to use LINQ. 8

9 Home Form Add a button to the Home Form labeled Enter Order. Enabled only when a customer is selected. This button brings up a new form that permits the user to enter an order for the selected customer. 9

10 Home Form 10

11 Order Entry Form 11

12 Order Entry Form The Category dropdown list is bound to the Categories table. Display Member: Category Name Value Member: CategoryID List never changes. When a category is selected, the Product list is set up with products having the selected category. 12

13 Order Entry Form The Product dropdown list is bound to the Products table, but only lists products in the selected category. We will look at how to do this in class. When a product is selected, its Unit Cost should appear in the Unit Cost textbox, a default value of 1 should appear in the Quantity textbox, and the Add to Order button should be enabled. 13

14 Adding an Item to the Order After selecting a product, the user can enter a different value into the Quantity textbox if desired. Must be a positive integer. Less than

15 Order Item Information Set Up 15

16 Adding an Item to the Order When the user clicks Add to Order, a line item is added to the order as shown in the DataGridView below the dropdown lists. At this time the Submit Order button should be enabled. It should be disabled until the first line item is added to the order. In this project, we will not implement reservations for products in pending orders as described in the concept document. 16

17 Order with One Line Item 17

18 Entering an Order The user can continue adding line items indefinitely. The user can click Cancel to delete the current order and return to the Home form. When all items have been entered, the user clicks Submit Order to add this order to the database. One row is added to the Orders table. One row is added to the Order Details table for each line item of the order. 18

19 Entering an Order When the user clicks Submit Order the Print Invoice button is enabled. The Submit Order button is now disabled. The text on the Cancel button becomes Return. User can no longer cancel the order. 19

20 Ready to Submit Order 20

21 After Order Entered 21

22 Print Invoice The Print Invoice button outputs order information to a printer. Use a Print Dialog to let the user select a printer. Always print all pages. OK to assume that the invoice fits on one page. Use a fixed width font for line items so that columns of numbers can be aligned. The Print Invoice requirement has been deleted. 22

23 Invoice The Print Invoice requirement has been deleted. 23

24 Implementation Specifications Use a DataGridView to show the line items of the order on the Order Entry form. Use a DataTable to hold the order information as the order is being entered. Do not put anything into the database until the user clicks Submit Order. 24

25 Implementation Specifications Declare the DataTable as a member of the Order Entry Form class. Add columns programatically in the form class constructor. Add rows to the DataTable as line items are added to the order. 25

26 Implementation Specifications Bind the DataGridView to the DataTable in the form class constructor. Set DataGridView column widths and style programatically 26

27 Ground Rules You may work with one other person. OK to work alone if you prefer. If you do work as a pair Both members are expected to contribute. Submit a single program. Both members should understand the program in detail. It is OK to discuss the project, but... Do not share your work with other students. Before or after submitting the project. Do not copy any other student s work. Don t look at anyone else s program. 27

28 Due Date Project is due before midnight, Wed. night, April 28. Sunday night, May 2 Deliverables: Entire project folder, zipped Please use Windows Send to command to zip the folder. Submit your project using the Blackboard Assignment for this class. If done as a pair, only one member should submit the project. Include both names in the assignment comments and in source file comments. Other student submit just a comment with both names. End of Presentation 28

Forms. Section 3: Deleting a Category

Forms. Section 3: Deleting a Category 9. If a category was NOT previously published, Authors may modify it by following the same procedures as an Administrator or Publisher. When the category is ready for publishing an Author must Save and

More information

Queries with Multiple Criteria (OR)

Queries with Multiple Criteria (OR) Queries with Multiple Criteria (OR) When a query has multiple criteria, logical operators such as AND or OR combine the criteria together. This exercise has two example questions to illustrate, in two

More information

Programming with ADO.NET

Programming with ADO.NET Programming with ADO.NET The Data Cycle The overall task of working with data in an application can be broken down into several top-level processes. For example, before you display data to a user on a

More information

ISM 4212/4480 Milestone V Submission Sample

ISM 4212/4480 Milestone V Submission Sample This document shows an example of what the entire turn-in documentation for a single team member s portion of Milestone V might look like. It uses the NorthWinds Traders database. Joe Smith Transaction:

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

FAU. How do I. Post course content? Folders

FAU. How do I. Post course content? Folders How do I Post course content? Content is made up of folders, files, links, and assessments (this will be covered on page ## or see separate documentation). It is basically anything you want to share with

More information

Hands-On Lab. Authoring and Running Manual Tests using Microsoft Test Manager 2010

Hands-On Lab. Authoring and Running Manual Tests using Microsoft Test Manager 2010 Hands-On Lab Authoring and Running Manual Tests using Microsoft Test Manager 2010 Lab version: 1.0.0 Last updated: 12/10/2010 CONTENTS OVERVIEW... 3 EXERCISE 1: AUTHORING A MANUAL TEST PLAN... 4 EXERCISE

More information

In this tutorial we will discuss different options available in the Options tab in EMCO Network Inventory 4.x.

In this tutorial we will discuss different options available in the Options tab in EMCO Network Inventory 4.x. In this tutorial we will discuss different options available in the Options tab in EMCO Network Inventory 4.x. Include Options Tab Basic Info: This option enables you to configure EMCO Network Inventory

More information

Exporting a Course. This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving.

Exporting a Course. This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving. Blackboard Tutorial Exporting a Course This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving. Exporting vs. Archiving The Export/Archive course

More information

Northwind Database. Sample Output from TechWriter 2007 for Databases

Northwind Database. Sample Output from TechWriter 2007 for Databases Table of Contents Northwind Database...3 Tables... 4 Categories...5 CustomerCustomerDemo... 6 CustomerDemographics... 7 Customers... 8 Employees...9 EmployeeTerritories... 11 Order Details... 12 Orders...

More information

************ THIS PROGRAM IS NOT ELIGIBLE FOR LATE SUBMISSION. ALL SUBMISSIONS MUST BE RECEIVED BY THE DUE DATE/TIME INDICATED ABOVE HERE

************ THIS PROGRAM IS NOT ELIGIBLE FOR LATE SUBMISSION. ALL SUBMISSIONS MUST BE RECEIVED BY THE DUE DATE/TIME INDICATED ABOVE HERE Program 10: 40 points: Due Tuesday, May 12, 2015 : 11:59 p.m. ************ THIS PROGRAM IS NOT ELIGIBLE FOR LATE SUBMISSION. ALL SUBMISSIONS MUST BE RECEIVED BY THE DUE DATE/TIME INDICATED ABOVE HERE *************

More information

Create a New Sale. Bank Cards. MasterCard Visa American Express Discover

Create a New Sale. Bank Cards. MasterCard Visa American Express Discover WEB TUTORIALS Create a New Sale Bank Cards MasterCard Visa American Express Discover THE AVFUEL HUB To begin, select Sale from the Transactions menu in the top navigation bar or the Transactions button

More information

Module 11: Implementing Triggers

Module 11: Implementing Triggers Module 11: Implementing Triggers Overview Introduction Defining Create, drop, alter triggers How Triggers Work Examples Performance Considerations Analyze performance issues related to triggers Introduction

More information

How to Process Accounts Payable Checks Starting with Version

How to Process Accounts Payable Checks Starting with Version How to Process Accounts Payable Checks Starting with Version 2017.1 Answer: Beginning with version 2017.1 of the MIP Fund Accounting software, Accounts Payable check processing will change. The process

More information

The first step you should take in order to be able to use the system is accessing our web page. Follow these steps to gain access to the system:

The first step you should take in order to be able to use the system is accessing our web page. Follow these steps to gain access to the system: User s Manual A. Requirements ASI on-line has been develop to be use with Microsoft Internet Explorer 5 or latter. You can download the latest version of the browser by logging into http://www.microsoft.com/downloads/search.asp

More information

Process a Refund. Bank Cards. MasterCard Visa American Express Discover

Process a Refund. Bank Cards. MasterCard Visa American Express Discover WEB TUTORIALS Process a Refund Bank Cards MasterCard Visa American Express Discover THE AVFUEL HUB To begin, select Refund from the Transactions menu in the top navigation bar or the Transactions button

More information

1. A Web Form created in Visual Basic can only be displayed in Internet Explorer. True False

1. A Web Form created in Visual Basic can only be displayed in Internet Explorer. True False True / False Questions 1. A Web Form created in Visual Basic can only be displayed in Internet Explorer. 2. Windows Explorer and Internet Explorer are Web browsers. 3. Developing Web applications requires

More information

Solutions to the Problems in SQL Practice Problems by Sylvia Moestl Vasilik. John Weatherwax

Solutions to the Problems in SQL Practice Problems by Sylvia Moestl Vasilik. John Weatherwax Solutions to the Problems in SQL Practice Problems by Sylvia Moestl Vasilik John Weatherwax 1 Text copyright c 2018 John L. Weatherwax All Rights Reserved Please Do Not Redistribute Without Permission

More information

Adding Items to the Course Menu

Adding Items to the Course Menu Adding Items to the Course Menu The course menu, located in the upper left of the screen, contains links to materials and tools within the course. To add more items to the menu, click the plus sign at

More information

Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part 4): SharePoint Designer

Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part 4): SharePoint Designer Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part 4): SharePoint Designer Applies to: Microsoft Office SharePoint Server 2007, Microsoft Office SharePoint Designer 2007 Explore

More information

2.1 Read and Write XML Data. 2.2 Distinguish Between DataSet and DataReader Objects. 2.3 Call a Service from a Web Page

2.1 Read and Write XML Data. 2.2 Distinguish Between DataSet and DataReader Objects. 2.3 Call a Service from a Web Page LESSON 2 2.1 Read and Write XML Data 2.2 Distinguish Between DataSet and DataReader Objects 2.3 Call a Service from a Web Page 2.4 Understand DataSource Controls 2.5 Bind Controls to Data by Using Data-Binding

More information

Working with Data in ASP.NET 2.0 :: Using Existing Stored Procedures for the Typed DataSet s TableAdapters Introduction

Working with Data in ASP.NET 2.0 :: Using Existing Stored Procedures for the Typed DataSet s TableAdapters Introduction 1 of 20 This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx.

More information

Developer s Tip Print to Scale Feature in Slide

Developer s Tip Print to Scale Feature in Slide Developer s Tip Print to Scale Feature in Slide The latest update to Slide 5.0 brings a number of improvements related to printing functionality, giving the user greater control over printed output. Users

More information

Tutorial. Unit: Interactive Forms Integration into Web Dynpro for Java Topic: Dynamically generated forms

Tutorial. Unit: Interactive Forms Integration into Web Dynpro for Java Topic: Dynamically generated forms Tutorial Unit: Interactive Forms Integration into Web Dynpro for Java Topic: Dynamically generated forms At the conclusion of this exercise, you will be able to: Generate a dynamic form within a Web Dynpro

More information

More Skills 11 Draw Tables and Convert Tables to Text. To complete this document, you will need the following file:

More Skills 11 Draw Tables and Convert Tables to Text. To complete this document, you will need the following file: CHAPTER 5 Word More Skills 11 Draw Tables and Convert Tables to Text Tables can be drawn or inserted into documents. As tables are created and modified, the size of the columns may need to be adjusted

More information

Professional Edition Tutorial: Basic Excel

Professional Edition Tutorial: Basic Excel Professional Edition Tutorial: Basic Excel Pronto, Visualizer, and Dashboards 2.0 Documentation Release 3/29/2017 i Copyright 2015-2017 Birst, Inc. Copyright 2015-2017 Birst, Inc. All rights reserved.

More information

Adding Emphasis to Video Content

Adding Emphasis to Video Content Adding Emphasis to Video Content Camtasia Studio: Windows From zooming/panning to adding callouts, there are numerous features in Camtasia studio to help you add emphasis to content in your videos. Preparation

More information

COPYRIGHTED MATERIAL. Chapter. Database Logical Modeling MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER:

COPYRIGHTED MATERIAL. Chapter. Database Logical Modeling MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Chapter 1 Database Logical Modeling MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Define entities. Considerations include entity composition and normalization. Specify entity attributes. Specify degree

More information

Downloading 2010 Census Data

Downloading 2010 Census Data Downloading 2010 Census Data These instructions cover downloading the Census Tract polygons and the separate attribute data. After that, the attribute data will need additional formatting in Excel before

More information

USING MICROSOFT ACCESS 2013 Guided Project 7-1

USING MICROSOFT ACCESS 2013 Guided Project 7-1 Guided Project 7-1 For this project, you enhance the functionality of a database for a friend s music collection. You use Design view to create a main form and a subform, and customize the form to add

More information

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

Content Collection. How to Access Content Collection. From the homepage: From a course:

Content Collection. How to Access Content Collection. From the homepage: From a course: Content Collection What is Content Management? Blackboard s Content Collection is a file repository which allows faculty to store, manage, and share content within personal user folders, course folders,

More information

Importing Static and Dated Announcements and Assignments

Importing Static and Dated Announcements and Assignments Importing Static and Dated Announcements and Assignments Static and dated Announcements and Assignments that are exported from UAS Online will be imported into Blackboard as HTML (web) pages. That is,

More information

HP Color LaserJet CP2020 Series Printer Print tasks

HP Color LaserJet CP2020 Series Printer Print tasks Cancel a print job Cancel a print job from the product control panel Press the Cancel Job (X) button on the control panel. NOTE: If the print job has proceeded too far, you might not have the option to

More information

How to Run Reports in Version 12

How to Run Reports in Version 12 How to Run Reports in Version 12 Reports are grouped by functional area Owner, Property, Tenant, Vendor, GL (Financial), Budget, etc. Each grouping has a report selection screen that includes a variety

More information

More Skills 11 Format and Position Report Controls

More Skills 11 Format and Position Report Controls = CHAPTER 5 Access More Skills 11 Format and Position Report Controls Controls can be aligned using buttons on the Ribbon. Using the Ribbon s alignment tools can be quicker and more accurate than positioning

More information

KALPA Professional Development Management System

KALPA Professional Development Management System KALPA Professional Development Management System Bulletin Board: The bulletin board or news page is a way for Kalpa administrators in your district to distribute information to you. The bulletin board

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

1. Open the Paragraph Formatting Data File (attached to Engrade with this worksheet).

1. Open the Paragraph Formatting Data File (attached to Engrade with this worksheet). Business Computer Applications I Lesson 2: Paragraph Formatting Paragraph Formatting 1. Open the Paragraph Formatting Data File (attached to Engrade with this worksheet). 2. Save as Paragraph Formatting

More information

Creating a Template in WordPerfect

Creating a Template in WordPerfect 1. File a. New From Project Creating a Template in WordPerfect b. Go to Options 2. Create A Category 1 3. Name it Family History (or a title of your choice) 4. Find Family History in the Drop down list

More information

Doc Server installation

Doc Server installation Advanced Business Manager Pty Ltd www.advancedbusinessmanager.com Support Bulletin # 114 ABM Doc Server Set Up Doc Server installation 1. Server Setup... 1 2. Queue Creation... 4 3. Workstation setup...

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

Introduction to Blackboard. Academic Technology & Distance Learning Department

Introduction to Blackboard. Academic Technology & Distance Learning Department Introduction to Blackboard Academic Technology & Distance Learning Department Fall 2013 Spring 2014 LANK ACADEMIC TECHNOLOGY & DISTANCE LEARNING DEPARTMENT Support and FAQs: http://www.ccsnh.edu/academics/online-learning-blackboard

More information

CLEANING AFTER A COURSE IMPORT TABLE OF CONTENTS

CLEANING AFTER A COURSE IMPORT TABLE OF CONTENTS CLEANING AFTER A COURSE IMPORT After completing an import from one course to a new course or semester, some cleanup may be necessary. TABLE OF CONTENTS Deleting Lessons area when using a differently titled

More information

MetaTrader 4 for Android. User Manual

MetaTrader 4 for Android. User Manual MetaTrader 4 for Android User Manual LOG IN After downloading and installing the terminal from the Google Play store you will see the Metatrader 4 icon added to your app list. Tap the Metatrader 4 icon

More information

Connecting SQL Data Sources to Excel Using Windward Studios Report Designer

Connecting SQL Data Sources to Excel Using Windward Studios Report Designer Connecting SQL Data Sources to Excel Using Windward Studios Report Designer Welcome to Windward Studios Report Designer Windward Studios takes a unique approach to reporting. Our Report Designer sits directly

More information

Working with Data in ASP.NET 2.0 :: Creating Stored Procedures and User Defined Functions with Managed Code Introduction

Working with Data in ASP.NET 2.0 :: Creating Stored Procedures and User Defined Functions with Managed Code Introduction 1 of 37 This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx.

More information

User Guide. Product Design. Version 2.2.2

User Guide. Product Design. Version 2.2.2 User Guide Product Design Version 2.2.2 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 PRODUCTS... 5 Creating a New Product... 5 Viewing and

More information

Create a New Sale. Aviation Cards. AIR Card Multi Service Aviation Avcard

Create a New Sale. Aviation Cards. AIR Card Multi Service Aviation Avcard WEB TUTORIALS Create a New Sale Aviation Cards AIR Card Multi Service Aviation Avcard THE AVFUEL HUB To begin, select Sale from the Transactions menu in the top navigation bar or the Transactions or Quick

More information

How to use data sources with databases (part 1)

How to use data sources with databases (part 1) Chapter 14 How to use data sources with databases (part 1) 423 14 How to use data sources with databases (part 1) Visual Studio 2005 makes it easier than ever to generate Windows forms that work with data

More information

Panopto and Blackboard Course Copy. St. Lawrence College

Panopto and Blackboard Course Copy. St. Lawrence College Panopto and Blackboard Course Copy 2018 St. Lawrence College Table of Contents Overview: Different Options for Copying Courses... 1 Options 1 and 2: Configuring your New Course with a New Panopto Folder...

More information

A. Lab # : BSBA BIS245A-1. B. Lab 1 of 7 : Introduction to MS Visio and MS Access. C. Lab Overview--Scenario/Summary. TCOs:

A. Lab # : BSBA BIS245A-1. B. Lab 1 of 7 : Introduction to MS Visio and MS Access. C. Lab Overview--Scenario/Summary. TCOs: A. Lab # : BSBA BIS245A-1 B. Lab 1 of 7 : Introduction to MS Visio and MS Access C. Lab Overview--Scenario/Summary TCOs: 1. Given a business situation in which managers require information from a database,

More information

READSPEAKER BLACKBOARD BUILDING BLOCK

READSPEAKER BLACKBOARD BUILDING BLOCK READSPEAKER BLACKBOARD BUILDING BLOCK System Administrator Guide Version 1.0.4 This guide is intended for Blackboard System Administrators and describes how to install and configure the ReadSpeaker. This

More information

Chrome. BruinMail BruinMail can be accessed at bruinmail.slcc.edu. Login using your MyPage username and password.

Chrome. BruinMail BruinMail can be accessed at bruinmail.slcc.edu. Login using your MyPage username and password. Google Tools Quick Start Guide At SLCC we encourage staff and faculty to use Google tools for collaborations and for additional storage space on the cloud. Since we are an.edu we have unlimited storage

More information

Laboratory Assignment #3 Eclipse CDT

Laboratory Assignment #3 Eclipse CDT Lab 3 September 12, 2010 CS-2303, System Programming Concepts, A-term 2012 Objective Laboratory Assignment #3 Eclipse CDT Due: at 11:59 pm on the day of your lab session To learn to learn to use the Eclipse

More information

This guide explains how to locate the tasks you need to perform in ACT Compass 5.0 and provides detailed steps for each task.

This guide explains how to locate the tasks you need to perform in ACT Compass 5.0 and provides detailed steps for each task. For: s and Test Center Admins This guide explains how to locate the tasks you need to perform in ACT Compass 5.0 and provides detailed steps for each task. CONTENTS Roles and s 2 Detailed Steps 3 Creating

More information

VS2010 C# Programming - DB intro 1

VS2010 C# Programming - DB intro 1 VS2010 C# Programming - DB intro 1 Topics Database Relational - linked tables SQL ADO.NET objects Referencing Data Using the Wizard Displaying data 1 VS2010 C# Programming - DB intro 2 Database A collection

More information

Chapter 4 at a Glance

Chapter 4 at a Glance Create a form by using a wizard, page 84 Refine form properties, page 86 Refine form layout, page 92 Add controls to a form, page 95 Use Visual Basic for Applications to enter data in a form, page 100

More information

Building Content elearning Blackboard Learn 9.1 for Faculty

Building Content elearning Blackboard Learn 9.1 for Faculty In the guide for adding content to both Content Folders and Learning Modules. Items: Items are versatile content types that can employ a variety of media and materials (P.1) Files: Single file uploads

More information

DEALER RESOURCE CENTER TUTORIAL

DEALER RESOURCE CENTER TUTORIAL DEALER RESOURCE CENTER TUTORIAL Please review the General System Requirements and Navigation rules below before proceeding. System Requirements Internet Access is required; the faster, the better. It is

More information

CST272 Getting Started Page 1

CST272 Getting Started Page 1 CST272 Getting Started Page 1 1 2 3 4 5 6 8 Introduction to ASP.NET, Visual Studio and C# CST272 ASP.NET Static and Dynamic Web Applications Static Web pages Created with HTML controls renders exactly

More information

Tips from the experts: How to waste a lot of time on this assignment

Tips from the experts: How to waste a lot of time on this assignment Com S 227 Spring 2018 Assignment 1 100 points Due Date: Friday, September 14, 11:59 pm (midnight) Late deadline (25% penalty): Monday, September 17, 11:59 pm General information This assignment is to be

More information

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it.

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it. Page 1 of 5 Working with SQL Server Management Studio SQL Server Management Studio (SSMS) is the client tool you use to both develop T-SQL code and manage SQL Server. The purpose of this section is not

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

Image Data Binding. Save images in database An image needs large amount of storage space. Only binary variable length fields may hold images.

Image Data Binding. Save images in database An image needs large amount of storage space. Only binary variable length fields may hold images. Image Data Binding Contents Save images in database... 1 Data Binding... 2 Update images... 3 Create method to select image into the Picture Box... 3 Execute SelectMethod when the Picture Box is clicked...

More information

Chapter 3. Windows Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

Chapter 3. Windows Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 3 Windows Database Applications McGraw-Hill 2010 The McGraw-Hill Companies, Inc. All rights reserved. Objectives - 1 Retrieve and display data from a SQL Server database on Windows forms Use the

More information

Submitting Assignments

Submitting Assignments Submitting Assignments Blackboard s assignments feature allows the instructor to assign coursework for you to submit electronically. First, you need to locate the assignment. Your instructor will place

More information

Oracle Academy Amazing Books Part 1: Building Tables and Adding Constraints

Oracle Academy Amazing Books Part 1: Building Tables and Adding Constraints Oracle Academy Amazing Books In this section, you use the Object Browser in Oracle Application Express to: Build the base tables for the project Add foreign key constraints Be sure to have a copy of the

More information

Programming Standards: You must conform to good programming/documentation standards. Some specifics:

Programming Standards: You must conform to good programming/documentation standards. Some specifics: CS3114 (Spring 2011) PROGRAMMING ASSIGNMENT #3 Due Thursday, April 7 @ 11:00 PM for 100 points Early bonus date: Wednesday, April 6 @ 11:00 PM for a 10 point bonus Initial Schedule due Thursday, March

More information

Layout. Usual menu tabs. Top toolbar. Right toolbar. Left toolbar. Work area

Layout. Usual menu tabs. Top toolbar. Right toolbar. Left toolbar. Work area Layout Top toolbar Usual menu tabs Left toolbar Right toolbar Work area Layout - left toolbar Contains tools like textbox, mediabox, line etc. Textbox tool Mediabox tool Layout - top toolbar Edit size,

More information

Working with Data in ASP.NET 2.0 :: Custom Formatting Based Upon Data Introduction

Working with Data in ASP.NET 2.0 :: Custom Formatting Based Upon Data Introduction This tutorial is part of a set. Find out more about data access with ASP.NET in the Working with Data in ASP.NET 2.0 section of the ASP.NET site at http://www.asp.net/learn/dataaccess/default.aspx. Working

More information

Course Notes for Students

Course Notes for Students Course Notes for Students OVERVIEW The new Course Notes feature allows students to capture their ideas, key concepts, questions, and other notes while learning course content in Pearson Connexus. Notes

More information

AURUM Metro Navigation

AURUM Metro Navigation AURUM Metro Navigation End User Document Version 1.0 Oct 2016 Table of Contents 1. Introduction... 3 2. Initialization... 4 2.1 Create Metro Navigation List... 4 2.1.1 Adding the Metro Navigation Web part...

More information

Chapter 10. Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

Chapter 10. Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 10 Database Applications McGraw-Hill 2010 The McGraw-Hill Companies, Inc. All rights reserved. Chapter Objectives Use database terminology correctly Create Windows and Web projects that display

More information

Instructions for Using PEP Enhancements. Create a Template for Multiple Enrollment Applications

Instructions for Using PEP Enhancements. Create a Template for Multiple Enrollment Applications Instructions for Using PEP Enhancements Information posted April 23, 2010 Enhancements to Provider Enrollment on the Portal (PEP) will be implemented on May 3, 2010. Providers and account administrators

More information

Vision Municipal Solutions. How To Manual. Vision W2 s & 1099 s for ASP Budget and Payroll

Vision Municipal Solutions. How To Manual. Vision W2 s & 1099 s for ASP Budget and Payroll Vision Municipal Solutions How To Manual Vision W2 s & 1099 s for ASP Budget and Payroll John Engebretson 12/20/2008 Contents Purchasing ASP forms... 3 Processing Form 1099-MISC... 4 Processing Form W2...

More information

Educational Technology York College / CUNY

Educational Technology York College / CUNY How to Use itunes U ( A tutorial for Instructors) 1. Go to your course site, and click Control Panel. 2. Click Manage Tools under Course Options panel. 3. Click Building Block Tool Availability. 1 4. The

More information

Windows Database Applications

Windows Database Applications 3-1 Windows Database Applications Chapter 3 In this chapter, you learn to access and display database data on a Windows form. You will follow good OOP principles and perform the database access in a datatier

More information

MICROSOFT POWERPOINT BASIC WORKBOOK. Empower and invest in yourself

MICROSOFT POWERPOINT BASIC WORKBOOK. Empower and invest in yourself MICROSOFT POWERPOINT BASIC WORKBOOK Empower and invest in yourself 2 Workbook Microsoft PowerPoint Basic onlineacademy.co.za MODULE 01 GETTING STARTED WITH POWERPOINT 1. Launch a blank PowerPoint presentation.

More information

Microsoft Office. Access Tutorial Part 2

Microsoft Office. Access Tutorial Part 2 Microsoft Office Access 2013 Tutorial Part 2 An Introduction to Access 2013 Creating Reports and Forms for Tables Author Sandra Dyke https://sites.google.com/site/sandrascourses/ This work is licensed

More information

Table of Contents 1. Introduction to SmartScan Label Link Using SmartScan Label Link Using the Labeler Software...

Table of Contents 1. Introduction to SmartScan Label Link Using SmartScan Label Link Using the Labeler Software... Table of Contents 1. Introduction to SmartScan Label Link 3.0 2 Getting Started...2 Startup Checklist...2 Installing SmartScan Label Link...3 Registering SmartScan Label Link...3 Working with QuickBooks...4

More information

Connecting XML Data Sources to Word Using Windward Studios Report Designer

Connecting XML Data Sources to Word Using Windward Studios Report Designer Connecting XML Data Sources to Word Using Windward Studios Report Designer Welcome to Windward Studios Report Designer Windward Studios takes a unique approach to reporting. Our Report Designer sits directly

More information

Formatting Spreadsheets in Microsoft Excel

Formatting Spreadsheets in Microsoft Excel Formatting Spreadsheets in Microsoft Excel This document provides information regarding the formatting options available in Microsoft Excel 2010. Overview of Excel Microsoft Excel 2010 is a powerful tool

More information

Step 4 Part F - How to Download a Video on YouTube and Delete a Video

Step 4 Part F - How to Download a Video on YouTube and Delete a Video Step 4 Part F - How to Download a Video on YouTube and Delete a Video When you finish Edit your Video on your YouTube account and save it or save as new Video, you may want to Download it to your computer.

More information

DealerCONNECT > Sales > Sales Reporting > Service Contract Sales. Sales. Sales Reporting. Service Contract Sales

DealerCONNECT > Sales > Sales Reporting > Service Contract Sales. Sales. Sales Reporting. Service Contract Sales DealerCONNECT > Sales > Sales Reporting > Service Contract Sales Sales Sales Reporting Service Contract Sales Monday, October 27, 2003 Table of Contents Service Contract Sales Service Contract Sales and

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

More information

Aitoc. Smart Reports User Manual for Magento

Aitoc. Smart Reports User Manual for Magento Smart Reports User Manual for Magento Table of Contents 1. Enabling the extension in Magento. 2. Generating a report. 3. Use case: weekly Sales by SKU via email. 4. Managing report profiles. 5. Configuring

More information

Server Manager User and Permissions Setup

Server Manager User and Permissions Setup Login and Security Once you successfully create your company databases, the next step is to define the groups and users that can access the TRAVERSE data and the functionality they will have within the

More information

Camtasia Studio: Windows

Camtasia Studio: Windows Adding Camtasia Videos to Blackboard using Kaltura Camtasia Studio: Windows Share video on Blackboard Complete your movie project Use the Camtasia Studio s editing and effects tools to make all desired

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

Please note, if you have not already received your log-on details, please contact the WEEE Blackbox Helpdesk directly on

Please note, if you have not already received your log-on details, please contact the WEEE Blackbox Helpdesk directly on Tyre Producer- Making a Tyre Submission To access the WEEE Blackbox website, type the following link into your internet browser: https://www.prlblackbox.ie/. The following screen should appear: Please

More information

COOKBOOK Creating an Order Form

COOKBOOK Creating an Order Form 2010 COOKBOOK Creating an Order Form Table of Contents Understanding the Project... 2 Table Relationships... 2 Objective... 4 Sample... 4 Implementation... 4 Generate Northwind Sample... 5 Order Form Page...

More information

Access Objects. Tables Queries Forms Reports Relationships

Access Objects. Tables Queries Forms Reports Relationships Access Review Access Objects Tables Queries Forms Reports Relationships How Access Saves a Database The Save button in Access differs from the Save button in other Windows programs such as Word and Excel.

More information

USING PANOPTO ON A WINDOWS MACHINE

USING PANOPTO ON A WINDOWS MACHINE USING PANOPTO ON A WINDOWS MACHINE Recording and posting a Panopto video on Blackboard requires the following steps: STEP 1: Connecting Panopto to Your Blackboard Course STEP 2: Installing Panopto Recorder

More information

Forms Builder Module v Create, administer, and complete electronic forms in the Passageways portal.

Forms Builder Module v Create, administer, and complete electronic forms in the Passageways portal. Forms Builder Module v4.11.1 Create, administer, and complete electronic forms in the Passageways portal. Contents Section 1. Overview... 1 Section 2. Module Properties... 1 Section 3. The Form Building

More information

Out-of-State Tobacco Products Wholesale Dealer s Report

Out-of-State Tobacco Products Wholesale Dealer s Report Out-of-State Tobacco Products Wholesale Dealer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not

More information

8. Printing and exporting portfolio information

8. Printing and exporting portfolio information 8. Printing and exporting portfolio information Portfolio Manager provides a variety of options for customizing and printing reports of portfolio account information. For batch printing, you can specify

More information

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit.

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit. Com S 227 Fall 2017 Miniassignment 1 50 points Due Date: Monday, October 16, 11:59 pm (midnight) Late deadline (25% penalty): Tuesday, October 17, 11:59 pm General information This assignment is to be

More information

Tutorial 2: Queries and Reports

Tutorial 2: Queries and Reports Tutorial 2: Queries and Reports This tutorial covers construction of queries using Microsoft Access query by example (QBE) tool and report writer. In this tutorial, you will extend the Infinity Computers

More information

Café Soylent Green Chapter 12

Café Soylent Green Chapter 12 Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CS6. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping quite

More information