Hands-On Lab. Lab Manual HOL057 Data Features in Windows Forms 2.0

Size: px
Start display at page:

Download "Hands-On Lab. Lab Manual HOL057 Data Features in Windows Forms 2.0"

Transcription

1 Hands-On Lab Lab Manual HOL057 Data Features in Windws Frms 2.0 Please d nt remve this manual frm the lab The lab manual will be available frm CmmNet

2 Infrmatin in this dcument is subject t change withut ntice. The example cmpanies, rganizatins, prducts, peple, and events depicted herein are fictitius. N assciatin with any real cmpany, rganizatin, prduct, persn r event is intended r shuld be inferred. Cmplying with all applicable cpyright laws is the respnsibility f the user. Withut limiting the rights under cpyright, n part f this dcument may be reprduced, stred in r intrduced int a retrieval system, r transmitted in any frm r by any means (electrnic, mechanical, phtcpying, recrding, r therwise), r fr any purpse, withut the express written permissin f Micrsft Crpratin. Micrsft may have patents, patent applicatins, trademarked, cpyrights, r ther intellectual prperty rights cvering subject matter in this dcument. Except as expressly prvided in any written license agreement frm Micrsft, the furnishing f this dcument des nt give yu any license t these patents, trademarks, cpyrights, r ther intellectual prperty Micrsft Crpratin. All rights reserved. Micrsft, Visual Basic, Visual Studi, and Windws are either registered trademarks r trademarks f Micrsft Crpratin in the U.S.A. and/r ther cuntries. Other prduct and cmpany names herein may be the trademarks f their respective wners. Page i

3 Cntents LAB 1: DATA FEATURES IN WINDOWS FORMS Lab Objective...1 Exercise 1 Create a datasurce and add it t DataSurces Windw...1 Task 1 Create Windws Applicatin...1 Task 2 Add a DataSurce t yur prject...2 Task 3 Explre the recently added datasurce...5 Exercise 2 Databinding a Datasurce t a frm...8 Task 1 Create a Master/Details View...8 Task 2 Custmize the Detail cntrls t readnly types...11 Exercise 3 Custmizing a DataGridView...12 Task 1 Adding UnBund clumns t the view...12 Task 2 Custmizing Cell frmats...13 Task 3 Ppulating the Unbund clumns...13 Task 4 Handling CellPainting t highlight cells...14 Task 5 Remving unneeded clumns & freezing clumns...15 Task 6 Preview all the changes...15 Exercise 4 Binding t business bjects...16 Task 1 Open startup prject...16 Task 2 Create a business bject datasurce...17 Task 3 - Create Master/Details frm using business bject datasurce...18 Task 4 Update business bject...20 Lab Summary...22 Page ii

4

5 Lab 1: Data Features in Windws Frms 2.0 Lab Objective 80 minutes The bjective f this lab is t intrduce a few f the new Micrsft Windws Frms data features in Micrsft Visual Studi The gal fr these new features is t increase develper prductivity and simplify data binding t business bjects. This lab will als intrduce the new Windws Frms DataGridView cntrl, a flexible, scalable and easier t use alternative t the DataGrid cntrl. Yu will cmplete the fllwing exercises in this lab: Addng DataSurces t the Datasurces Windw Binding a DataSurce t a frm Custmizing DataGridViews Binding t Business Objects Exercise 1 Create a datasurce and add it t DataSurces Windw In this exercise, yu will create a datasurce that cnnects t a SQL Server database. Task 1 Create Windws Applicatin Navigate t Start Prgrams Micrsft Visual Studi Beta2 Micrsft Visual Studi Beta2 Select File New Prject menu cmmand Select C# r Visual Basic Windws Applicatin Name = DataLab Lcatin = C:\labs\hl057 Click OK t create the prject Page 1

6 Task 2 Add a DataSurce t yur prject Select Data Add New DataSurce menu cmmand Data Surce Cnfiguratin Wizard appears ( see Figure 1.1) Figure 1.1. DataSurce Cnfiguratin Wizard Nte: The data surce cnfiguratin wizard supprts three different types f data surces: Web Services, Database ( any data that a.net Data Prvider) can attach t Business bjects Select Database t cnnect t a database Click Next Click New Cnnectin buttn Page 2

