End-User Capabilities

Size: px
Start display at page:

Download "End-User Capabilities"

Transcription

1 End-User Capabilities 2391 W informs Controls > Products > Scheduler > End-User Capabilities The topics in this section describe operations available to end-users of the XtraScheduler suite. The following topics are available: Change the Active View Control Visible Resources Create Appointments Delete Appointments Edit Appointments Navigate through Dates Navigate through Resources Navigate through Time Cells Select Dates Select Time Cells 2013 DevExpress Inc. 2391

2 Change the Active View 2392 W informs Controls > Products > Scheduler > End-User Capabilities > Change the Active View The SchedulerControl is intended to display appointments using one of the standard views. The currently active view used by the SchedulerControl can be either deliberately selected by an end-user, or changed by the SchedulerControl itself according to its internal logic. Only view s with the SchedulerView Base.Enabled property set to true are available. The active view is changed in the follow ing cases. Context Menu An end-user right-clicks anywhere within a scheduler area which is not occupied with an appointment and selects the corresponding item from the invoked context menu. The Change View To submenu contains several items which are responsible for changing the currently active view. These items can be represented by the SchedulerMenuItemId.SwitchToDayView, SchedulerMenuItemId.SwitchToWorkW eekview, SchedulerMenuItemId.SwitchToWeekView, SchedulerMenuItemId.SwitchToMonthView, SchedulerMenuItemId.SwitchToTimelineView and SchedulerMenuItemId.SwitchToGanttView enumeration members. Their availability depends on the view 's SchedulerView Base.Enabled property value. W hen a particular view is disabled, the corresponding menu item is not shown. Date Navigator The scheduler view is automatically sw itched to the most appropriate display type to show the date range w hich an end-user selects in the DateNavigator control. To learn more about this capability, refer to the Select Dates topic. Bar or Ribbon UI An end-user uses the Active View and Arrange toolbar or Ribbon page group. To know how to provide your scheduling application with a Bar or Ribbon UI, see Provide Bar UI for a Scheduler or Provide Ribbon UI for a Scheduler, respectively. Change the active view via Bar UI Change the active view via Ribbon UI 2013 DevExpress Inc. 2392

3 or - - or - To change the scheduler view programmatically, change the value of the SchedulerControl.ActiveView Type property. See the How to: Programmatically Change the Active View document, for more information DevExpress Inc. 2393

4 Control Visible Resources 2394 W informs Controls > Products > Scheduler > End-User Capabilities > Control Visible Resources To prevent the SchedulerControl from being overcrowded w ith too many resources displayed for the currently active view, end-users may choose to limit the number of currently visible resources. To provide this ability, we have introduced several controls into the XtraScheduler suite. Resource navigator This control is useful w hen appointments are grouped by resources or dates. Change the SchedulerControl.GroupType property to "Dates" or "Resources" and set the ResourceNavigator.Visibility to "Alw ays". It allows end-users to browse through the list of resources and change their number simultaneously. Also, refer to the Navigate through Resources document, to learn how this control can be used to brow se through visible resources. Special set of controls Although they look like the standard controls they're derived from, these controls are specially modified for cooperation with the SchedulerControl. After any of them is dropped onto the form, its SchedulerControl property is automatically set to the existing SchedulerControl, and is ready to work. Then, an end-user may check the boxes or select items from a drop-down list, resulting in the appointments with selected resources being hidden or displayed. ResourcesPopupCheckedListBoxControl ResourcesCheckedListBoxControl ResourcesComboBoxControl To programmatically change the number of resources which are simultaneously shown for a specific view, change the SchedulerViewBase.ResourcesPerPage property value of an appropriate view DevExpress Inc. 2394

5 Create Appointments 2395 W informs Controls > Products > Scheduler > End-User Capabilities > Create Appointments The actions available to end-users can be restricted by specifying the SchedulerOptionsCustomization properties. For an example, see the How to: Prevent End-Users from Editing Appointments document. Context menu An appointment can be created via the SchedulerControl's context menu. The corresponding items which may be used to create a new appointment are available in the context menu, invoked w hen an end-user right-clicks any scheduler area which is not occupied w ith an appointment. 1.New Appointment Invokes the Edit Appointment dialog. The Start time and End time values are initially set to the low and upper boundaries of the current date and time selection. The Show time as field is set to the Busy value of the AppointmentStatusType enumeration. The Resource field value is Any, although w hen appointments are grouped by resources, this field is set to the resource to which the selected cell belongs. Scheduling an appointment means filling in the Subject (Appointment.Subject) and Location ( Appointment.Location) fields. If necessary, an end-user may drop some lines of text into the Description text box (Appointment.Description), and they will be show n w ithin an appointment in either Day View or Work-Week View. To learn how to set the appointment's label and status values, refer to the Appointment Labels and Statuses. End-users can switch the appointment's Reminder for future notifications (Reminders for Appointments). 2.New All Day Event 2013 DevExpress Inc. 2395

6 2396 Invokes the Edit Event dialog which is used to create a new all-day appointment (also called 'all-day event'). The dialog is identical to Edit Appointment, except that in this case the All day event ( Appointment.AllDay) option is checked, its time range is measured in days (not hours) and marked as Free. The appointment can be transformed into the all-day event and vice-versa by checking this box. 3.New Recurring Appointment The concept of recurrence is explained in the Recurring Appointments and Exceptions document. Selecting this menu item invokes the Edit Appointment dialog used to create a new appointment, and also invokes the Appointment Recurrence dialog, which allow s the recurrence pattern to be specified for the new appointment. 4.New Recurring Event The concept of recurrence is explained in the Recurring Appointments and Exceptions document. Selecting this menu item invokes the Edit Event dialog used to create a new event, and also invokes the Appointment Recurrence dialog, which allow s the recurrence pattern to be specified for the new event. Bar or Ribbon UI If a scheduling application is provided w ith the Bar or Ribbon UI, end-users can create new appointments (simple and recurring) using the New Appointment and New Recurring Appointment buttons on the Appointment toolbar or Ribbon page group. These buttons invoke the Edit Appointment and Appointment Recurrence dialog, respectively. Create a new appointment via Bar UI Create a new appointment via Ribbon UI 2013 DevExpress Inc. 2396

