Enhance InfoPath form with Validation, Formatting and Lookups

Size: px
Start display at page:

Download "Enhance InfoPath form with Validation, Formatting and Lookups"

Transcription

1 Enhance InfoPath form with Validation, Formatting and Lookups I am starting with this form here, this InfoPath form, which was just recently converted from a word document. Let me show you the word document quickly. It is called the Resource Provisioning Form and looks very similar to the InfoPath form that I just showed. The dash lines have been converted into text boxes, the brackets with one space have been converted into check boxes, and the check box controls, form field controls have also been converted into check boxes in the InfoPath form, the Application Name table has been converted into a repeating table and these dash lines for notes have been converted into a rich text area, so all that stuff has been done. What I want to do now is to manipulate these fields that have been imported to make them the way I want them to look and to have them behave the way that I wanted to behave. So for example, the name field should be a required field, the date field should be listed as date and it should be read only afterwards and many things like that I would like to do with the form to make it consumable by a person and be efficient for use. Okay, so first I am going to double click on the Name field, and easy as this, clicking on Cannot be blank makes it a required field. Great! For the Date, I want this Date field to not be a text box the way it is right now, I would like it to be a Date Picker Control, which InfoPath provides to me. So, I am going to right click on this field, click on Change To, and pick the Date Picker field, just like that this has been converted into a Date Picker Control now. Same thing I want to do for the Date of Hire, right click, Change To, Date Picker, alright. For the Date field, I want this to display today s date and I want this to not be changeable by the user, so I will double click on this, and first of all let me change this data type to Date. It should not be a text. And now for the default value, click on f x then Insert Function, and I want to choose the today function which returns the current system date. Great, click on Apply. Now I want this to be a Read only field so nobody can change it. Usually, if the readonly option is available, it is displayed in one of these tabs, but there is no Read only option here, so I need to use a work

2 round to make this field Read only. I want to use what is Conditional Formatting, I will Add a condition. If the Date, which is this field is not blank and which it is not going to be ever because it is populating the today s date in the Date field, so this condition will always return true, so I am going to say that when this is true make this field Read only, OK, OK and OK. Now, for this Date of Hire field, I want this date to never be after today s date, so this Date of Hire field should never be greater than the Date field. Let me double click on this field, and put a Data Validation rule in there. Add Date of Hire if it is greater than, then let us pick the Date field, which is right here. If the Date of Hire is ever greater than Date, put up a ScreenTip saying that Invalid Date of Hire, the Date of Hire cannot be greater than today s date, and I will have a Show dialog box message if this is true, click OK, click OK and I believe that is it. Let me go ahead and change the Data Type also to Date, and that should do it. The next thing is I would like these checkboxes to not be checkboxes anymore, I want them to be radio buttons. So when somebody is filling out this form, they can only select one department and not all three or two of them. So to do that, I need to click on all three, and I am going to push the Ctrl key down and select all three fields, and then right click on them Change To Option Button. Alright, it is as simple as that, and it has changed this to an Option Button group, but now it has named the group Field3, as I hover over, they will all show the exact same name because that is exactly what it is. This is one field with three different options. I can click on any of these radio buttons and it shows me the field name as Field3. Let me go ahead and change that to Department. And as it says, because I clicked on the Sales Department, it shows me that the value is going to be Sales when this radio button is selected. Click OK, and just to verify I will hover over the other ones, and here we go, everything has been changed to Department. Okay now, what I want to do is whenever I select on either of these Departments Sales, IT or HR I want the Department Head to automatically be populated. Well, it has to get the data from somewhere and that somewhere is going to be the Human Resources Site on SharePoint. I want to click on the Department Heads List, which shows all the different Departments Sales, HR and