7 [Optinal step, might shw depending n machine s last cnfiguratinlcal] The Chse Data Surce dialg appears Select Micrsft SQL Server in the DataSurce windw Click Cntinue The Add Cnnectin dialg appears ( see Figure 1.2) Figure 1.2 Add Cnnectin dialg fr cnfiguring SQL Server cnnectins Enter lcalhst\sqlexpress as Server name Leave the Use Windws Authenticatin as the ptin t Lg n t the server Lcate (r type) Nrthwind in the Select r enter a database name drpdwn Click OK t clse the dialg and g back t DataSurce Cnfiguratin Wizard Page 3

8 Click Next Leave the Yes, save the cnnectin as.. unchanged Click Next Nte: The designer might take a secnd r tw t perfrm this peratin. The Chse yur data bjects dialg displays (see Figure 1.3) Figure 1.3 Database bject selectin dialg Page 4

9 Click the fllwing bjects: Tables Orders Tables Order details Tables Custmers Click Finish Nte: The designer might take a secnd r tw t perfrm this peratin. Task 3 Explre the recently added datasurce Select Data Shw Data Surces menu cmmand The data surces windw shuld appear ( as in Fig 1.4) Figure 1.4 DataSurces Windw Page 5

10 Ntice that yur tables selected have been wrapped int a single, strng typed DataSet Right Click in NrthWindDataSet at the very tp, select Edit DataSet with designer The new DataSet designer appears ( see Figure 1.5) Figure 1.5 DataSet Designer Ntice hw the designer imprted the relatinships that existed in the database. In the DataSet designer yu can get rid f these, r even add new relatinships r Freign Key cnstraints. Duble click n the relatinship frm OrderDetails t Order Page 6

11 A Relatin dialg appears ( see Figure 1.6) Ntice the designer has ptins t specify: Parent/Child relatins Freign key cnstraints Figure 1.6 Relatin Dialg in the DataSet designer Custm rules fr accepting/rejecting the cnstraints, etc. Click Cancel t discard any changes yu made in the Relatin Dialg (and clse it) Nte: With the new DataSet designer yu have a lt f design-time flexibility ; yu d nt have t write any cde t represent cmplex relatinships. Clse the DataSet designer G back t DataSurce windw Click n the drp-dwn arrw fr the Orders table( see Figure 1.7) Page 7

12 Select Details in the ppup menu (see Figure 1.7) Figure 1.7 DataSurce Windw custmizatin fr details view Because yu selected Details view when yu drag this table int a Windws Frm, it will create a details view, by creating a cntrl fr every clumn in the table (refer t Task 3 in Exercise 2 in this same lab). Yu can custmize the type f the cntrl created (fr each clumn). Exercise 2 Databinding a Datasurce t a frm Task 1 Create a Master/Details View Drag the Orders table frm the DataSurces Windw t Frm1 in the Windws frms designer Nte: When dragging the table, a lt f wrk is dne by the designer: An instance f the NrthwindDataSet is created, s it can fetch the data An OrdersBindingSurce is created. A bindingsurce acts as a generic prxy t a datasurce. An OrdersBindingNavigatr is als assciated with the bind. The binding navigatr is a Tlstrip cntrl yu can use t get VCR-like navigatin f yur data. A lt f labels and textbx cntrls are added t the frm ne fr each clumn in the Orders table. The reasn cntrls were added instead f a datagridview is because we selected Details in the previus exercise. Page 8

13 See Figure 1.8 fr what the frm shuld lk like. Figure 1.8 Frm after dragging Orders table frm DS Windw In the DataSurces windw, click the Orders nde t expand it. Lcate the Order Details nde lcated inside the Orders table (represented as part f the table due t the parent/child between Orders and rder details) Drag the Order Details table lcated inside the Orders table t the bttm f Frm1 Nte: Because yu did nt select Details fr Order Details, this time a datagridview is created. Yur frm shuld lk like Figure 1.9 Page 9

14 Set the Dck Prperty f the rder_detailsdatagridview t Bttm Figure 1.9 Frm1, after dragging tw tables frm Datasurces windw (n cde written) Select Debug Start Debugging menu cmmand Frm1 appears. Ntice that: When yu change the psitin (r selected recrd) in the Orders this autmatically updates the rder details datagridview. Use the Binding Navigatr t change psitins in the rders table. The BindingNavigatr has the new, delete, gt last, g t first, etc. all f these buttns have been wired and have the functinality needed. Nte: We have accmplished a master/details view with navigatin and perfrmant strng-typed databinding withut writing a single line f cde. Clse the applicatin r stp debugging Page 10