7 2397 Key combinations and mouse clicks Invoke the In-place Editor Pressing an alphanumeric key or ENTER invokes an in-place editor that allows typing the subject of a new appointment occupying the currently selected area. Then, an end-user can either create and save the appointment by pressing ENTER or by changing the focus, or cancel the operation by pressing ESC. The type of the created appointment depends on the selected time cell(s). When typing is done in Day or Work-Week view, the appointment is created w ith the time interval starting with the earliest time of the selected cells, and ending with the latest, and the time is marked as Busy. If an all-day area is selected, or the Timeline or Gantt view is active, then an all-day appointment is created w ith the time marked as Free. When the scheduler display mode is Week or Month view, the appointment is created with the start time set to 12 AM of the first selected day, and the end time is set to 12 AM of the day following the last selected day. The built-in type of an in-place editor is simple. To customize it, handle the SchedulerControl. InplaceEditorShow ing event. For an example, refer to How to: Customize the In-Place Editor. Invoke the Edit Appointment Dialog Double-clicking within a scheduler view 's time cell that does not contain any appointments or pressing CTRL+N, invokes the Edit Appointment dialog described above. Copy an Existing Appointment Dragging an appointment with the right mouse button invokes the context menu, w hich an end-user can use to decide whether to move or copy the appointment, or cancel the operation. Dragging an appointment while holding CTRL creates a copy of the selected appointment and moves it, leaving the original appointment intact DevExpress Inc. 2397

8 Delete Appointments 2398 W informs Controls > Products > Scheduler > End-User Capabilities > Delete Appointments The actions available to end-users can be restricted by specifying the SchedulerOptionsCustomization properties. For an example, see the How to: Prevent End-Users from Editing Appointments document. Context menu An end-user may delete the selected appointment via the Delete item of the context menu, which is invoked when the appointment is right-clicked. Selecting this item removes the currently selected appointment. If the selected appointment is recurring, the Confirm Delete dialog is invoked. For more information on deleting appointments, see the Appointment.Delete method's description. Edit Appointment dialog When the appointment is being edited via the Edit Appointment dialog, an end-user is able to delete the corresponding appointment (a simple appointment, a w hole series of recurring appointments or particular occurrence) by clicking the Delete button of this dialog. For more information on deleting appointments, see the Appointment.Delete method's description DevExpress Inc. 2398

9 2399 Bar or Ribbon UI If a scheduling application is provided w ith the Bar or Ribbon UI, end-users can delete appointments (simple and recurring) using the Delete button on the Actions toolbar or Ribbon page group. If the appointment to be deleted is recurring, clicking this button invokes the drop-down list allow ing end-users to decide whether the w hole series of recurring appointments should be deleted or just a particular occurrence. Delete an appointment via Bar UI Delete an appointment via Ribbon UI Key combinations and mouse clicks The Delete key or the CTRL-D key combination can be used to delete the selected appointment(s). If the selected appointment is recurring, the Confirm Delete dialog is invoked DevExpress Inc. 2399

10 Edit Appointments 2400 W informs Controls > Products > Scheduler > End-User Capabilities > Edit Appointments The actions available to end-users can be restricted by specifying the SchedulerOptionsCustomization properties. For an example, see the How to: Prevent End-Users from Editing Appointments document. The SchedulerControl allow s end-users to modify existing appointments in the following ways: using the appointment context menu using the built-in dialogs using the in-place editor via the Bar or Ribbon UI via keyboard shortcuts and mouse operations Context Menu After an appointment has been right-clicked, the appointment context menu is invoked. The Show Time As and Label As items are used to alter an appointment. They allow changing the basic visual characteristics of an appointment - status and label. Change the appointment status Change the appointment label Edit Appointment and Appointment Recurrence Dialogs Edit a Simple Appointment End-users can edit properties of a simple (non-recurring) appointment via the Edit Appointment dialog that can be invoked via the appointment context menu, Bar or Ribbon UI, keyboard shortcuts and mouse operations. Context Menu Bar UI Ribbon UI Keyboard Invoked Edit 2013 DevExpress Inc. 2400

11 2401 Shortcuts and Mouse Operations Appointment Dialog Double-click the appointment to be edited. - or - Select an appointment, and then press ENTER or CTRL-O. Edit a Particular Occurrence in a Series The same dialog is used to edit a particular occurrence in the series of recurring appointments. If an enduser selects a recurring appointment, and clicks Open in the appointment context menu or the Open Occurrence button on the Action toolbar or Ribbon page group, the Edit Appointment dialog is invoked to allow editing the current appointment only, but not its entire series. Context Menu Bar UI Ribbon UI Keyboard Shortcuts and Mouse Operations Invoked Edit Appointment Dialog Double-click an appointment to be edited. - or - Select an appointment, and then press ENTER or CTRL-O. Edit a Series of Recurring Appointments To edit an entire series of recurring appointments (a pattern appointment), it's necessary to select a recurring appointment, and click Edit Series in the appointment context menu or select the Open Series item from the Open drop-down list on the Actions toolbar or Ribbon page group. In this instance, the Edit Appointment dialog is shown w ith a different w indow icon. Time fields are inaccessible. Context Menu Bar UI Ribbon UI Invoked Edit Appointment Dialog The recurrence pattern can be edited via the Appointment Recurrence dialog. End-users can invoke it by clicking the Recurrence button of the Edit Appointment dialog, or using the Recurrence button on the Options toolbar or Ribbon page group. The Edit Appointment Dialog Bar UI Ribbon UI Invoked Appointment Recurrence Dialog 2013 DevExpress Inc. 2401