3 IT, and the Department Head for each department. So the names Sales, HR, and IT are under the Department column heading while the Department Heads are under the Department Head column heading. Okay so keeping that in mind, what I am going to do first is make a connection. Tools Data Connections Add Create a New Connection to Receive Data, and we are receiving from a SharePoint Library or List. Let us take the URL for this site, copy on the clipboard and put it in the InfoPath Next, and authenticate with my name, okay Department Heads is the list that I want to get the information from. So I will click on Next. And here is all the different fields that I can bring in. I will go ahead and bring in these default fields Department, Department Head, Head , Resource Manager, and Manager click on Next Next, and it is naming, this connection I am making it is naming it Department Heads, which is fine with me Close. Now, every time this selection changes, I want the Department Head text box to change as well. So, I will double click on this Department radio button, click on Rules, which says The rules apply, the actions get applied every time the value in this controls change. So I will click on Rules and Add a new rule. Action for this rule is going to be to Set a field s value. The fields that I want to select, I will select this, the field is going to be Department Head in the form, and what I want to set it to is actually coming from the secondary data connection to the SharePoint list. Let me click on the f x button, click on Insert Field or Group, and right now the data source is Main, which is the form data source, I am going to change this data source to be Department Heads, which is the secondary data source pointing to the SharePoint list, and I will expand these nodes here to find the field that I am looking for, which is the Department Head field. Now, I need to of course bring back the Department Head, but not any Department Head, I need to bring back the Department Head, which corresponds to the Department that was selected in the form. So while I have this Department Head selected here, I am going to click on Filter Data, and then Add a Filter, and the Filter is going to say that When the Department in the secondary data source of a SharePoint list is equal to, and let us Select a Field or Group, and go back to Main data source and the Department field in the form, which happens to be this one right here. Okay, so when the Department of the secondary data source is equal to the Department in this primary data source, which happens to be the form, bring me back that Department Head name, and populate that in this field, that

4 is what I am saying. So I am clicking OK to get out of here, lots of clicking OKs, alright done here. Let us look at the bottom to see if there is anything else that needs to be done. Now, the equipment, that is fine, I am just going to leave those as checkboxes. Application Name looks okay as well. Now, the name of the text box might need to be changed to Application Name instead of the Field1, so let me double click on that, and type in Application Name here. Also the Notes field at the bottom, this is named Field 2, I am going to go ahead and rename that to Notes. Great, okay so, now that is all set and done, I am going to go ahead and check this form to make sure it is working properly, click on preview, let us see if we can connect over here, Yes, and this is just asking me if it is ok for this form to go through the SharePoint list to go to the data? and I just said, yes it is fine. Okay so, Name field is, it just cannot be blank, meaning that it is a mandatory field, the required field, I have to fill in something, so fill in my name; I can fill something in as well; Date is Read Only, so if I click on the Date picker here, it does not do anything, and I can t type anything in there; Date of Hire, if I try to put in a date that is after today, it gives me a dialogue box saying that Invalid Date of Hire, Date of Hire cannot be greater than today s date, great, let me go ahead and choose something before today; for the Department Head let me click on Sales Department and there we go, it brings back Brandon Olson, IT brings back Greg Lloyd, HR brings back Marty Hester, now all these things are coming up of course from the SharePoint list. One thing that I could also do is not let the user change this name, so right now they are being able to edit the Department Head field, I want this to be read only field so I want to click on Close Preview, go to the Department Head, double click on this text box, the Display tab here does have a readonly checkbox, so as simple as that. Just to make sure, let us click on Preview, and now I cannot type into Department Head field, but it is fillable using these options Sales, IT or HR. Great! Now one other thing that I think would be really cool is if I can fill in the field directly, so I do not have to ask the person for their , I can just fill in the field and maybe other fields as well. But let us focus on the field for right now. If I can take the user who signed in, look up their E mail, and be able to fill that in directly, so E mails