15 Task 2 Custmize the Detail cntrls t readnly types In the previus task, we dragged the Details View and it defaulted t TextBx cntrls fr all the clumns. Let s nw custmize this. In DataSurces windw, Click n the drpdwn arrw next t OrderId, in the Orders table (see Figure 1.9) Figure 1.9 Custmizing the cntrl type fr details view Select Label in the cntext menu as the type fr OrderId Delete rderidlabel and rderidtextbx frm Frm1 Frm the datasurces windw, drag & drp OrderId frm the Orders Table int Frm1; psitining s it aligns with the ther details cntrls (and replacing the tw cntrls yu just deleted). Select Debug Start Debugging and preview the changes DataLab applicatin launches Ntice hw rderid is nw a label instead f a textbx; yu can use the same prcedure t custmize the ther clumns. Clse the applicatin ( r select Debug Stp Debugging menu cmmand ) Page 11

16 Exercise 3 Custmizing a DataGridView Task 1 Adding UnBund clumns t the view RightClick n rder_detailsdatagridview Select Add Clumn frm the ppup menu The Add Clumn Dialg appears ( see Figure 1.10 ) Click Unbund Clumn Figure 1.10 Add Clumn dialg Nte: Unbund clumns are clumns nt bund t data. Their values are prvided dynamically via eventing in the Gridview. Enter SubTtal fr Name Select DataGridViewTextBxClumn fr Type Enter SubTtal fr Header Text Check Visible Check Read Only Click Add t save t add this clumn Click Clse t dismiss the Add Clumn Dialg Click OK t clse the Edit Clumns dialg Page 12

17 Select the rder_detailsdatagridview, set the fllwing prperties: VirtualMde = True Nte: VirtualMde has t be True when using Unbund clumns. If yu d nt set Virtual Mde = true, the CellValueNeeded (belw) will nt be called. Task 2 Custmizing Cell frmats RightClick n rder_detailsdatagridview Select Edit Clumns frm the ppup menu The Edit Clumns dialg appears Select UnitPrice t edit its prperties Lcate the DefaultCellStyle prperty Duble Click DefaultCellStyle CellStyle builder dialg appears Set Frmat = C2 Click OK t clse CellStyle builder dialg Nte: C2 Frmat will frmat the cntents f this cell as Currency. Click OK t clse the Edit Clumns dialg Task 3 Ppulating the Unbund clumns Click n the Events icn in the prperties fr rder_detailsdatagridview Lcate CellValueNeeded event Nte: CellValueNeeded will be call nce per each Unbund cell that needs a value. Inside this event, we can set the value that needs t be displayed. In this case SubTtal = UnitPrice * Quantity Duble-Click n CellValueNeeded t add a handler Page 13

18 Add the fllwing cde: // C# DataGridView grid = sender as DataGridView; try { // There are mre efficient ways t d this.. cded this way fr dem simplicity decimal subttal = (decimal)grid["unitprice", e.rwindex].value * (shrt )grid["quantity", e.rwindex].value ; e.value = subttal.tstring( C2 ); } finally { } VB: Dim grid As DataGridView = CType(sender, DataGridView) Try 'There are mre efficient ways t d this.. cded this way fr dem simplicity Dim subttal As Decimal = _ CType(grid("UnitPrice", e.rwindex).value, Decimal) * _ CType(grid("Quantity", e.rwindex).value, Integer) e.value = subttal.tstring("c2") Finally End Try Task 4 Handling CellPainting t highlight cells Nte: CellPainting is called befre the cell will be painted; handle this event t highlight any rder details with discunts greater than 10% Click n the Events icn in the prperties fr rder_detailsdatagridview Lcate CellPainting event Duble-Click n CellPainting t add a handler Add the fllwing cde in the handler: // C# DataGridView grid = (DataGridView)sender; // Make sure it is the Discunt clumn & it is nt the header if (grid.clumns["discunt"].index == e.clumnindex && e.value!= null && e.rwindex!= -1 ) { flat discunt = (flat) e.value; if ( 0.100f < discunt ) { e.cellstyle.backclr = Clr.Red; } } VB: Page 14