12 2402 In-place Editing A single mouse click within an appointment, or pressing F2, invokes the in-place editor, which can be used to edit the selected appointment's Subject. To learn how to create a custom in-place editor, refer to How to: Customize the In-Place Editor. Bar or Ribbon UI If a scheduling application is provided w ith the Bar or Ribbon UI, end-users can modify appointment properties ( status, label, recurrence and reminder) using the Options toolbar or Ribbon page group, w hich is active when an appointment is selected by an end-user. Modify an appointment via the Bar UI Modify an appointment via the Ribbon UI Keyboard Shortcuts and Mouse Operations 2013 DevExpress Inc. 2402

13 2403 Action Click an appointment Right-click an appointment Click appointments w hile holding the CTRL key pressed ENTER or CTRL+O Double-click an appointment F2 Drag appointment edges Click and drag an appointment w ith the left mouse button Click and drag an appointment w ith the right mouse button Press and hold the CTRL key, click and drag an appointment(s) w ith the left mouse button Description Selects an appointment. Selects an appointment and invokes the context menu for the selected appointment. Enables end-users to select multiple appointments. Invokes the Edit Appointment dialog for the selected appointment. Invokes the Edit Appointment dialog. Invokes the in-place editor to modify the selected appointment. Resizes the rectangle representing an appointment. Results in changing its start/end times. Moves the appointment across time cells, changing its Start time and End time properties. Invokes the context menu allowing end-users to select between moving the appointment, copying it or canceling the operation. Creates a copy of the selected appointment(s) when the mouse button is released DevExpress Inc. 2403

14 Navigate through Dates 2404 W informs Controls > Products > Scheduler > End-User Capabilities > Navigate through Dates End-users are able to navigate through dates with the help of the Date Navigator, via the corresponding items of the scheduler's context menu, or via the Bar or Ribbon UI. Date Navigator W hen the DateNavigator control is placed onto the form at design time, its DateNavigator.SchedulerControl property is automatically set to the available SchedulerControl. When two controls are bound this w ay, an enduser is able to pick a date within the date navigator, and see this date's appointments displayed by the SchedulerControl. End-users can navigate to the desired month and year by clicking the corresponding arrow s on the DateNavigator date header. Clicking the left and right scrolling buttons navigates back and forth by one step. Clicking the Today button selects the current date. W hen an end-user clicks the DateNavigator control, one day is selected, and the SchedulerControl displays it using the Day View. that if the currently active view of the SchedulerControl is of another type, then it is automatically changed to the Day View. The only exception is the Work Week View. When the scheduler is showing its data using the Work Week View, an attempt to select one day by DateNavigator selects the entire work w eek. The scheduler synchronizes itself w ith the date navigator. So, w hen a w eek long range of dates is selected in a date navigator, the scheduler switches to Week View. If a end-user selects more than one week, then a Month View is chosen automatically w hich improves the visual appearance. For more information on how to select date ranges, see the Select Dates document. Context Menu Right-clicking w ithin the scheduler main area w hich is not occupied with an appointment invokes the context menu which contains items for navigation through dates. They are: Go to This Day, Go to Today, Go to Date.... Go to This Day This item is shown only in the Week View and Month View, and is active only w hen one day is selected. Clicking this item displays the selected day in the Day View. Go to Today Moves focus to the current day preserving the existing view mode. Go to Date... Invokes the Go To Date dialog to select the date and view type. The date can be selected using either the calendar control, or by entering a string with the placeholders. To select the desired view type, use the Show In drop-dow n list DevExpress Inc. 2404

15 2405 Bar or Ribbon UI If a scheduling application is provided w ith the Bar or Ribbon UI, end-users can navigate through dates within a scheduler using the Backward, Forward and Go to Today buttons on the Navigate toolbar or Ribbon page group. Navigate through dates via Bar UI Navigate through dates via Ribbon UI See Also DateTime Navigation Services 2013 DevExpress Inc. 2405

16 Navigate through Resources 2406 W informs Controls > Products > Scheduler > End-User Capabilities > Navigate through Resources When appointments data is grouped (either by resources or by dates), the number of resources shown on the screen within the Scheduler Control at one time can make it difficult to see all the scheduled data. To make the Scheduler's layout more readable, it is possible to limit the number of visible resources, and then scroll betw een them. There is a ResourceNavigator control embedded into the SchedulerControl, and show n if required, which allows end-users to scroll betw een resources. The visibility of the resource navigator element depends on several conditions. First, ResourceNavigator can only be show n when there are visible resources to display. Second, the appointments should be grouped (the SchedulerControl.GroupType property value is other than SchedulerGroupType.None). Third, there is a ResourceNavigator.Visibility property. W hen it is set to ResourceNavigatorVisibility.Auto, the control is show n only w hen the SchedulerView Base.ResourcesPerPage property for the current view is not 0 (zero value means an indefinite number of resources per page). The Resource Navigator control is composed of a scroll bar and a set of buttons. It may be show n horizontally (on the bottom line of a scheduler control, with buttons in the right corner) or vertically (on the right side, buttons at the bottom). The position of the control is chosen automatically. It is vertical in a DayView mode or in a WeekView, if appointments are grouped by dates, and horizontal in other view modes. The mode of operation is rather straightforward - the user can click the buttons to move back and forth through the list of resources; one by one, or straight to the last one on the list. The scroll bar scrolls through resources. The scheduler tracks selections and displays the corresponding resource groups. The buttons w ith plus and minus signs increase or decrease the number of show n resources by one. The number of resources displayed simultaneously is specified by the SchedulerViewBase.ResourcesPerPage property for each view individually. See Also Resource Navigation Services 2013 DevExpress Inc. 2406