5 and other information is located in Active Directory, of course, in every organization. From Active Directory, it gets imported into the profile database of SharePoint, I can use this form to get to the profile database and get the E mail for this person, whoever signed in, and populate that here. So I will click on Close Preview. The way to do that is through a web service. There is lots of web service that come out of the box with SharePoint and I am going to show you how you can look at the web services here. So Start Administrative Tools Internet Information Services Manager, so here Internet Information Services also known as IIS. I am going to click on SERVER 1 click on Web Sites and go down to the site that I am working with right now, which is Adventure Works that is the portal that I am working with _vti_folder. I have all my web services right here. Now, the way to spot a web service is to look at the extension of this file, if there is an asmx file, this one, this one, this one, all these are web services, so the one that I am looking for actually is called userprofileservice, right here, I want to connect to this userprofileservice in order to get my E mail for the user. Okay, so I will come back to my InfoPath form. Let us make a new connection, Tools Data Connections Add, this time I am making connection to Receive Data, receiving it from a web service and the web service happens to be the and here we go, actually it is showing up here in the selection box, so is what I want to point to. Click on Next, so these are all the different methods, which are in this web service. I can choose any method to bring back whatever kind of data that I want. I want to use the GetUserProfileByName method where I can pass the person s account name, which is the one that the person is signed in with and it returns back all the different name value pairs of all different fields for this user. So their First Name, Last Name, Account Name, E mail, Phone and everything else. Click on Next. So, it is telling me that it is looking for the Account Name parameter and I do not need to set it right now because automatically it is going to pick it up when my form opens up Next Next, it is going to name this GetUserProfileByName data connection, that is fine with me Finish Close.

6 Now I want to see exactly what is being brought back. So, I am going to go first of all click on View Task Pane, here is my Task Pane that I need, I go to Design Tasks go to Data Source, and here if I change the Data Source from Main to GetUserProfileByName (Secondary) Data Source, it shows me that under datafields, going down expanding three different nodes here, it brings me name and subsequent value pairs for lots of different fields. Now, it is difficult to determine exactly what that means looking at this node over here, so I am going to take this whole thing over here, the property data and drag it on to the page temporarily just to see exactly how this looks. When I drag it and let it go, it asks me that do you want to put this in as a Repeating Table or Repeating Section or what, so I will do it as a Repeating Table, okay. The columns that I am interested in are Name and Values, so let me go ahead and make them bigger. Make this text box bigger as well. Alright, so I want to see the name and the subsequent value for each different property that is being returned. As a repeating table that is going to be rendered at run time, not at design time, which is what I am in right now, so I am going to run it by clicking on Preview, then click on Yes here for connecting to the SharePoint list and the web service out there. Alright, let us see how it looks, here we go, so once again it is bringing back the name and value pairs, so the account name the value pair for that is awbikes/asif. FirstName value is Asif, Last Name is Rehmani. Now I am looking for the E mail, Workphone, Office, Department, lots of different values that is bringing back. Okay, so here is the name value pair for work E mail, but I am seeing that there is no value, there is no Work or E mail for me in the Active Directory database right now, so it is going to bring back no, nothing. So, what I want to do is, let us see, let us test it out to make sure it is going to bring something back. I will log in as a different user who does have a value for the Work , and see exactly what they see. Let me go ahead and close this preview and close the InfoPath form, save it. I will save it just the way it is. Now I will go in and I am going to remote desktop as Ben. Ben is another user who does happen to have a Work in the Active Directory. Okay so Ben is signed in right now, so let me go ahead and open up Windows Explorer and then navigate to my documents. These were documents that belonged to me, so it is going to be under C\Documents and Settings\Asif and then under

7 Asif s documents and Word Excel, okay so here it is. Resource Provisioning Form_tables is the one. Let us right click and click on Design, so it opens up the form. Now I want to see the preview of this form, click on Preview, okay click on Yes. As Ben is signed in right now, it is showing the values for Ben, Ben Burton, Preferred Name being Ben Burton together, and all the way down let us look at the Work , the Work is listed as ben@awbikes.local and that is coming from Active Directory to profile database, and it is being brought in from profile database here. Okay, so let us just stay signed in as Ben Burton and change this and configure this text box to pull that Work . So double click on the and for the default value, I am going to click on the f x and say that, click on Insert Field or Group and the field that I am interested in is the secondary data connection for GetUserProfileByName, under datafields, here it is, value is what I am looking for, so I am looking for the value, which is going to be the and since it is a name value pair the name at that time is going to be Work , so under the Work name, it is going to show me the value which is ben@awbikes.local. So I need to filter on name, let us click on Filter Data Add and filter on name right here, when name is equal to and I am going to type in text over here, and that is going to be Work , that is the parameter that I am looking for, Work . Click OK and OK, OK, OK, and OK. Now let us see how this works. So I will click on Preview. Here we go. The field now shows ben@awbikes.local. Alright, so that is how I was able to get all the information from Active Directory, take the field and populate that into this text box. And I could have done the exact same thing for Name and for other values as well if I wanted to, but currently the way we have it configured is all these different text boxes and checkboxes and all of them have different validation and conditional formatting and lookup set on it, so it is just a more productive and efficient use of this form that has been created. So one last thing I am going to go ahead and sign out of here. Let us save this form, log off, and I will still be logged in as myself, which is Asif. I am going to go to My Documents, open up the Resource Provisioning Form_tabes.xsn in Design mode, and make sure that when I do a preview here, it should show me nothing actually for the because Asif does not have an in the Active Directory. And just to perform some cleanup, click on Close Preview and do not forget to take