19 Task 5 Remving unneeded clumns & freezing clumns Right-Click n rder_detailsdatagridview Select Edit Clumns Select the OrderId clumn in the selected clumns List Click Remve Nte: Since yu are viewing the details fr an rder, this clumn is already shwing n the tp f ur frm. Select PrductId in the selected clumns List, set the fllwing prperties: Frzen = True AutSizeMde = DisplayedCells Nte: The frzen prperty is used t make sure this clumn always shws. When the grid is shrinked, all the ther clumns will be resized first, and this frzen clumn will be kept cnstant s it always shws. The AutSizeMde is set t Displayed Cells s the grid calculates the clumn width based n what is shwing. Displayed cells are all the cells in the screen, including the header Click OK t clse the Edit Clumns Dialg Task 6 Preview all the changes Select Debug Start Debugging menu cmmand DataLab applicatin launches Ntice the UnitPrice and SubTtal clumns are frmatted as currency. The frmatting fr UnitPrice was set in the designer ( n cding needed); the frmatting fr SubTtal was dne in the CellValueNeeded event where its value was prvided-. Shrink the frm (hrizntally) Ntice the frm stps shrinking at PrductId. This clumn is frzen and will nt shrink. Click n the Discunt clumn t enter a value. Enter 0.5 Ntice when yu Tab t the next clumn, the Discunt clumn changes its BackClr t Red. It is because it has a discunt > 0.10 Clse the applicatin Page 15

20 Exercise 4 Binding t business bjects Task 1 Open startup prject Open Visual Studi 2005 Select File Open Prject/Slutin menu cmmand Enter the File Name Fr VB, C:\Micrsft Hands-On-Lab\HOL-CLI03\Surce\Exercises\Starter\VB\BuildingMaintenance Fr C#, C:\Micrsft Hands-On-Lab\HOL-CLI03\Surce\Exercises\Starter\CS\BuildingMaintenance Select BuildingMaintenance.sln Click Open Nte: The slutin has tw prjects: BuildingMaintenance is an empty Windws applicatin. Facilities is a class library with a few business bjects. With the exceptin f the campus class implementing INtifyPrpertyChanged, the classes are very basic. It is just a few prperties per class t describe an bject (such as a Building, a Campus, r a Cmpany). Page 16

21 Task 2 Create a business bject datasurce Select Data Add New DataSurce menu cmmand Select Object as the datasurce type Click Next Expand the Facilities Namespace ( see Figure 1.13 ) Figure DataSurce Cnfiguratin Wizard fr business bjects Select Campus Click Next Click Finish Page 17

22 Task 3 - Create Master/Details frm using business bject datasurce Open BuildingMaintenance.Frm1 in the frms designer Select Data Shw DataSurces menu cmmand The datasurces windw appears ( see Figure 1.14) Figure DataSurces windw shwing bject Datasurce Click n the Dwn arrw next t Campus Select Details frm the ppup-menu ( see Figure 1.15) Figure 1.15 Selecting Detailed View fr Campus bject Drag Campus frm DataSurces Windw t Frm1 Ntice that a BindingSurce and BindingNavigatr were added t the frm; alng with Details Cntrls fr the Campus bject. Exact same behavir than earlier exercises when binding t databases. Drag the Buildings prperty frm the DataSurces windw t the bttm f Frm1 Ntice a DataGridview was created, with ne clumn fr each public prperty in the Building Class. Page 18

23 Frm1 shuld lk like Figure 1.16 Figure Frm1 after tw drag & drps frm the datasurces windw Duble-Click n Frm1 t add a Lad event handler The fllwing cde in the handler will bind ur frm t an instance f a Cmpany s facilities: // C# VB this.campusbindingsurce.datasurce = Facilities.Cmpany.Micrsft ; CampusBindingSurce.DataSurce = Facilities.Cmpany.Micrsft Select Debug Start Debugging menu cmmand BuildingMaintenance launches Ntice the details and the datagrid are ppulated. The BindingNavigatr wrks t. Yu can mve frward and back, and can delete a recrd. Nte: The new buttn in the binding navigatr is disabled because the Campus class des nt have a default cnstructr. Clse the applicatin ( r select Debug Stp Debugging) Page 19