17 Navigate through Time Cells 2407 W informs Controls > Products > Scheduler > End-User Capabilities > Navigate through Time Cells The keyboard shortcuts and mouse operations described in this topic can be used to move focus between time cells. The follow ing table contains the common navigation operations available to end-users. Action Clicking a cell Pressing the UP or DOWN ARROW key Pressing the LEFT or RIGHT ARROW key Pressing the PAGE DOWN key Pressing the PAGE UP key Pressing the HOME key Pressing the END key Pressing the CTRL + HOME key Pressing the CTRL + END key Effect Moves focus to the clicked cell. Dependent on the type of the active view Day View, Work Week View - Moves focus to the previous or next time cell w ithin the current day. Week View - Moves focus to the previous or next day. Month View - Moves focus to the same day of the w eek for the previous or next week. Dependent on the type of the active view Day View, Work Week View - Moves focus to the corresponding time cell of the previous or next day. Week View - Moves focus to the left or right of the corresponding cell of a column. The view is scrolled to the previous or next week if necessary. Month View - Moves focus to the previous or next day. Moves the row focus one page dow n preserving the column focus. Moves the row focus one page up preserving the column focus. Dependent on the type of the active view Day View, Work Week View - Moves focus to the cell corresponding to the time value of the DayView.W orktime within the current day. Week View, Month View - Moves focus to the first day shown in the current w eek - SchedulerView Base.VisibleIntervals Dependent on the type of the active view Day View, Work Week View - Moves focus to the cell corresponding to the TimeOfDayInterval.End time value of the DayView.WorkTime w ithin the current day. Week View, Month View - Moves focus to the last day shown in the current w eek. Dependent on the type of the active view Day View, Work Week View - Moves focus to the first cell of the day's visible time span. Week View, Month View - Moves focus to the first day shown in the current w eek. Dependent on the type of the active view Day View, Work Week View - Moves focus to the 2013 DevExpress Inc. 2407

18 2408 last cell of the day's visible time span. Week View, Month View - Moves focus to the last day shown in the current w eek. Pressing the TAB key Pressing the SHIFT-TAB key Pressing the ALT with UP (DOWN) ARROW keys Sw itches to appointments navigation. A focus shifts to the next time appointment within the time span shown. Pressing the key repeatedly iterates through the appointments in the follow ing way- appointments w ith a definite duration are follow ed by all-day appointments. Sw itches to appointments navigation. A focus shifts to the previous time appointment within the time span shown. Pressing the key repeatedly iterates through the appointments in the follow ing way- appointments w ith a definite duration are follow ed by all-day appointments. Dependent on the type of the active view Day View, Work Week View, Month View - Moves focus one w eek before or after. Week View - acts as LEFT(RIGHT) ARROW keys W hen appointments are grouped, only ARROW keys can move focus to another resource group DevExpress Inc. 2408

19 Select Dates 2409 W informs Controls > Products > Scheduler > End-User Capabilities > Select Dates End-users are able to select either a particular date, or a range of dates by means of the DateNavigator control, or directly in Scheduler's time cell grid. Selecting dates using the DateNavigator control results in displaying them by the SchedulerControl, to which it is linked. The behavior of these controls is similar to that of MS Outlook. Using the DateNavigator control Action Click any date in the DateNavigator calendar. Click and drag across the DateNavigator calendar. Hold dow n the CTRL key and click several dates. Effect One day becomes selected, and the SchedulerControl displays it using the Day View. If the currently active view is of another type, it is automatically changed to Day View. The only exception is the Work Week View. In this instance, the entire w ork week is selected. The continuous range of dates is selected. The SchedulerControl adjusts the currently active view to display the selected range of dates. If the selection is smaller than a week, the view type is switched to Day View. A week-long range is displayed using the Scheduler's W eek View. If the range is more than a week, then the Month View is used. A set of dates is selected. The SchedulerControl displays it using the Day View, irrespective of the size of the selected range. To prevent end-users from selecting multiple dates, set the DateNavigator.Multiselect property to false. The selection is defined by the Selection, SelectionStart and SelectionEnd properties of the DateNavigator class. Using the SchedulerControl control Action Click any date in the SchedulerControl (if the currently active view is set to either the Week View or the Month View). Click and drag across the time cells (in the Week View or Month View only). Effect One day is selected. A continuous range of dates is selected. The selected range in the DateNavigator control is not affected, although it goes along w ith the range displayed within the SchedulerControl. The selection is defined by the SchedulerControl.SelectedInterval property of the SchedulerControl class. Only view s w ith SchedulerViewBase.Enabled set to true are available for the scheduler to display data DevExpress Inc. 2409

20 Select Time Cells 2410 W informs Controls > Products > Scheduler > End-User Capabilities > Select Time Cells The actions available to the user can be restricted by specifying the SchedulerOptionsCustomization properties. The SchedulerControl provides end-users with the ability to select time cells using either a mouse or the available keyboard shortcuts. Action Clicking w ith the mouse. Clicking and dragging with the mouse. Pressing the SHIFT+ARROW KEY combination. Effect One time cell is selected. A continuous range of time cells is selected. Enables end-users to select a continuous range of time cells. that w hen such actions are carried out any previous cell selection is cleared. The selected range is defined by the SchedulerControl.SelectedInterval property of the SchedulerControl class DevExpress Inc. 2410