8 out this table, we do not need this table anymore, this was just for temporary basis. So let us go ahead and select that and take it out. And that is how you can make a fully functional form InfoPath form, which has been converted from a Word document.

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement

Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement 60 Minutes of Outlook Secrets Term Definition Introduced in: This option, located within the View tab, provides a variety of options to choose when sorting and grouping Arrangement messages. Module 2 Assign

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

Workshop. Import Workshop

Workshop. Import Workshop Import Overview This workshop will help participants understand the tools and techniques used in importing a variety of different types of data. It will also showcase a couple of the new import features

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

SharePoint SITE OWNER TRAINING

SharePoint SITE OWNER TRAINING SharePoint SITE OWNER TRAINING Contents Customizing Your Site... 3 Editing Links...4 Give the site a new look...5 Changing Title, Description, or Logo...6 Remove the Getting Started Icons...6 Adding Apps

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com Weebly Tutorial Tutorial #1: Signing Up: Welcome to this tutorial. I m going to show you how to sign up for an account with Weebly so you can start building your eportfolio. Go to www.weebly.com. You can

More information

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again.

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again. 4HOnline USING AND CREATING REPORTS Created: October 14, 2013 OVERVIEW 4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

Subversion was not there a minute ago. Then I went through a couple of menus and eventually it showed up. Why is it there sometimes and sometimes not?

Subversion was not there a minute ago. Then I went through a couple of menus and eventually it showed up. Why is it there sometimes and sometimes not? Subversion was not there a minute ago. Then I went through a couple of menus and eventually it showed up. Why is it there sometimes and sometimes not? Trying to commit a first file. There is nothing on

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

Programming and Data Structure

Programming and Data Structure Programming and Data Structure Dr. P.P.Chakraborty Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 09 Problem Decomposition by Recursion - II We will

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Document Version: 1.0 Solution Version: 365.062017.3.1 Table of Contents Product Overview... 3 How to Install and Activate Attachment to SharePoint Solution?... 4 Configuration Settings in Attachment

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

Dealing with the way Mail Merge changed in MS Word 2003

Dealing with the way Mail Merge changed in MS Word 2003 Dealing with the way Mail Merge changed in MS Word 2003 Go From This: To This: The New and Improved Mail Merge Mail Merge has changed dramatically from the older versions of Word. They just forgot to tell

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2011 2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU

More information

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9 Teacher Guide 1 Henry County Middle School EDLINE March 3, 2003 This guide gives you quick instructions for the most common class-related activities in Edline. Please refer to the online Help for additional

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Introduction to Access 97/2000

Introduction to Access 97/2000 Introduction to Access 97/2000 PowerPoint Presentation Notes Slide 1 Introduction to Databases (Title Slide) Slide 2 Workshop Ground Rules Slide 3 Objectives Here are our objectives for the day. By the

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

MODULE 4: ACTIVE DIRECTORY WEB SERVICE

MODULE 4: ACTIVE DIRECTORY WEB SERVICE MODULE 4: ACTIVE DIRECTORY WEB SERVICE Active Directory includes a wealth of information about your company s organization. This module will show you how to auto-populate fields in your InfoPath form with

More information

SharePoint AD Administration Tutorial for SharePoint 2007