24 Task 4 Update business bject Add a buttn t the campusbindingnavigatrtlstrip ( see Figure 1.17) Figure 1.17 Custmizing a BindingNavigatr with an extra buttn Set the fllwing prperties in the just added tlstripbuttn1 (Name) = tlstripbuttn1 BackClr = Desktp DisplayStyle = Text FreClr = ActiveCaptinText Text = UpdateCampusName Duble-Click n tlstripbuttn1 t add a click handler Nte: In the clickhandler, we will update the name f ne f the campuses. The gal is t shw that an update t a business bject will be reflected in the User Interface because the UI is databund. Enter the fllwing cde in tlstripbuttn1_click: // C# : Facilities.Cmpany.Micrsft[0].Name = "Updated"; VB: Facilities.Cmpany.Micrsft(0).Name = "Updated" Select Debug Start Debugging menu cmmand t preview the changes The app launches Click the Update Campus Name buttn Page 20

25 Ntice the user interface immediately changes the name t Updated (Figure 1.18) Figure 1.18 A databund business bject triggered the UI t update Nte: The Campus class ntifies the UI cntrls that a prperty has changed via the INtifyPrpertyChanged interface expsing the PrpertyChanged event-. Fr any business bject that will be wired fr a simple (1 t 1) binding, the interface needs t be implemented. Page 21

26 Lab Summary In this lab yu perfrmed the fllwing exercises. Create a datasurce and add it t the Datasurces windw Databinding a DataSurce t a frm Custmizing a DataGridView Binding t business bject In this lab, yu explred sme f the new databinding features in windws frms 2.0. Yu used the prductivity enhancements f the datasurces windws t generate master/details fr data cming frm bth a database and a business bject. Yu accmplished bth f these with ut having t write any cde. We als explred a few f the ptins in the new DataGridView cntrl. The datagridview allws yu t add Unbund clumns and prvide the value t be displayed via the CellValueNeeded event. It als allws eventing t frmat, cell paint, and handle events. Yu explred these features in this lab. Page 22

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 28, 2017 - Versin 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Scroll down to New and another menu will appear. Select Folder and a new

Scroll down to New and another menu will appear. Select Folder and a new Creating a New Flder Befre we begin with Micrsft Wrd, create a flder n yur Desktp named Summer PD. T d this, right click anywhere n yur Desktp and a menu will appear. Scrll dwn t New and anther menu will

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

Trimble Survey GNSS Firmware Version 4.81 (July 2013)

Trimble Survey GNSS Firmware Version 4.81 (July 2013) Handheld Integrated Mdular RELEASE NOTES TRIMBLE SURVEY GNSS FIRMWARE Trimble Survey GNSS Firmware Versin 4.81 (July 2013) Requirements This firmware versin includes imprvements t the Survey Receiver firmware.

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

The following screens show some of the extra features provided by the Extended Order Entry screen:

The following screens show some of the extra features provided by the Extended Order Entry screen: SmartFinder Orders Extended Order Entry Extended Order Entry is an enhanced replacement fr the Sage Order Entry screen. It prvides yu with mre functinality while entering an rder, and fast access t rder,

More information

Knowledgeware Rule-based Clash

Knowledgeware Rule-based Clash Knwledgeware Rule-based Clash Clash rules written using knwledgeware capabilities can be used in a standalne clash prcess clash prcess, ensuring clash analyses take crprate practices int accunt. Multiple

More information

SAS Viya 3.2 Administration: Mobile Devices

SAS Viya 3.2 Administration: Mobile Devices SAS Viya 3.2 Administratin: Mbile Devices Mbile Devices: Overview As an administratr, yu can manage a device s access t SAS Mbile BI, either by exclusin r inclusin. If yu manage by exclusin, all devices

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Client Configurations

Client Configurations Email Client Cnfiguratins Chse ne f the links belw fr yur particular email client. Easy t use instructins will help yu change the settings n yur email client t ur settings. Recmmended Email Settings Incming

More information

SMART Room System for Microsoft Lync. Software configuration guide

SMART Room System for Microsoft Lync. Software configuration guide SMART Rm System fr Micrsft Lync Sftware cnfiguratin guide Fr mdels SRS-LYNC-S, SRS-LYNC-M and SRS-LYNC-L In this guide: Fr yur recrds 1 Preparing fr yur rm system 2 Befre cnfiguring yur rm system s sftware

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o Extended Vendrs Extended Vendrs is an enhanced replacement fr the Sage Vendrs frm. It prvides yu with mre infrmatin while entering a PO and fast access t additinal PO, Vendr, and Item infrmatin. Extended

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Aras Innovator Viewer Add-Ons