21 Zoom 2411 W informs Controls > Products > Scheduler > End-User Capabilities > Zoom End-users can zoom in the scheduler view to display its content in greater detail, or zoom out for a more general view. Zooming is implemented by adjusting the time scale (in the Day View, Work-Week View and Timeline View ) or changing the number of visible w eeks (in the Month View ). Zooming operations are available for end-users via the CTRL+PLUS SIGN, CTRL+MINUS SIGN or CTRL+MOUSE WHEEL key combinations. If a scheduling application is provided w ith the Bar or Ribbon UI, end-users can zoom in and zoom out the scheduler area using the corresponding buttons on the Navigate toolbar or Ribbon page group. Bar UI Ribbon UI 2013 DevExpress Inc. 2411

End-User Capabilities

End-User Capabilities End-User Capabilities 1951 W informs Controls > Products > Pivot Grid > End-User Capabilities The topics in this section describe the operations available to the end-users of the Pivot Grid. The follow

More information

Table of Contents. Windows Interface Elements (Home Page) Contents. Select Chart... Elements

Table of Contents. Windows Interface Elements (Home Page) Contents. Select Chart... Elements Contents Table of Contents Windows Interface Elements (Home Page) 1 Charting... 8 Chart Wizard... 9 Chart Type... Page 11 Appearance... Page 12 Series Page... 14 Data Page... 16 Chart Page... 19 Diagram

More information

Facilities and Safety How-To Guide: Scheduling Appointments and Meetings in Outlook 2010

Facilities and Safety How-To Guide: Scheduling Appointments and Meetings in Outlook 2010 The Outlook Calendar The calendar is divided into three sections: The Navigation Pane The Calendar Grid The To-Do Bar The calendar may be viewed in several formats. Under the Home tab, in the Arrange section,

More information

General Outlook Tips. Display Outlook Today. Change Outlook's Default Starting Location. Change Navigation Pane Options. Personalize the Address Book

General Outlook Tips. Display Outlook Today. Change Outlook's Default Starting Location. Change Navigation Pane Options. Personalize the Address Book Outlook 2010 Tips 'n Tricks General Outlook Tips Display Outlook Today Select the Mail folder > Click on your email address to display a customizable "Day at a Glance" view of Outlook. Click the Customize

More information

Outlook 2010 Calendar

Outlook 2010 Calendar Outlook 2010 Calendar Table of Contents The Calendar... 4 The Week View... 5 Day View... 6 Month View... 7 Schedule View... 8 Scheduling Appointments... 9 Appointments... 10 Meetings... 10 Creating Appointments/Meetings...

More information

Keyboard shortcuts for Microsoft Access 2013 and 2016

Keyboard shortcuts for Microsoft Access 2013 and 2016 Keyboard shortcuts for Microsoft Access 2013 and 2016 Frequently used shortcuts This table itemizes the most frequently used shortcuts in Access desktop databases. Select the active tab of the ribbon and

More information

Microsoft PowerPoint Lesson 2

Microsoft PowerPoint Lesson 2 Microsoft PowerPoint 2010 Lesson 2 On completion of this lesson, students will be able to do the following: Create a new presentation from a theme Create a new slide Delete a slide Enter text in the Outline

More information

Outlook Web App. Getting Started. QUICK Source. Microsoft. in Exchange Server 2010

Outlook Web App. Getting Started. QUICK Source. Microsoft. in Exchange Server 2010 QUICK Source Microsoft Outlook Web App in Exchange Server 2010 Getting Started The Outlook Web App Window u v w x y u v w x y Browser Toolbars allow the user to navigate in the browser. Outlook Web Access

More information

Access 2013 Keyboard Shortcuts

Access 2013 Keyboard Shortcuts Access 2013 Keyboard Shortcuts Access app shortcut keys Design-time shortcut keys These shortcut keys are available when you are customizing an app in Access. Many of the shortcuts listed under Desktop

More information

Navigation Bar Icons

Navigation Bar Icons Outlook 2016 Main Screen Navigation Bar Icons Mail Calendar Contains mail-related folders like your Inbox, Sent Items and Search Folders. Use the Favorite Folders at the top of the pane for easy access

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

ComponentOne. Scheduler for LightSwitch

ComponentOne. Scheduler for LightSwitch ComponentOne Scheduler for LightSwitch Copyright 2012 ComponentOne LLC. All rights reserved. Corporate Headquarters ComponentOne LLC 201 South Highland Avenue 3 rd Floor Pittsburgh, PA 15206 USA Internet:

More information

2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS

2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS 2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS Here s what you will learn in this session: Creating a professional signature Sort and organize your email using folders Attachments Identifying

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Setting up the EDGE System in Outlook for Mac 2011

Setting up the EDGE System in Outlook for Mac 2011 Setting up the EDGE System in Outlook for Mac 2011 TOPICS COVERED INCLUDE: - Turning Off E-mail Notifications - Creating at Task - Setting Up Categories - Setting Up the Task View - Setting Up the Reading

More information

Lesson 1: Getting Started with

Lesson 1: Getting Started with Microsoft Office Specialist 2016 Series Microsoft Outlook 2016 Certification Guide Lesson 1: Getting Started with Email Lesson Objectives In this lesson, you will learn to identify Outlook program items,

More information

Calendar Basics Outlook 2016 for Windows

Calendar Basics Outlook 2016 for Windows Calendar Basics Outlook 2016 for Windows Texas Christian University Information Technology Table of Contents Navigate the Calendar... 1 Create and Edit New Calendar Items... 2 New Appointment... 2 Add

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Microsoft Outlook Web App 2013

Microsoft Outlook Web App 2013 BrainStorm Quick Start Card for Microsoft Outlook Web App 2013 With Microsoft Outlook Web App for Exchange Server 2013, you can manage your email, calendar, and contacts wherever you go, on almost any

More information

Outlook Calendar

Outlook Calendar Outlook Calendar - 2003 The Calendar feature in Outlook can be used to add appointments to your own or another person s agenda or to schedule meeting for which you invite other people to attend. Open the

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