SharePoint AD Administration Tutorial for SharePoint 2007 SharePoint AD Administration Tutorial for SharePoint 2007 1. General Note Please note that AD Administration has to be activated before it can be used. For further reference, please see our Product Installation

More information

Easily Harness the power of Azure in your SharePoint Forms by integrating Infowise Ultimate Forms and Azure Logic Apps

Easily Harness the power of Azure in your SharePoint Forms by integrating Infowise Ultimate Forms and Azure Logic Apps Easily Harness the power of Azure in your SharePoint Forms by integrating Infowise Ultimate Forms and Azure Logic Apps Sales: sales@infowisesolutions.com Support Issues: support@infowisesolutions.com General

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Getting Started with Word

Getting Started with Word Getting Started with Word gcflearnfree.org/print/word2016/word-2016-28 Introduction Microsoft Word 2016 is a word processing application that allows you to create a variety of documents, including letters,

More information

MAM/MDB: CELUM5 Tutorial

MAM/MDB: CELUM5 Tutorial MAM/MDB: CELUM5 Tutorial Login... 3 Change Password... 4 Navigation... 5 Dashboard... 5 Main menu... 6 Quick search... 6 User Menu... 6 Action toolbar and View... 7 Action toolbar... 7 View... 8 Assets/Nodes...

More information