Aras Innovator Viewer Add-Ons Aras Innvatr Viewer Add-Ons Aras Innvatr 9.2 Dcument #: 9.2.02232009 Last Mdified: 4/1/2010 Aras Crpratin ARAS CORPORATION Cpyright 2010 All rights reserved Aras Crpratin 300 Brickstne Square Suite 904

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

AvePoint Timeline Enterprise for Microsoft Dynamics CRM AvePint Timeline Enterprise 1.0.2 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin B Issued Nvember 2013 Timeline Enterprise fr Micrsft Dynamics CRM Install and Cnfig 1 Table f Cntents

More information

Virtual Office

Virtual Office Virtual Office ---------------------------------------------------------------------------- ------- --------- Cpyright 2016, 8x8, Inc. All rights reserved. This dcument is prvided fr infrmatin purpses

More information

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

Enabling Your Personal Web Page on the SacLink

Enabling Your Personal Web Page on the SacLink 53 Enabling Yur Persnal Web Page n the SacLink *Yu need t enable yur persnal web page nly ONCE. It will be available t yu until yu graduate frm CSUS. T enable yur Persnal Web Page, fllw the steps given

More information

August 22, 2006 IPRO Tech Client Services Tip of the Day. Concordance and IPRO Camera Button / Backwards DB Link Setup

August 22, 2006 IPRO Tech Client Services Tip of the Day. Concordance and IPRO Camera Button / Backwards DB Link Setup Cncrdance and IPRO Camera Buttn / Backwards DB Link Setup When linking Cncrdance and IPRO, yu will need t update the DDEIVIEW.CPL file t establish the camera buttn. Setting up the camera buttn feature

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

TaskCentre v4.5 XML to Recordset Tool White Paper

TaskCentre v4.5 XML to Recordset Tool White Paper TaskCentre v4.5 XML t Recrdset Tl White Paper Dcument Number: PD500-03-15-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 GLOBAL CONFIGURATION 2 Schema

More information

MySqlWorkbench Tutorial: Creating Related Database Tables

MySqlWorkbench Tutorial: Creating Related Database Tables MySqlWrkbench Tutrial: Creating Related Database Tables (Primary Keys, Freign Keys, Jining Data) Cntents 1. Overview 2 2. Befre Yu Start 2 3. Cnnect t MySql using MySqlWrkbench 2 4. Create Tables web_user

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

An Introduction to Windows 7

An Introduction to Windows 7 2011 An Intrductin t Windws 7 Lena Arena Prject Crdinatr, DER NSW Sydney Regin Ph: 9582 2851 Carmelina.arena@det.nsw.edu.au Table f Cntents Windws 7 Desktp - The Elements f the Windws 7 Desktp... 2 Mre

More information

Asset Panda Web Application Release 12.02

Asset Panda Web Application Release 12.02 Asset Panda Web Applicatin Release 12.02 User Cnfiguratin Permissins Several changes have been made t this page including the fllwing. Page Design The layut has been changed s that all Edit and Misc Cnfiguratins

More information

Product Documentation. New Features Guide. Version 8.7.5/XE6

Product Documentation. New Features Guide. Version 8.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 8.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

User Guide. Avigilon Control Center Mobile Version 2.2 for Android

User Guide. Avigilon Control Center Mobile Version 2.2 for Android User Guide Avigiln Cntrl Center Mbile Versin 2.2 fr Andrid 2011-2015, Avigiln Crpratin. All rights reserved. Unless expressly granted in writing, n license is granted with respect t any cpyright, industrial

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

INFocus Health Screenings Report

INFocus Health Screenings Report INFcus Health Screenings Reprt Abut This Reprt This reprt will shw health screenings by schl fr a selected schl(s) and screening(s) between a specified date ranges. Quick Reference Guide STI_0529131310

More information

Using MeetingSquared as an Administrator

Using MeetingSquared as an Administrator Using MeetingSquared as an Administratr Use the MeetingSquared web interface t set up and manage yur meeting. MeetingSquared is part f SharePint within Office 365 s yu use a web brwser t lg in using yur

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

CMC Blade BIOS Profile Cloning

CMC Blade BIOS Profile Cloning This white paper describes the detailed capabilities f the Chassis Management Cntrller s Blade BIOS Prfile Clning feature. Authr Crey Farrar This dcument is fr infrmatinal purpses nly and may cntain typgraphical

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved.

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder User Guide Cpyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder 2.5 User Guide Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING RENEWAL REMINDER