Office 365 Calendar Essentials

Office 365 Calendar Essentials Office 365 Calendar Essentials Collapse/Expand Calendar Navigation This is the app launcher tool in the top left of your Outlook on the web window. Select Calendar from the list of available apps or click

More information

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda:

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda: Page 1 Outlook 2010 One Wednesday, August 7, 9-11 am Agenda: Outlook Search Options Working with Attachments Creating a Signature Marking a Message as Read Flag an item for Follow-Up Reply, Reply All &

More information

Outlook Navigation

Outlook Navigation Outlook 2010 Email Navigation Reading Pane Navigation Pane Inbox Navigation Pane Access your mail folders, view your calendar(s), and more. Inbox Browse through emails and meeting invites that have not

More information

Microsoft Office Outlook 2010

Microsoft Office Outlook 2010 Starting Microsoft Outlook 2010 with XP Click on Start, E-mail Microsoft Outlook or Start, All Programs, Microsoft Office, Microsoft Outlook. Starting Microsoft Outlook 2010 with Windows 7 Click on the

More information

ADVANCED GroupWise 7.0

ADVANCED GroupWise 7.0 ADVANCED GroupWise 7.0 Distributed by the Administrative Technology User Support Department under the Direction of Dr. Russell Clukey, Executive Director, Support Services. Feel free to contact the AT

More information

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5 Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5 OPEN OUTLOOK CALENDAR... 5 Ribbon... 6 Navigation Pane... 6 Appointment Area... 6 Task Pane... 6 To-Do Bar... 6 THE

More information

Infragistics Windows Forms 16.2 Service Release Notes October 2017

Infragistics Windows Forms 16.2 Service Release Notes October 2017 Infragistics Windows Forms 16.2 Service Release Notes October 2017 Add complete usability and extreme functionality to your next desktop application with the depth and breadth our Windows Forms UI controls.

More information

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Control Shortcut s Ctrl + PgDn Ctrl + PgUp Ctrl + Shift + & Ctrl + Shift_ Ctrl + Shift + ~ Ctrl + Shift + $ Ctrl + Shift + % Ctrl +

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

Outlook Getting Started QUICK. Source. Microsoft

Outlook Getting Started QUICK. Source. Microsoft Microsoft QUICK Outlook 2010 Source Getting Started The Outlook Window u v w x z Using the Backstage View The Backstage view allows you to quickly manage Outlook settings, such as Account Settings, Mailbox

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

How to use the Acrobat interface and basic navigation

How to use the Acrobat interface and basic navigation How to use the Acrobat interface and basic navigation The work area (Figure 1) includes a document pane that displays Adobe PDF documents and a navigation pane (on the left) that helps you browse through

More information

[Not for Circulation] This document provides information regarding using tasks in Microsoft Outlook 2007.

[Not for Circulation] This document provides information regarding using tasks in Microsoft Outlook 2007. Outlook Tasks This document provides information regarding using tasks in Microsoft Outlook 2007. Overview of Tasks A task is an item that you create in Outlook to track until its completion. Through the

More information

XnView Image Viewer. a ZOOMERS guide

XnView Image Viewer. a ZOOMERS guide XnView Image Viewer a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...14 Printing... 22 Image Editing...26 Configuration... 34 Note that this guide is for XnView version 1.8. The current

More information

Text box. Command button. 1. Click the tool for the control you choose to draw in this case, the text box.

Text box. Command button. 1. Click the tool for the control you choose to draw in this case, the text box. Visual Basic Concepts Hello, Visual Basic See Also There are three main steps to creating an application in Visual Basic: 1. Create the interface. 2. Set properties. 3. Write code. To see how this is done,

More information

Outlook Web Access (OWA) PTHS District 209

Outlook Web Access (OWA) PTHS District 209 Outlook Web Access (OWA) PTHS District 209 Table of Contents Welcome to Outlook Web Access (OWA)... 1 To Access Your Proviso E-mail:... 1 If You Use Windows 95 or 98 or 2000 at Home... 2 About the Navigation

More information

Getting Started The Outlook Web Access Window

Getting Started The Outlook Web Access Window QUICK Source Microsoft Outlook Web Access in Exchange Server 2003 Getting Started The Outlook Web Access Window ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ Using the Reading Pane The Reading Pane allows you to view your e-mail messages

More information

Designing Forms in Access

Designing Forms in Access Designing Forms in Access This document provides basic techniques for designing, creating, and using forms in Microsoft Access. Opening Comments about Forms A form is a database object that you can use

More information

About the To-Do Bar in Outlook 2007

About the To-Do Bar in Outlook 2007 Tasks in the Microsoft Office system are similar to a to-do list. Tasks make it easy to use Microsoft Office Outlook 007 to organize your time and your work. Tasks are integrated across Outlook 007, Microsoft

More information

Master Microsoft Outlook!

Master Microsoft Outlook! Master Microsoft Outlook! A Smarter Way to Use Email, Calendars and More Outlook Topics The Ideal Outlook Environment Email Management a New Level Calendar Quick Tips Use Outlook for Project Management

More information

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise.

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise. The tax Calendar in Premium Pro Enterprise includes due dates for annual, estimate, and monthly premium tax returns, due dates for various additional insurance related filings, and due dates for local

More information

Microsoft Office Outlook 2007 Quick Reference Card

Microsoft Office Outlook 2007 Quick Reference Card Microsoft Office Outlook 2007 Quick Reference Card Outlook 2007 Main Screen The default view opens to the Mail Folder, Navigation Pane, the Inbox, To-Do Bar, and the Reading Pane. The Main Screen provides

More information

Text Box Frames. Format Text Box