Highlight the s address (example: and go to the top of the page and click on Insert

Highlight the  s address (example: and go to the top of the page and click on Insert Contents Linking an email address... 2 LINK AN IMAGE... 2 TO LINK TO A DOCUMENT... 3 How to update the Quick Links.... 6 Changing out a Quick link.... 9 LINKS Linking an email address Highlight the emails

More information

CEDMS User Guide

CEDMS User Guide CEDMS 5.3.1 User Guide Section Page # Section 1 User Interface 2 CEDMS DM Toolbar 2 Navigation Pane 3 Document List View Pane 3 Add-on Pane 3 Section 2 Saving and Importing Documents 4 Profile Form 4 Saving

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

Keep Track of Your Passwords Easily

Keep Track of Your Passwords Easily Keep Track of Your Passwords Easily K 100 / 1 The Useful Free Program that Means You ll Never Forget a Password Again These days, everything you do seems to involve a username, a password or a reference

More information

Polygon Modeling Basics Chapter 1 - Vertices

Polygon Modeling Basics Chapter 1 - Vertices Polygon Modeling Basics Chapter 1 - Vertices In this tutorial we will cover the basic tools necessary for Polygon Modeling using the Vertex sub-object selection. It is less of a how to tutorial and more

More information

Creating a MOM 2005 Peformance Graph Report From a Template

Creating a MOM 2005 Peformance Graph Report From a Template Creating a MOM 2005 Peformance Graph Report From a Template Last Reviewed: Product Version: Reviewed By: Latest Content: October 17, 2005 MOM 2005 Justin Harter http://spaces.msn.com/members/jharter 1

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2010 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU

More information

How do I use BatchProcess

How do I use BatchProcess home news tutorial what can bp do purchase contact us TUTORIAL Written by Luke Malpass Sunday, 04 April 2010 20:20 How do I use BatchProcess Begin by downloading the required version (either 32bit or 64bit)

More information

Templates and Forms A Complete Overview for Connect Users

Templates and Forms A Complete Overview for Connect Users Templates and Forms A Complete Overview for Connect Users Chapter 1: Introduction... 3 Chapter 2: Microsoft Online Templates... 3 Word Templates... 3 Template Details... 4 Create a Template... 4 Update

More information

Using Jive for Outlook

Using Jive for Outlook Using Jive for Outlook TOC 2 Contents Using Jive for Outlook...3 Client System Requirements... 3 Getting Started with Jive for Outlook... 3 Jview and View as email...4 Viewing Social Information... 4 Finding

More information

The Stack, Free Store, and Global Namespace

The Stack, Free Store, and Global Namespace Pointers This tutorial is my attempt at clarifying pointers for anyone still confused about them. Pointers are notoriously hard to grasp, so I thought I'd take a shot at explaining them. The more information

More information

Kona ALL ABOUT FILES

Kona ALL ABOUT FILES Kona ALL ABOUT FILES February 20, 2014 Contents Overview... 4 Add a File/Link... 5 Add a file via the Files tab... 5 Add a file via a conversation, task, or event... 6 Add a file via a comment... 7 Add

More information

Lutheran High North Technology The Finder

Lutheran High North Technology  The Finder Lutheran High North Technology shanarussell@lutheranhighnorth.org www.lutheranhighnorth.org/technology The Finder Your Mac s filing system is called the finder. In this document, we will explore different

More information

Lesson 9 Transcript: Backup and Recovery

Lesson 9 Transcript: Backup and Recovery Lesson 9 Transcript: Backup and Recovery Slide 1: Cover Welcome to lesson 9 of the DB2 on Campus Lecture Series. We are going to talk in this presentation about database logging and backup and recovery.

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

Photoshop Fundamentals

Photoshop Fundamentals Lesson 3 Photoshop Fundamentals Photoshop Fundamentals How to Navigate your Document Zooming in and out To zoom in and out on your Photoshop document, hold down the Command key (Ctrl on Win) and press

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

TRAINING GUIDE. ArcGIS Online and Lucity

TRAINING GUIDE. ArcGIS Online and Lucity TRAINING GUIDE ArcGIS Online and Lucity ArcGIS Online and Lucity This covers some basic functionality we feel you will need to be successful with Lucity with ArcGIS Online or Portal for ArcGIS Enterprise.

More information

Creating a Presentation

Creating a Presentation Creating a Presentation You will need to create a basic presentation before you can work with the advanced features of PowerPoint. 1 Exercise #1 Creating the Basic Presentation (1) Open Microsoft PowerPoint

More information

EDITING AN EXISTING REPORT

EDITING AN EXISTING REPORT Report Writing in NMU Cognos Administrative Reporting 1 This guide assumes that you have had basic report writing training for Cognos. It is simple guide for the new upgrade. Basic usage of report running

More information

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet.

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet. Mr G s Java Jive #2: Yo! Our First Program With this handout you ll write your first program, which we ll call Yo. Programs, Classes, and Objects, Oh My! People regularly refer to Java as a language that

More information

Learn a lot beyond the conventional VLOOKUP

Learn a lot beyond the conventional VLOOKUP The Ultimate Guide Learn a lot beyond the conventional VLOOKUP Hey there, Howdy? =IF ( you are first timer at Goodly, Then a very warm welcome here, Else for all my regular folks you know I love you :D

More information

Lime Survey is a survey tool hosted internally at the University.

Lime Survey is a survey tool hosted internally at the University. Lime Survey What is LimeSurvey? Lime Survey is a survey tool hosted internally at the University. Why would I use LimeSurvey? Compared with other tools like Course Resources or Microsoft Forms, Lime Survey

More information

Dreamweaver: Web Forms

Dreamweaver: Web Forms Dreamweaver: Web Forms Introduction Web forms allow your users to type information into form fields on a web page and send it to you. Dreamweaver makes it easy to create them. This workshop is a follow-up

More information

Using PowerPoint - 1

Using PowerPoint - 1 Using PowerPoint - 1 Introduction to the course. Before we start, we need to know what power point is. I m sure most of you know about ppt, but for those of you who may be new to this: [1a-c] When you

More information

USER GUIDE. PowerSurvey CRM 2013/2015

USER GUIDE. PowerSurvey CRM 2013/2015 USER GUIDE PowerSurvey CRM 2013/2015 Contents Overview Creating PowerSurveys Survey Fields Add an Image to the Banner Area Preview Adding Questions to a Survey Question Types Add a Survey Question through

More information

Making a maze with Scratch

Making a maze with Scratch Making a maze with Scratch Can you make it to the end? Student guide An activity by the Australian Computing Academy Let s go! Step 0: Get started Go to www.scratch.mit.edu Sign in with the username and

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2003 Email User s Guide Revision 1.0 11/10/2007 This document covers how to use Microsoft Outlook 2003 for accessing your email with the NCMail Exchange email system. The syntax

More information

How To Use My Alternative High

How To Use My Alternative High How To Use My Alternative High Preface Preface I put this together to address the issues and questions that come up all the time in class, especially for newer students. Preface I did this so that I could

More information

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX16 EX17 Copying Worksheets Page EX337 Grouping Worksheets Pages EX330 EX332 Multi-Sheet Cell References Page

More information

Explorer View document libraries, 165 form library, 183

Explorer View document libraries, 165 form library, 183 Index A Actions section Add Listing link, 18 Add News link, 29 Add Person link, 20 Advanced Search Link, 41 Change Location link, 19 Change Settings link, 13 Create Subarea link, 13 Edit Page link, 21

More information

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop Power BI Desktop In this tutorial, you will learn how to import a table of data from a Web page and create

More information

SHOWING SUITE USER GUIDE

SHOWING SUITE USER GUIDE SHOWING SUITE USER GUIDE Setup Showing Sync For Your Lockboxes Follow the instructions below to enable the showing notification emails inside your SUPRA account in order for Showing Suite to submit feedback

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

Basic Excel. Helen Mills OME-RESA

Basic Excel. Helen Mills OME-RESA Basic Excel Helen Mills OME-RESA Agenda Introduction- Highlight Basic Components of Microsoft Excel Entering & Formatting Data, Numbers, & Tables Calculating Totals & Summaries Using Formulas Conditional

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

9.0 Help for End Users Release Notes Using Jive for Outlook...5

9.0 Help for End Users Release Notes Using Jive for Outlook...5 Contents 2 Contents 9.0 Help for End Users... 3 Release Notes... 4 Using Jive for Outlook...5 Client System Requirements...5 Getting Started with Jive for Outlook...5 Jview and View as email... 7 Viewing

More information

Strategic Series-7001 Introduction to Custom Screens Version 9.0

Strategic Series-7001 Introduction to Custom Screens Version 9.0 Strategic Series-7001 Introduction to Custom Screens Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference,

More information

When you first launch CrushFTP you may be notified that port 21 is locked. You will be prompted to fix this.

When you first launch CrushFTP you may be notified that port 21 is locked. You will be prompted to fix this. This is a quick start guide. Its intent is to help you get up and running with as little configuration as possible. This walk through should take less than 10 minutes until you are able to login with your

More information

Database Use & Design

Database Use & Design Database Use & Design 1 Important Terms and Definitions Database A collection of information organized in such a way that a computer program can quickly select desired pieces of data. Field Form Primary

More information

4HOnline HelpSheet. Using and Creating Reports. Top two reminders: Understanding & navigating the reports screen

4HOnline HelpSheet. Using and Creating Reports. Top two reminders: Understanding & navigating the reports screen Using and Creating Reports Top two reminders: 1. Printing labels (from any report format) will only work correctly if you remember to change Page Scaling to none on the printer setup dialog box. 2. If

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

More information

(Refer Slide Time 01:41 min)

(Refer Slide Time 01:41 min) Programming and Data Structure Dr. P.P.Chakraborty Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 03 C Programming - II We shall continue our study of

More information

Migrating SharePoint From 2007 to 2010

Migrating SharePoint From 2007 to 2010 Migrating SharePoint From 2007 to 2010 Presented By Scott Randall srandall@advancedlegal.com (888) 221 8821 Advanced Legal Systems, Inc. CREATING TECHNOLOGICAL CALM www.advancedlegal.com Table of Contents

More information

Get JAVA. I will just tell you what I did (on January 10, 2017). I went to:

Get JAVA. I will just tell you what I did (on January 10, 2017). I went to: Get JAVA To compile programs you need the JDK (Java Development Kit). To RUN programs you need the JRE (Java Runtime Environment). This download will get BOTH of them, so that you will be able to both

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools Revised 6/3/08

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools  Revised 6/3/08 Teacher Guide Teacher Guide EDLINE This guide was designed to give you quick instructions for the most common class-related tasks that you will perform while using Edline. Please refer to the online Help

More information

I made a 5 minute introductory video screencast. Go ahead and watch it. Copyright(c) 2011 by Steven Shank

I made a 5 minute introductory video screencast. Go ahead and watch it.  Copyright(c) 2011 by Steven Shank Introduction to KeePass What is KeePass? KeePass is a safe place for all your usernames, passwords, software licenses, confirmations from vendors and even credit card information. Why Use a Password Safe?

More information

Introduction to rules

Introduction to rules Introduction to rules Rules allow you to control the behavior of a form by performing actions that take place based on conditions within the form, or events that take place when filling out a form. The

More information

(Refer Slide Time: 1:26)

(Refer Slide Time: 1:26) Information Security-3 Prof. V Kamakoti Department of Computer science and Engineering Indian Institute of Technology Madras Basics of Unix and Network Administration Operating Systems Introduction Mod01,

More information

The Quick Access Toolbar can be either just below the Title Bar or, as in this case, just above the ruler.

The Quick Access Toolbar can be either just below the Title Bar or, as in this case, just above the ruler. Table of Contents Ribbon... 3 Customizing the Ribbon and Quick Access Toolbars... 3 File Tab... 5 Print and Print Preview... 7 Working in Protected Mode... 8 Accessibility Checker... 9 Compatibility Changes

More information

TRS2006 Content Manager Plus (CMP)

TRS2006 Content Manager Plus (CMP) TRS2006 Content Manager Plus (CMP) A Guide to its Use Content Summary: 1) Check your settings 2) Connecting and updating 3) CMP start-up problems. 4) Check and Activate First Class Ticket (FCT) 5) Server