More information

TUTORIAL --- Learning About Your efolio Space

TUTORIAL --- Learning About Your efolio Space TUTORIAL --- Learning Abut Yur efli Space Designed t Assist a First-Time User Available t All Overview Frm the mment yu lg in t yur just created myefli accunt, yu will find help ntes t guide yu in learning

More information

ClubRunner. Volunteers Module Guide

ClubRunner. Volunteers Module Guide ClubRunner Vlunteers Mdule Guide 2014 Vlunteer Mdule Guide TABLE OF CONTENTS Overview... 3 Basic vs. Enhanced Versins... 3 Navigatin... 4 Create New Vlunteer Signup List... 5 Manage Vlunteer Tasks... 7

More information

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

What s New in Banner 9 Admin Pages: Differences from Banner 8 INB Forms

What s New in Banner 9 Admin Pages: Differences from Banner 8 INB Forms 1 What s New in Banner 9 Admin Pages: Differences frm Banner 8 INB Frms Majr Changes: Banner gt a face-lift! Yur hme page is called Applicatin Navigatr and is the entry/launch pint t all pages Banner is

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

Avigilon Control Center Virtual Matrix User Guide. Version 6.8

Avigilon Control Center Virtual Matrix User Guide. Version 6.8 Avigiln Cntrl Center Virtual Matrix User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS. are

More information

Advanced and Customized Net Conference Powered by Cisco WebEx Technology

Advanced and Customized Net Conference Powered by Cisco WebEx Technology User Guide: Advanced and Custmized Net Cnference Pwered by Cisc WebEx Technlgy Prductivity Tls USER GUIDE Verizn Net Cnferencing h l M ti C t Advanced and Custmized Net Cnference Pwered by Cisc WebEx Technlgy

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide Quick Start Guide This guide will explain the prcess f installing & using the DemPad Designer sftware fr PC, which allws yu t create a custmised Graphical User Interface (GUI) fr an iphne / ipad & embed

More information

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 3, Cumulative Update 1 Revisin F Issued August 2013 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint...

More information

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar Wrd 2007 The Ribbn, the Mini tlbar, and the Quick Access Tlbar In this practice yu'll get the hang f using the new Ribbn, and yu'll als master the use f the helpful cmpanin tls, the Mini tlbar and the

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s Exercise 4: Wrking with tabular data Explring infant mrtality in the 1900s Backgrund Althugh peple tend t think abut GIS as being primarily cncerned with mapping. It is better thught f as a type f database

More information

HRConnect Manager Self-Service Work Instruction

HRConnect Manager Self-Service Work Instruction This Quick Reference Guide gives a brief verview f the prcesses used t cmplete Manager Self-Service actins within HRCnnect. This guide cvers hw yu can manage yur apprvals. 1. Apprve Pending Request via

More information

IFSP PDF Upload/Download Guidance

IFSP PDF Upload/Download Guidance IFSP PDF Uplad/Dwnlad Guidance Intr/backgrund The dwnladable IFSP was created t assist FSC s in writing an IFSP r IFSP review n a visit withut the need fr internet cnnectin. Adbe Acrbat is required fr

More information

GRASP DATA. Website:

GRASP DATA. Website: GRASP DATA State f the Art Web-based Management Reprting Prduct Recmmended screen reslutin 1024 x 768 (Lcate n desktp under Cntrl Panel / Display Settings) Website: www.graspdata.cm User Name: Yur E-Mail

More information

Report Customization. Course Outline. Notes. Report Designer Tour. Report Modification

Report Customization. Course Outline. Notes. Report Designer Tour. Report Modification 1 8 5 0 G a t e w a y B u l e v a r d S u i t e 1 0 6 0 C n c r d, C A 9 4 5 2 0 T e l 9 2 5-681- 2 3 2 6 F a x 9 2 5-682- 2900 Reprt Custmizatin This curse cvers the prcess fr custmizing reprts using

More information

September 24, Release Notes

September 24, Release Notes September 24, 2013 Release Ntes Cntacting Lestream Lestream Crpratin 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.lestream.cm Telephne: +1 781 890 2019 Fax: +1 781 688 9338 T submit

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

Type: System Enhancements ID Number: SE 93. Subject: Changes to Employee Address Screens. Date: June 29, 2012