Text Box Frames. Format Text Box Text Box Frames Publisher is different from Word Processing software in that text in Publisher only exists in Text Box Frames. These frames make it possible to type or import text and then move or resize

More information

ATS Scheduling. To schedule or edit an existing appointment, you can choose the menu option or the calendar 15 icon in the toolbar.

ATS Scheduling. To schedule or edit an existing appointment, you can choose the menu option or the calendar 15 icon in the toolbar. Scheduling To schedule or edit an existing appointment, you can choose the menu option or the calendar 15 icon in the toolbar. Required fields for an appointment are appointment time selected in the calendar

More information

Excel Lesson 1 Microsoft Excel Basics

Excel Lesson 1 Microsoft Excel Basics Microsoft Excel Basics Microsoft Office 2010 Introductory 1 Objectives Define the terms spreadsheet and worksheet. Identify the parts of a worksheet. Start Excel, open an existing workbook, and save a

More information

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.)

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.) Navigation Banner 9 Log into your portal and then select the Banner 9 badge. This will bring you to the Application Navigator. Application Navigator: How to access Banner forms (now called pages.) Menu

More information

McGhee Productivity Solutions

McGhee Productivity Solutions Chapter 2: Setting up the ContolPanel Go to your Calendar in Outlook Select View from the tabs at the top of your window 1. Choose the Work Week or Week icon on the ribbon 2. Choose the Daily Task List

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

Calendar. Quick Start Guide. Schedule a Lync Meeting Meet face-to-face or save yourself a trip by meeting online with Lync 2013.

Calendar. Quick Start Guide. Schedule a Lync Meeting Meet face-to-face or save yourself a trip by meeting online with Lync 2013. Calendar Quick Start Guide Schedule a Lync Meeting Meet face-to-face or save yourself a trip by meeting online with Lync 2013. Switch views Use the calendar view that best fits your workflow. Switch as

More information

Getting Started with OneNote 2016

Getting Started with OneNote 2016 1 Getting Started with OneNote 2016 Understanding OneNote 2016 Concepts Getting Started Managing Notebooks Navigating and Viewing Notebooks Learning Objective: Explore the user interface, create, save,

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

MS Office Outlook 2010 Calendar MS OFFICE Outlook 2010 Calendar

MS Office Outlook 2010 Calendar MS OFFICE Outlook 2010 Calendar MS OFFICE 2010 Outlook 2010 Calendar MS Office 2010 Outlook 2010 Calendar Information Resources and Technology Training Services Rowan University Memorial Hall 201 Mullica Hill Road Glassboro, NJ 08028-1701

More information

Photoshop and Lightroom for Photographers

Photoshop and Lightroom for Photographers Topic 4 Panning and Zooming in Photoshop Learning Outcomes In this lesson, we will look at how we can pan and zoom to see our documents from a variety of angles. There are a number of ways to zoom in and

More information

Outlook 2010 Cheat Sheet. USC Marshall School of Business Academic Information Services. Table of Contents

Outlook 2010 Cheat Sheet. USC Marshall School of Business Academic Information Services. Table of Contents USC Marshall School of Business Academic Information Services Outlook 2010 Cheat Sheet Aside from a few new features such as Quick Steps and Conversation View, the biggest change in Outlook 2010 from previous

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Outlook 2010 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook options. Ribbon: Logically organizes Command Buttons onto Tabs and Groups

More information

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

New Visual Design for IRON HQ Release Notes

New Visual Design for IRON HQ Release Notes New Visual Design for IRON HQ Release Notes Based on customer feedback, NetSuite, our platform for HQ, has improved key areas of the user interface including readability, navigation, data entry, and dashboard

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Infragistics Windows Forms 17.1 Service Release Notes October 2017

Infragistics Windows Forms 17.1 Service Release Notes October 2017 Infragistics Windows Forms 17.1 Service Release Notes October 2017 Add complete usability and extreme functionality to your next desktop application with the depth and breadth our Windows Forms UI controls.

More information

BASIC NAVIGATION & VIEWS...

BASIC NAVIGATION & VIEWS... Content Overview VISUAL TOUR... 5 NEW FEATURES IN OUTLOOK 2010... 6 BASIC NAVIGATION & VIEWS... 7 SETTING PREFERENCES... 7 Creating an Outlook Shortcut... 7 Choosing a Startup View... 7 CUSTOMIZING INBOX

More information

GraphWorX64 Productivity Tips

GraphWorX64 Productivity Tips Description: Overview of the most important productivity tools in GraphWorX64 General Requirement: Basic knowledge of GraphWorX64. Introduction GraphWorX64 has a very powerful development environment in

More information

Chapter 1: Fundamentals

Chapter 1: Fundamentals Chapter 1: Fundamentals Module A: Getting around The replaces the menus and toolbars of older Outlook versions. Folder pane To-Do bar Ribbon Reading pane The is/are the primary way to access various areas

More information

APPOINTMENTS AND EVENTS

APPOINTMENTS AND EVENTS In APPOINTMENTS AND EVENTS FOCUS WPL_O717 Outlook Calendar is a scheduling tool that helps you manage appointments, events and meetings with other people. Appointments, events, and meetings are collectively

More information

Outlook Quick Start Guide

Outlook Quick Start Guide Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable

More information

Mi c r o s o f t Wo r d Qu i c k Re f e r e n c e Ca r d

Mi c r o s o f t Wo r d Qu i c k Re f e r e n c e Ca r d Tech Talk # 5 Mi c r o s o f t Wo r d Qu i c k Re f e r e n c e Ca r d Introduction by Renae Schmidt Hello! Welcome to Tech Talk #5. This week we are sharing a Microsoft Word 2010 Quick Reference Card.

More information

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage:

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: Page 1 of 18 Using AutoCollage 2008 AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: 1. Click on a folder name in the Image Browser. 2. Once at