More information

Client Side JavaScript and AJAX

Client Side JavaScript and AJAX Client Side JavaScript and AJAX Client side javascript is JavaScript that runs in the browsers of people using your site. So far all the JavaScript code we've written runs on our node.js server. This is

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Age & Stage Structure: Elephant Model

Age & Stage Structure: Elephant Model POPULATION MODELS Age & Stage Structure: Elephant Model Terri Donovan recorded: January, 2010 Today we're going to be building an age-structured model for the elephant population. And this will be the

More information

Intro to Microsoft Word

Intro to Microsoft Word Intro to Microsoft Word A word processor is a computer program used to create and print text documents that might otherwise be prepared on a typewriter. The key advantage of a word processor is its ability

More information

Mathematical Logic Prof. Arindama Singh Department of Mathematics Indian Institute of Technology, Madras. Lecture - 37 Resolution Rules

Mathematical Logic Prof. Arindama Singh Department of Mathematics Indian Institute of Technology, Madras. Lecture - 37 Resolution Rules Mathematical Logic Prof. Arindama Singh Department of Mathematics Indian Institute of Technology, Madras Lecture - 37 Resolution Rules If some literals can be unified, the same algorithm should be able

More information

Civil Engineering Computation

Civil Engineering Computation Civil Engineering Computation First Steps in VBA Homework Evaluation 2 1 Homework Evaluation 3 Based on this rubric, you may resubmit Homework 1 and Homework 2 (along with today s homework) by next Monday

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Table of Contents. How to use this document. How to use the template. Page 1 of 9

Table of Contents. How to use this document. How to use the template. Page 1 of 9 Table of Contents How to use this document... 1 How to use the template... 1 Template Sections... 2 Blank Section... 2 Signature Sheet... 2 Title Page... 2 Roman Numerals Section (i, ii, iii, iv )... 3

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA?

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA? VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? Hello again! I m Angela with HubSpot Academy. Now that you have a contextual marketing strategy in place with segmentation and personalization, you re ready to

More information

Problem Solving through Programming In C Prof. Anupam Basu Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur

Problem Solving through Programming In C Prof. Anupam Basu Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Problem Solving through Programming In C Prof. Anupam Basu Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture - 04 Introduction to Programming Language Concepts

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Establishing Trust in Disconnected Environments, page 1

Establishing Trust in Disconnected Environments, page 1 Establishing Trust in Disconnected Environments featuring Grace Lewis as Interviewed by Suzanne Miller ---------------------------------------------------------------------------------------------Suzanne

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Smoother Graphics Taking Control of Painting the Screen

Smoother Graphics Taking Control of Painting the Screen It is very likely that by now you ve tried something that made your game run rather slow. Perhaps you tried to use an image with a transparent background, or had a gazillion objects moving on the window

More information