Type: System Enhancements ID Number: SE 93. Subject: Changes to Employee Address Screens. Date: June 29, 2012 Type: System Enhancements ID Number: SE 93 Date: June 29, 2012 Subject: Changes t Emplyee Address Screens Suggested Audience: Human Resurce Offices Details: On July 14, 2012, Peple First will implement

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Microsoft Excel 2007 Tip Sheet

Microsoft Excel 2007 Tip Sheet Micrsft Excel 2007 Tip Sheet Office Tlbar: - Clicking this buttn causes a drp dwn menu t pen which will allw yu t d the fllwing: start a new wrkbk; pen a wrkbk, save a wrkbk, save as, print, prepare fr

More information

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Towne Information Systems, Inc. Inter-Office Correspondence

Towne Information Systems, Inc. Inter-Office Correspondence Twne Infrmatin Systems, Inc. Inter-Office Crrespndence Date: 2/25/2019 Frm: Bill Salyers Subject: Getting Started with O365 By nw yu shuld have read abut ur mve t Micrsft O365 a new versin f Micrsft Office.

More information

STIDistrict AL Rollover Procedures

STIDistrict AL Rollover Procedures 2009-2010 STIDistrict AL Rllver Prcedures General Infrmatin abut STIDistrict Rllver IMPORTANT NOTE! Rllver shuld be perfrmed between June 25 and July 25 2010. During this perid, the STIState applicatin

More information

Amyuni Document Converter

Amyuni Document Converter Amyuni Dcument Cnverter Versin 5.0 Prfessinal Quick Start Guide fr Develpers Updated May, 2013 AMYUNI Cnsultants AMYUNI Technlgies www.amyuni.cm 2 Cntents Cntents... 3 Legal Infrmatin... 4 Imprtant Nte

More information

Oracle CPQ Cloud Release 1. New Feature Summary

Oracle CPQ Cloud Release 1. New Feature Summary Oracle CPQ Clud 2017 Release 1 New Feature Summary April 2017 1 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE CPQ CLOUD... 4 MODERN SELLING EXPERIENCE... 4 Deal Negtiatin... 4 REST API Services... 4 ENTERPRISE

More information

Click Sign In button. Click Register Employer. Click Forgot Username and/or Password to Create a unique user ID and password.

Click Sign In button. Click Register Employer. Click Forgot Username and/or Password to Create a unique user ID and password. Virtual OneStp (VOS) Emplyer User Lgging In If yu dn t have an accunt: If yu have an accunt: Click the Hme page graphic, the Start here r Enter yur user ID and passwrd. Click here links, r the Nt Registered?

More information

6 Ways to Streamline Your Tasks in Outlook

6 Ways to Streamline Your Tasks in Outlook 6 Ways t Streamline Yur Tasks in Outlk Every jb requires a variety f tasks during a given day. Maybe yurs includes meeting with clients, preparing a presentatin, r cllabrating with team members n an imprtant

More information

AASHTOWare BrDR Support Center JIRA Getting Started Guide

AASHTOWare BrDR Support Center JIRA Getting Started Guide AASHTOWare BrDR Supprt Center JIRA Getting Started Guide Versin 1.0.0.0 August 2013 Cpyright 1997-2013 by the American Assciatin f State Highway and Transprtatin Officials. 444 Nrth Capital Street, N.

More information

TaiRox Mail Merge. Running Mail Merge

TaiRox Mail Merge. Running Mail Merge TaiRx Mail Merge TaiRx Mail Merge TaiRx Mail Merge integrates Sage 300 with Micrsft Wrd s mail merge functin. The integratin presents a Sage 300 style interface frm within the Sage 300 desktp. Mail Merge

More information

* The mode WheelWork starts in can be changed using command line options.

* The mode WheelWork starts in can be changed using command line options. OperatiOns Manual Overview Yur muse mst likely has a wheel n it. If yu lk at yur muse frm the side, that wheel rtates clckwise and cunterclckwise, like a knb. If yu lk at the muse frm the tp, the wheel

More information

Tips For Customising Configuration Wizards

Tips For Customising Configuration Wizards Tips Fr Custmising Cnfiguratin Wizards ver 2010-06-22 Cntents Overview... 2 Requirements... 2 Applicatins... 2 WinSCP and Putty... 2 Adding A Service T An Existing Wizard... 3 Gal... 3 Backup Original

More information