More information

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING 1 OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING DISPLAYING THE ADVANCED TOOLBAR (2007) The Advanced toolbar isn t advanced; it s just the commands that they couldn t fit on the Standard

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Microsoft Outlook Basics

Microsoft Outlook Basics Microsoft Outlook 2010 Basics 2 Microsoft Outlook 2010 Microsoft Outlook 2010 3 Table of Contents Getting Started with Microsoft Outlook 2010... 7 Starting Microsoft Outlook... 7 Outlook 2010 Interface...

More information

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis Microsoft Excel 2013 Chapter 3 Working with Large Worksheets, Charting, and What-If Analysis Objectives Rotate text in a cell Create a series of month names Copy, paste, insert, and delete cells Format

More information

User s Guide. Valvova Oy

User s Guide. Valvova Oy User s Guide Valvova Oy June 21, 2017 CONTENTS Contents 1 Timeline 2 1.1 Program startup......................................... 3 1.2 Calendar............................................. 3 1.3 Go to

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

How to Use Internet Explorer 9

How to Use Internet Explorer 9 How to Use Internet Explorer 9 The Basics: 1. The Address Bar is located at the very top of your open webpage. This is where you will type in the address of the website you d like to visit. For example,

More information

Access: Printing Data with Reports

Access: Printing Data with Reports Access: Printing Data with Reports Reports are a means for displaying and summarizing data from tables or queries. While forms are primarily for on-screen viewing, reports are for presenting your data

More information

Outlook 2007 Department of Computer Science and Engineering 2008

Outlook 2007 Department of Computer Science and Engineering 2008 Outlook 2007 Department of Computer Science and Engineering 2008 This document was prepared by the Department of Computer Science and Engineering for faculty and staff at the University of South Carolina

More information

30-Minute Time Scale. Available & Shared Calendars

30-Minute Time Scale. Available & Shared Calendars CALENDAR WINDOW The Calendar Information viewer can be configured in a variety of different views that resemble traditional planner books. The common view is the Day/Week/Month view. This view provides

More information

Formula Bar. Scroll bars. View buttons. Zoom slider

Formula Bar. Scroll bars. View buttons. Zoom slider Microsoft Excel 2013 Quick Reference Card The Excel 2013 Screen Free Cheat Sheets! Visit: cheatsheet.customguide.com Keyboard Shortcuts File tab Name box Quick Access Toolbar Active cell Title bar Rows

More information

Outlook Calendar 2013

Outlook Calendar 2013 Outlook Calendar 2013 Work Together Add appointments, view and share calendars Open Calendar View your calendar Create an appointment Change appointment details How other staff see your calendar Open another

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

More information

MICROSOFT EXCEL KEYBOARD SHORTCUTS

MICROSOFT EXCEL KEYBOARD SHORTCUTS MICROSOFT EXCEL KEYBOARD SHORTCUTS KEY DESCRIPTION CTRL+PgUp CTRL+PgDn CTRL+SHIFT+( CTRL+SHIFT+& CTRL+SHIFT_ CTRL+SHIFT+~ CTRL+SHIFT+$ CTRL+SHIFT+% CTRL+SHIFT+^ CTRL+SHIFT+# CTRL+SHIFT+@ CTRL+SHIFT+! Switches

More information

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 6 AGENDA

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents The Specification Manager 3 Specification Manager - Overview

More information

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Microsoft Office Training Skills 2010 Lesson 5 Working with pages, Tables, Shapes and Securing Documents Adding Page color Add color to the background of one or several pages in the document. 1. Click

More information

Highline College Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #12: PowerPoint

Highline College Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #12: PowerPoint Highline College Busn 216: Computer Applications for Business (Fun and Power with Computers) Topics Covered in Video: Office 2016 Video #12: PowerPoint 1) Open PowerPoint 2) Save As with Name Busn 216

More information

Exploring Windows 8. Starting Windows 8 for the First Time. About Windows 8 User Interface and Features. Get Started. Unlock Your Computer and Sign In

Exploring Windows 8. Starting Windows 8 for the First Time. About Windows 8 User Interface and Features. Get Started. Unlock Your Computer and Sign In About Windows 8 User Interface and Features This guide provides an overview of the new features in the Windows 8 user interface so you can get up and running quickly with the new operating system. Starting

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Outlook 2002 Keyboard Shortcuts

Outlook 2002 Keyboard Shortcuts General F1 Display the Assistant balloon (if the Assistant is turned off. F1 opens the Help window) ALT+ the letter underlined in an option Select an option in a dialog box. select or clear a check box

More information

TECHNICAL DOCUMENTATION

TECHNICAL DOCUMENTATION TECHNICAL DOCUMENTATION OF mfmoduleappointments (Version 1.0) Developed By : Mindfire Solutions www.mindfiresolutions.com CONTENTS 1. Overview 2. Project Environment 3. Plug-ins / Beans Used 4. Screen

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Microsoft Outlook 2002 Keyboard Shortcuts

Microsoft Outlook 2002 Keyboard Shortcuts F1 ALT+ the letter underlined in an optn ALT+A ALT+C ALT+C ALT+D ALT+ ALT+ ALT+EQUAL SIGN ALT+F4 ALT+HYPHEN SIGN ALT+I ALT+LEFT ALT+LEFT ALT+number ALT+O ALT+O ALT+O, and then press B ALT+O, and then press

More information

Word 1 Module 2. Word 1. Module 2

Word 1 Module 2. Word 1. Module 2 Word 1 Module 2 Revised 5/1/17 Contents Create a New Document...2 Class Walkthrough 2.1...2 Entering Text into a Document...2 Class Walkthrough 2.2...2 Lines of Text vs. Paragraphs...2 Insertion Point...3

More information