Introduction to IBM Rational HATS For IBM System i (5250)

Size: px
Start display at page:

Download "Introduction to IBM Rational HATS For IBM System i (5250)"

Transcription

1 Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1

2 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming your 5250 applications. You will learn how to create a HATS project, bypass the sign on screen with a simple macro, customize the main menu screen, and combine and show data from multiple screens. Please report any issues or problems with this lab to Will Smythe (smythew@us.ibm.com). Learning objectives Use the HATS Toolkit to create a HATS Web project Customize a HATS template Record a simple sign on macro Transform a menu screen Combine data from multiple screens and display it to the user Total time: 2 hours Skill level Introductory Audience Programmer Requirements IBM Rational Application Developer (or above) IBM Rational Host Access Transformation Services (HATS) 7.1 (or above) Internet connection Prerequisites Basic IDE skills Basic understanding of terminal applications Conventions used in this lab Bold font for user interface controls Mono-spaced font for user input and code blocks Italic font for variable names and glossary terms Introduction to IBM Rational HATS 2

3 Creating a HATS project 1. Click Start > Programs > IBM Software Development Platform > IBM Rational HATS 7.1 > HATS Toolkit 7.1 to start the HATS toolkit. 2. When prompted for a workspace directory, type c:\myworkspaces\myhatslabs and click OK. 3. Once the Host Access Transformation Services perspective loads, click the Create HATS Project button on the HATS toolbar. 4. In the Name field, type myhats Select the Web deployment option. 6. In the Target Server field, select WebSphere Application Server v6.0. If this server is not available, select v5.1 or v In the Enterprise Application project field, type myhats5250.ear 8. Click Next. The Connection Settings panel enables you to setup the connection to your 3270 or 5250 system. Note: Before proceeding, please check with your lab instructor (if applicable) for updated connection settings. Introduction to IBM Rational HATS 3

4 9. In the Host name field, type iseriesd.demos.ibm.com (unless your instructor provides an alternate host to connect to). 10. In the Type drop-down, select Accept the default values for the Port, Code page, and Screen size. 12. Click Next. You will see the Project Theme panel. A theme controls the basic appearance and behavior characteristics for the application. For example, you can select the Classic terminal emulator theme to enable emulatorlike features, such as automatic field advance, in your application by default. 13. Select the Standard theme option. 14. Click Next. You will see the Default Template panel. A template controls the basic layout and style (such as color and font) of the application. 15. From the list of templates, select Sports.jsp. 16. Click Finish. After a few minutes, the new project will appear in the HATS Projects view and the Project Settings editor for the project will open. Caution: There is a known issue that sometimes causes WebSphere Application Server not to start. Because you will use this server later in the tutorial to test your application, please take the opportunity now to fix this problem on your system by following the steps below. 17. Open the Servers view tab at the bottom of the workbench window, select WebSphere Application Server v6.1 (or v7.0), right-click and select Open. Introduction to IBM Rational HATS 4

5 18. In the Server section, select the SOAP (Designed to be more firewall compatible) radio button. Click File > Save to save the server configuration. 19. Close the server configuration editor window. 20. Click the X on the settings tab to close this editor for now. You will review the settings in this editor later in the lab. In the HATS project view, notice your project including all of its folders. You will be looking into these folders as you go through this tutorial. Testing the project 21. In the HATS Projects view right-click on your project folder and select Debug on Server. Introduction to IBM Rational HATS 5

6 22. Click Yes when prompted to show the display terminal. The display terminal window appears whenever a connection is established to your system. It allows you to see the actual green screens HATS is transforming. 23. Select the Choose an existing server option. 24. Select WebSphere Application Server v6.1 or 7.0 from the server list. 25. Check the Set server as project default checkbox. 26. Click Finish. It will take a few minutes for the server to start. In the Web Browser view, you will see your HATS project running live with your host system. This is the HATS default transformation for your host system. As you go through this tutorial, you will learn how to change some of the project settings that affect the default transformation as well as create custom transformations for several screens. 27. To maximize the Web Browser, double-click on the Web Browser tab. Restore it by double-clicking it again. If you want to signon to the iseriesd server, use userid ATDEMO, password DEMO4YOU Introduction to IBM Rational HATS 6

7 28. Click one of the links in the left panel of the template. Click the back button to get back to your HATS application. Later you will learn how to modify the template. 29. Notice at the bottom left of the host screen the five buttons starting with the Reset button. This is the application keypad. Also, notice at the bottom of the host screen there are no buttons for host keys visible. This is because the host keypad is not displayed by default (with the Standard theme). Finally notice the Operator Instruction Area (OIA). Later you will learn how to change these global project settings. Also notice the host display terminal that shows the actual host screen that HATS is transforming. The end user would never see this screen. It is displayed because you requested it, in an earlier step above, and it can be used to help you debug your HATS application. Introduction to IBM Rational HATS 7

8 Working with the template and stylesheets 30. Switch to the HATS Projects view. 31. Expand the Web Content > Templates folder. 32. Double-click the template you selected as your default (Sports.jsp) to open it. This will open the template in the Page Designer editor. Notice at the bottom of the editor view the Design, Source, and Preview tabs. The Design view is a WYSIWYG editor, the Source view enables you to modify the JSP source of your template, and the Preview view shows a preview of your template. You can make your changes in either the Design or Source views. 33. In the Design view, change the company name by clicking on the text, My Company, and typing whatever company name you wish. This example uses JK Enterprises. 34. In a similar manner change any other text you wish. For example, change the other occurrences of My Company. Introduction to IBM Rational HATS 8

9 35. Next make a change to one of the links on the template. Select a link, for example, the Home Page link, and then click the Properties tab that is displayed at the bottom of the workbench. 36. Change the URL to some other site you know, such as and for Target select New Window. This will open the URL in a different browser window or tab. 37. Click the Source tab and change the stylesheet for the template to one that will use a white background. On the LINK statements change tantheme.css to whitetheme.css and reversevideotan.css to reversevideowhite.css. 38. When you have finished making changes to your template, close the editor view by clicking the X on the JSP tab. Click Yes when asked if you want to save your changes. Changing project settings 39. In the HATS Projects view, double-click Project Settings to open the project settings editor for your project. Introduction to IBM Rational HATS 9

10 The Project Settings editor enables you to modify project-level settings. For example, you can select a different template or theme, modify the default rendering rules, show the host keypad, and more. 40. Click the Rendering tab. The Rendering tab allows you to modify default rendering rules, create global rules, modify project-level component and widget settings, and alter the host and application keypads. 41. In the left panel, expand the list of Components. These are the components that HATS can recognize on a host screen and the default rules for recognizing them. For example, notice the default rules for how HATS will recognize an area of the screen to represent a function key. HATS also provides components to detect menu options as well as subfiles. Introduction to IBM Rational HATS 10

11 When you are done looking at the various components, expand the list of widgets that can be used to render a graphical view of a host component. Notice the default settings for the Drop-down (data-entry) widget. You will use this widget later in this tutorial. 42. When you are finished looking at the various Widgets, click the Application Keypad node. Earlier in this tutorial you saw the application keypad. Here you can change what keys to display and whether to display keys as buttons or links. 43. Uncheck Turn Keyboard On/Off so that this key will not appear on the application keypad. Introduction to IBM Rational HATS 11

12 44. Click the Host Keypad section. Notice that by default the host keypad is not displayed. Here is where you can tell HATS to display the host keypad and what keys to include. For this tutorial, use the default to not show the host keypad. 45. Click Operator Information Area. This area is used to configure the Operator Information Area, or OIA, that is typically displayed below the transformed host screen. In this lab we will leave it on. 46. Close the Project Settings View by clicking on the X and click Yes to save your changes when prompted. Testing template and project settings changes 47. Switch back to the Web Browser view, scroll down and click the Refresh button on the application keypad. Warning: sometimes WebSphere Application Server will attempt to republish your application and fail. If this happens, you will see a 500 error in the Web browser. To correct this problem, open the Servers Introduction to IBM Rational HATS 12

13 view at the bottom of the workbench view, select your WebSphere Application Server, right-click and select Restart > Debug. 48. If you see a disconnect page, click Restart. Notice that the Turn Keyboard On/Off key is no longer displayed on the application keypad and that the background is now white. 49. Click the link you changed in the template. Notice that the new site opened in a new window. 50. Close the browser window that appeared. Screen Customizations Introduction to IBM Rational HATS 13

14 This section will teach you how to customize a host screen using HATS. A screen customization is designed to perform a set of actions when a host screen is recognized. It includes a set of criteria for matching host screens and the actions to take when the host screen matches these criteria. Typically a screen customization has a single Apply action. An Apply action tells HATS to use a JSP/HTML page to transform the screen. In this section you will learn how to create a screen customization for the sign on screen that display a simple transformation. This transformation will have a button that will automate sign on to the system. Creating a screen capture 1. In the HATS Projects view, select your project, right-click and select Open Host Terminal > Main. The Host Terminal will open and you will see the Sign On screen. 2. Click the Create Screen Capture button on the toolbar. 3. In the Name field, type signon and click Finish. Recording a macro A HATS macro is a script that drives screen interactions. Macros can be played either by clicking a button or automatically when a screen from the host is recognized. Macros can also be called from a Web Introduction to IBM Rational HATS 14

15 service. In this case you will record a macro that will sign on the user with a generic user name. Of course, if the application required that a user sign on with a unique user name, you would not use this type of macro. For this tutorial you are using a generic user profile that has been set up to allow read only access to a subset of the applications and transactions on the host. Caution: This tutorial assumes the Display Program Messages screen appears after the Sign On screen and before the Main Menu screen. In order to make sure this happens you must start a separate telnet session using the same user name and password. Follow the instructions below to do this: 1. From your desktop, click the Start button and select Run. 2. In the Open field, type telnet iseriesd.demos.ibm.com 3. Click OK. You will see a telnet window: Note: Before proceeding, please use the userid and password below or ask your lab instructor (if applicable) for the user name and password to use 4. Type ATDEMO and press the TAB key. 5. Type DEMO4YOU and press the ENTER key. If the userid doesn t work, get the current user name and password for the IBM i demo system from: You should now be at the Main Menu or a Display Program Messages screen. If you are at a Display Program Messages Screen, press the ENTER key. 1. Switch back to the HATS Host Terminal window. Introduction to IBM Rational HATS 15

16 2. To start recording the macro, click the Record Macro button on the toolbar. 3. In the Name field, type signon. 4. Click Finish. For the first screen in a macro, HATS asks you to define its screen recognition. 5. In the Screen Name field, type signon. 6. Select the Within a rectangular region option (this tells HATS to look for the selected text within the roped off area.) 7. Click Finish. The Host Terminal is now in record mode. This means that every keystroke you make (in the terminal area) is recorded in the macro. Introduction to IBM Rational HATS 16

17 8. In the User field, type ATDEMO (your cursor should already be positioned in this field). 9. Press the TAB key to advance to the next field. 10. In the Password field, type DEMO4YOU. 11. Press the ENTER key. 12. On the Display Program Messages screen, click the Define Screen Recognition Criteria button on the toolbar. You should now see the Select Screen Recognition Criteria panel. 13. In the Screen Name field, type displaymessages. 14. With your mouse, rope off (select) just the title, Display Program Messages, at the top of the screen. 15. Select the At a specified position option. 16. Click Finish. 17. On the Display Program Messages screen, press the ENTER key. 18. On the Main Menu screen click Define Screen Recognition Criteria. Introduction to IBM Rational HATS 17

18 You should now see the Select Screen Recognition Criteria panel. 19. In the Screen Name field, type mainmenu. 20. With your mouse draw a box around the MAIN text at the top of the screen. 21. Select the At a specified position option and click Finish. 22. On the Main Menu screen from the toolbar click Stop Macro 23. On the Define the exit screen of the macro panel click Finish. Next you will edit the macro to handle the case when the Display Programs Messages screen does not appear. 24. In the Macro Navigator panel, right-click on the Next Screens folder under the Sign On screen node and select Edit. Introduction to IBM Rational HATS 18

19 25. Under Available Screen, select the entry for the mainmenu screen and click the button to move it under Next Screens. 26. Click OK. Notice in the Macro Navigator that after the Sign On screen the macro will look for either the displaymessages screen or the mainmenu screen. This will allow your macro to work regardless of whether or not the Display Program Messages screen appears after the Sign On screen. 27. Click the Save Macro button on the toolbar. Introduction to IBM Rational HATS 19

20 28. Navigate the terminal session back to the Sign On screen in the terminal window. Do this by typing 90 in the Selection or command field on the host screen and pressing ENTER. 29. Once the session is on the Sign On screen, from the Host Terminal toolbar click the Play Macro button to test the macro. The macro should navigate the session to the Main Menu. 30. Click the Disconnect button on the toolbar to disconnect the terminal session. 31. Close the Host Terminal window. Creating a screen customization for the Sign On screen You previously created a screen capture for the Sign On screen. You also created a macro to automate sign on to the system. Next you will create a screen customization for this screen. A screen customization consists of how to recognize the screen and then what actions to perform once the screen is recognized. Notice in the Screen Captures folder there is a screen capture for the Sign On screen. Introduction to IBM Rational HATS 20

21 32. Double-click the Sign On screen capture file to open it. 33. Click the Preview tab at the bottom of the editor window. You will see how HATS will transform the screen. At this point you will see the default transformation for the screen. 34. Click the Host Screen tab at the bottom to switch back to the screen capture. 35. Click the New Screen Customization button on the editor toolbar. 36. Accept the supplied screen customization name of signon and click Next Introduction to IBM Rational HATS 21

22 37. The first task in creating a screen customization is to tell HATS how to recognize the screen. On the Select Screen Recognition Criteria panel, accept the default recognition criteria and click Next 38. After you tell HATS how to recognize the screen, you have to tell HATS what to do once the screen is recognized. On the Select Actions panel you will see that you can apply a transformation, which means to display the screen to the end user in a transformed way. Also, you can tell HATS to play a macro or perform advanced actions when this screen is recognized. In this case, check the Apply a transformation checkbox and click Finish. Introduction to IBM Rational HATS 22

23 HATS will create a new screen customization and a blank transformation. You could have selected a different transformation pattern on the previous wizard panel, such as the pattern to prefill the new transformation with all fields on the screen. This approach would allow you to start with a basic rendering of the screen and then move fields around and/or remove fields you don t want the user to see. Creating a transformation for the Sign On screen After a few minutes, HATS will open the new transformation in the Page Designer tool and show the Insert Host Component wizard. This wizard is used to add parts of the screen to the Web page. You will learn how to use this wizard later in the tutorial. 39. For now, click Cancel. Notice in the HATS Projects view that there are now entries for the Sign On screen in both the Screen Customization and the Web Content > Transformations folders. Also notice the transformation for the Sign On screen, signon.jsp, is displayed in the editor view. You will create a transformed look for the Sign On screen. 40. From the Palette view, expand HTML Tags drawer, and select the Text Cell tool. Note: if the Palette view is not open, select Window > Show View > Palette. Introduction to IBM Rational HATS 23

24 41. Move your mouse to the gray area of the transformation, click and hold the left mouse button near the upper left of the gray area and drag your mouse as shown below: 42. Let go of the mouse button to create the area. 43. In the new text area, type JK Products. 44. Select the text you just typed using your mouse. 45. In Properties view at the bottom of the workbench window, click the Align Horizontal Center button to center the text. 46. Select the text again in the design area. 47. Click the Increase Font Size button to increase the size of the text. 48. Next you will add a button that will play the signon macro. First, click anywhere on the free layout area to take focus away from the text cell you just added. From the toolbar select HATS Tools > Insert Macro Key. Introduction to IBM Rational HATS 24

25 49. On the Insert Macro panel check the signon macro and click OK. 50. Draw and drop the button below the text area (create an area that is about the same width as the text area you created previously). 51. Select the button by clicking it. 52. Click Text tab in the Properties view. 53. Click the Align Horizontal Center button to center the button. 54. Click the signon button again. 55. In the input tab of the Properties view, type SignOn in the Label field. This will give the button a friendlier caption. Introduction to IBM Rational HATS 25

26 56. You have now finished with the transformation for the Sign On screen. Close the editor by clicking the X and click Yes to save changes. 57. From the screen capture view click on the Preview tab. Here you will see a preview of how HATS will transform this screen using the transformation you just created. Introduction to IBM Rational HATS 26

27 58. Close the screen capture view by clicking on the X. Testing the transformation 59. Switch back to the Web Browser view, scroll down and click the Refresh button on the application keypad. Note: If you see the disconnected screen, click Restart. 60. Notice your transformed Sign On screen. Restore the host display terminal window if you want to see the macro play through the host screens. Click on the SignOn button to play the signon macro. The signon macro plays, signs on using the supplied userid and password, recognizes whether or not the Display Program Messages is displayed and navigates to the Main Menu screen. Introduction to IBM Rational HATS 27

28 Customizing the Main Menu screen In this exercise you will learn how to create a screen customization for the Main Menu screen. Although this tutorial shows creating a screen capture before creating a screen customization, there is a button on the Host Terminal toolbar to create a screen customization directly from the current host screen displayed on the terminal. 1. In the HATS Projects view, select your project, right- click and select Open Terminal > Main. 2. On the Sign On screen, fill in the user name and password fields (with ATDEMO/DEMO4YOU) and press the ENTER key. 3. On the Display Program Messages screen, press the ENTER key. You should now be at the Main Menu screen. 4. To create a screen capture, click the Create Screen Capture icon 5. In the Capture a Screen panel name this screen capture, mainmenu, and click Finish. 6. Disconnect and close the Host Terminal window. Introduction to IBM Rational HATS 28

29 Creating a screen customization for the Main Menu screen You have already saved a screen capture for the Main Menu screen. Next you will create a screen customization for this screen. 7. Switch back to the workbench window. 8. Notice that in the Screen Captures folder in the HATS Projects view you now have a screen capture for the mainmenu screen. Double-click the mainmenu screen capture to open its editor. 9. Click the New Screen Customization button on the editor toolbar. 10. Accept the supplied screen customization name of mainmenu and click Next Introduction to IBM Rational HATS 29

30 11. On the Select Screen Recognition Criteria panel, with your cursor draw a box around MAIN at the top left corner of the screen. Check At a specified position, and click Next. 12. Check the Apply a transformation checkbox and click Finish. Creating a transformation for the Main Menu screen 13. Once the editor for the Main Menu transformation loads, click the Cancel button to close the Insert Host Component wizard. You will learn how to use this wizard later. 14. Now you will create a transformed look for the mainmenu screen. Start by putting some instructional text on the screen. From the Palette view, select Text Cell and drag and drop it onto the Free Layout Tables area in the Design view of your page. 15. After you have dropped the text cell onto the JSP, position the cell on the JSP using the Properties tab and the values shown below for Top, Left, Width, and Height. Introduction to IBM Rational HATS 30

31 16. Type the following text: Select application and click Enter into the text cell. 17. Select the text with your mouse. 18. Using the Properties tab, align the text and/or increase its size. Next you will add a drop-down and a host key button. This example shows inserting these HATS components into a table. Inserting them into a table is not required but helps with aligning the components with each other. Start by selecting Table from HTML Tags drawer of the Palette and dragging it to the free layout area. 19. Set the table to be 1 row with 2 columns and click OK. Introduction to IBM Rational HATS 31

32 Select the cell containing the table and set its location as shown below. 20. Then select the Text tab and center the table within the cell. 21. Now you will insert a HATS host component into the first cell of the table. Using your left mouse button, position the cursor inside the first cell. Introduction to IBM Rational HATS 32

33 22. From the toolbar select HATS Tools > Insert Host Component. Another method of inserting a host component is to drag and drop it from the HATS Components listed on the Palette. In the Select Screen Region panel, you can select an area of the host screen to transform. 23. If not already checked, check the Highlight fields Input check box. After you do this, you will notice that the Selection or command field at the bottom of the screen is an input field. This is where the end user can enter an application name or command. In this case, you will create a list of applications from which your end users can select. 24. Rope off the first row of the command input field. Make sure you select an area that is long enough to contain the longest string we use in this lab, at least 5 characters. Introduction to IBM Rational HATS 33

34 25. Click Next. You should see the Rendering Options panel. This is where you tell HATS what host component to use for this area of the screen and the widget into which it will be transformed. Notice when you click on each component that different widget options are displayed. 26. Select the Input field component. Notice that by default the component includes the caption for the input field, which in this case is ===>. In this example, you do not want to include the caption. To change this, click the Component Settings button. 27. Uncheck Use project defaults, then uncheck Extract field caption, then click OK. 28. From the Widgets list, select the Drop-down (data entry) widget. 29. Click the Widget Settings button. This panel allows you to change the settings for this widget. Introduction to IBM Rational HATS 34

35 30. Uncheck Use project defaults to override the project level defaults (which are defined in the Project Settings editor). 31. Check the Fill from string checkbox. 32. In the List items box type, Boats=boats;JK=strqm;Sign Off=90. HATS will use these values to populate the drop-down. It will use the text before the equal sign as the text to show in the drop-down and will use the text after the equal sign as the text to insert into the command field. For example, selecting JK from the drop-down will cause strqm to be inserted into the command field. You can also populate a HATS drop-down from an indexed global variable, which is comparable to an array or a list. This array can be populated from a table in a database or from a flat file, for example. It can also be populated from a set of values on a green screen. Notice the style classes. You can find how these classes are defined in the template and stylesheets for the project. 33. Click OK 34. Back on the Rendering Options panel under Widget Preview you can now see what your widget will look like. Click Finish Next, you will add a button that when clicked will pass the Enter key back to the host. 35. Position the cursor in the second cell of your table. 36. Select HATS Tools > Insert Host Keypad > Individual Key on the main menu bar. Introduction to IBM Rational HATS 35

36 37. On the Insert Host Key panel check the Enter key. 38. Click OK. 39. Select the Enter button and set its style on the Properties > Text tab to HostPFKey as shown below. 40. If you would like to change the label on the Enter button, you can do so on the Properties > Input tab. 41. You have now finished with the transformation for the Main Menu screen. Close the editor by clicking the X and click Yes to save changes. Introduction to IBM Rational HATS 36

37 42. From the screen capture view click the Preview tab. Here you see a preview of how HATS will transform this screen using the transformation you just created. 43. Close the screen capture view by clicking on the X. Testing the transformation Introduction to IBM Rational HATS 37

38 44. Switch back to the Web Browser view, scroll down and click the Refresh button on the application keypad. 45. Notice the transformed Main Menu screen. Select JK and click the Enter button to execute the strqm command. The strqm command is executed. You should see the DB2 Query Manager screen. Combining and showing data from multiple screens In this section you will learn how to create a macro that extracts data from multiple tabular screens. Although HATS provides other facilities for doing this, including a screen combination wizard that provides for interaction by the user on the data, this tutorial will show how to do this using a macro since the data is read-only (i.e. the user cannot interact with it). Recording the macro 1. In the HATS Projects view, right-click on your project and select Open Host Terminal > main 2. Click the drop-down arrow next to the Play Macro button on the toolbar and select signon from the menu. This will cause the signon macro to play (which will navigate you to the Main Menu). 3. Type strqm in the Command field and press the ENTER key. Introduction to IBM Rational HATS 38

39 4. Click the Record Macro button on the Host Terminal toolbar. 5. In the Name field, type getinventoryinformation. 6. Click Finish. You will see the Define Screen Recognition Criteria wizard. 7. Accept the default screen name (Screen1) and screen recognition criteria and click Finish. The Host Terminal is now recording every key stroke and command and storing them in your macro. 8. Type 3 in the Selection field and press the ENTER key. 9. Type WHIDEMO in the Library field and press the ENTER key. 10. Find the JK_INV table in the list. In the first input field (under the Opt) column in the same row as JK_INV, type a 5 and press ENTER. 11. On the Find Data in Query Manager Table screen press the ENTER key. This will cause a table of records to be displayed. You should now be at the Display Report screen. You will now learn how to record a looped macro that loops through the screens and collects the data. 12. Click the Record a Loop button on the toolbar. Introduction to IBM Rational HATS 39

40 HATS will show a wizard at the bottom of the terminal window. This wizard directs you on how to record the loop. 13. Click Next in the wizard to define the screen recognition criteria for this screen. 14. In the Define Screen Recognition Criteria panel, rope off the text Display Report at the top of the screen. This tells HATS to identify this screen using this text. 15. Accept the default screen name and click Finish. The wizard now asks you to perform the actions you want to perform for each iteration of the loop. In this scenario, you will extract data and send the PAGE DOWN key. 16. Using your mouse, rope off the data in the tab as shown below: Introduction to IBM Rational HATS 40

41 17. Click the Add Extract Action on the toolbar. An extract action is used in a macro to pull data off the screen and store in a variable or display to the user. 18. In the Name field, type inventorytable. 19. Click the Extract this region as a table option since we want to extract the entire region as a table with multiple columns. Introduction to IBM Rational HATS 41

42 20. Click Next to define the columns of the table. 21. Click Column1 in the list and type Number in the Column name field. 22. Click Column2 in the list and type Name in the Column name field. 23. Click Column3 in the list and type Inventory in the Column name field. 24. Hold the CTRL key on your keyboard and click Column4, Column5, and Column6 in the list (so all three are selected). Click the Merge button to combine the columns into one column. 25. With Column4 selected in the list, type Description in the Column name field. 26. Click Finish to create the extract action. 27. Press the PAGE DOWN key to advance the table. 28. In the loop wizard area at the bottom of the terminal, click the Next button. This tells HATS you are done defining the actions to perform for each loop iteration. 29. Select the End when a unique screen is recognized option. This tells HATS to loop until it reaches a screen you select. 30. Click Next in the loop wizard. HATS will indicate to you that recording is paused. This gives you the opportunity to navigate (without recording) to the last screen of the table. Introduction to IBM Rational HATS 42

43 31. Press the PAGE DOWN key until you see the word Bottom instead of More at the bottom right of the table. 32. Check the Extract data from the last screen checkbox to indicate you want to extract data from the last screen. 33. Click Next. HATS will ask you to define the screen recognition criteria for the last screen in the loop. 34. Rope off the text Bottom. This tells HATS to identify this screen when this text is found on the screen. 35. Click Finish to save the recognition criteria. 36. Click Finish on the loop wizard since you are done recording the loop. 37. Press F3 to exit out of this screen. 38. Press F3 again. 39. Press F3 again. You should now be back on the Main Menu screen. Introduction to IBM Rational HATS 43

44 40. Click the Stop Macro button on the toolbar to stop recording the macro. 41. Click Finish on the Define Screen Recognition Criteria wizard to accept the defaults. 42. Click Save Macro on the toolbar to save the macro. You now have a macro that navigates to and collects information from the inventory information screens. You now have to tell HATS when to play it. 43. Type strqm in the Command field to navigate to the DB2 UDB for iseries Query Manager screen (this is where your macro starts from). 44. Click Create HATS Screen Customization on the toolbar. Using a screen customization will allow you to play the macro when this screen is encountered by the user. 45. Accept the default screen customization name and click Next. 46. Accept the default screen recognition criteria and click Next. 47. Uncheck the Apply a transformation checkbox. 48. Check the Play a macro checkbox. 49. In the drop-down select the macro you just created (getinventoryinformation). 50. Click Finish to create the screen customization. Introduction to IBM Rational HATS 44

45 You now have a screen customization that will play your macro when the DB2 UDB for iseries Query Manager screen is accessed by a user. In this example, this will happen when the user selects JK from the drop-down on the main menu screen. 51. Switch back to the Web Browser view to display your HATS application. Click the Refresh button. After a few moments, HATS will show all screens of the combined table. Although this is a very simple example of how to combine screens using HATS, it is a very powerful function. This example only showed combining read-only data. With HATS you can combine multiple data entry screens by recording a macro that fills in fields on multiple screens using values supplied by a user. Conclusion This concludes the tutorial on creating a HATS Web transformation application. Although only a small set of capabilities were demonstrated, it should be apparent that HATS is a very powerful tool. HATS allows for rapid modernization of green screen applications without any impact to your existing code. Please report any errors in this tutorial to Will Smythe (smythew@us.ibm.com). Introduction to IBM Rational HATS 45

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

Enterprise Modernization for IBM System z:

Enterprise Modernization for IBM System z: Enterprise Modernization for IBM System z: Transform 3270 green screens to Web UI using Rational Host Access Transformation Services for Multiplatforms Extend a host application to the Web using System

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information

Creating Web Services using IBM Rational HATS For IBM i (5250)

Creating Web Services using IBM Rational HATS For IBM i (5250) Creating Web Services using IBM Rational HATS For IBM i (5250) Creating Web Services using HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create web services that expose logic

More information

From green-screens to Web services: using WebSphere Host Access Transformation Services (HATS) V6

From green-screens to Web services: using WebSphere Host Access Transformation Services (HATS) V6 From green-screens to Web services: using WebSphere Host Access Transformation Services (HATS) V6 zseries 3270 example March 30, 2005 Send comments to Rick Hardison (hardison@us.ibm.com) Visit http://websphere.dfw.ibm.com/atdemo/index.html

More information

Web-enable a 5250 application with the IBM WebFacing Tool

Web-enable a 5250 application with the IBM WebFacing Tool Web-enable a 5250 application with the IBM WebFacing Tool ii Web-enable a 5250 application with the IBM WebFacing Tool Contents Web-enable a 5250 application using the IBM WebFacing Tool......... 1 Introduction..............1

More information

Maintain an ILE RPG application using Remote System Explorer

Maintain an ILE RPG application using Remote System Explorer Maintain an ILE RPG application using Remote System Explorer ii Maintain an ILE RPG application using Remote System Explorer Contents Maintain an ILE RPG application using Remote System Explorer.......

More information

WA L KT H R O U G H 1

WA L KT H R O U G H 1 WA L KT H R O U G H 1 udig Install and Introduction 08 June 2008 TABLE OF CONTENTS 1Goals...3 2Installing and Running The udig Application...4 3Online Documentation and Tutorials...8 3.1Help Categories...9

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Using Styles In Microsoft Word 2002

Using Styles In Microsoft Word 2002 INFORMATION SYSTEMS SERVICES Using Styles In Microsoft Word 2002 This document contains a series of exercises in the use of styles in the Microsoft Word 2002 word processing software. AUTHOR: Information

More information

Display Systems International Software Demo Instructions

Display Systems International Software Demo Instructions Display Systems International Software Demo Instructions This demo guide has been re-written to better reflect the common features that people learning to use the DSI software are concerned with. This

More information

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

SQL Server 2005: Reporting Services

SQL Server 2005: Reporting Services SQL Server 2005: Reporting Services Table of Contents SQL Server 2005: Reporting Services...3 Lab Setup...4 Exercise 1 Creating a Report Using the Wizard...5 Exercise 2 Creating a List Report...7 Exercise

More information

SPARK. User Manual Ver ITLAQ Technologies

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

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

In this tutorial, you will learn how to perform basic tasks for setting up a course site in Moodle.

In this tutorial, you will learn how to perform basic tasks for setting up a course site in Moodle. Curriculum and Instructional Materials Center 1-800-654-4502 www.okcimc.com 1: INTRO TO MOODLE WELCOME TO THE INTRO TO MOODLE TRAINING ACTIVITY! In this tutorial, you will learn how to perform basic tasks

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

Microsoft FrontPage Practical Session

Microsoft FrontPage Practical Session Ministry of manpower Higher college of technology Department of Information Technology QA Umbrella Workshop 30 th August- 3 rd September 2008 IT Skills Microsoft FrontPage Practical Session Copyright of

More information

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

ARCAD 5250 Emulator for RDi and Eclipse. Tutorial

ARCAD 5250 Emulator for RDi and Eclipse. Tutorial ARCAD 5250 Emulator for RDi and Eclipse Tutorial For IBM Rational Developer for i version: 7.5+ For Eclipse version: 3.4+ Date: Jun-09 Copyright 1992, 2009 by ARCAD Software, Inc. All rights reserved.

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

FirmSite Control. Tutorial

FirmSite Control. Tutorial FirmSite Control Tutorial 1 Last Updated June 26, 2007 by Melinda France Contents A. Logging on to the Administrative Control Center... 3 Using the Editor Overview:... 3 Inserting an Image... 7 Inserting

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Sage Estimating (SQL) v17.13

Sage Estimating (SQL) v17.13 Sage Estimating (SQL) v17.13 Sage 100 Contractor (SQL) Integration Guide December 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage,

More information

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian An Introduction to Microsoft FrontPage Lecture No.1 Date: April 20. 2007 Instructor: Mr. Mustafa Babagil Prepared By: Nima Hashemian 2006 An Introduction to FrontPage Mathematics Department Eastern Mediterranean

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

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

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

Thermacam Reporter 2000 Professional Template Building Tutorial

Thermacam Reporter 2000 Professional Template Building Tutorial Introduction: This tutorial will guide you step-by-step through the process of creating a new template using Thermacam Reporter 2000 Professional. The template consists of an item page with an IR image

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

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

Creating your first JavaServer Faces Web application

Creating your first JavaServer Faces Web application Chapter 1 Creating your first JavaServer Faces Web application Chapter Contents Introducing Web applications and JavaServer Faces Installing Rational Application Developer Setting up a Web project Creating

More information

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6 User Guide Contents 1. Introduction... 3 1.1. Getting Started... 3 1.2. Navigation... 4 2. Create a Newsletter... 6 2.1. Confirm Company Details... 6 2.2. Choose Template... 8 2.3. Edit Newsletter... 8

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

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

ARCAD 5250 Emulator for WDSc and Eclipse. Tutorial

ARCAD 5250 Emulator for WDSc and Eclipse. Tutorial ARCAD 5250 Emulator for WDSc and Eclipse Tutorial For WDSc version: For Eclipse version: Date: 6.x+ 3.2.x+ Jun-09 Copyright 1992, 2009 by ARCAD Software, Inc. All rights reserved. The following terms are

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

QRG: Using the WYSIWYG Editor

QRG: Using the WYSIWYG Editor WYSIWYG Editor QRG: Using the WYSIWYG Editor WYSIWYG stands for What You See Is What You Get. The WYSIWYG Editor is the reason you don t need to be an IT Programmer to write content for your web page.

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

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

5 Setting Preferences 15 Preferences 15 Configure Chart Colors 16

5 Setting Preferences 15 Preferences 15 Configure Chart Colors 16 CRITERION Vantage 3 Acquire Training Manual Contents 1 Introduction 3 Collecting Data 3 2 Starting the Program 3 Logging In and Logging Out 3 Logging In 3 Logging in as an Administrator 3 Logging in as

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

Javelin Workbench Tutorial. Version 3.0 September, 2009

Javelin Workbench Tutorial. Version 3.0 September, 2009 Javelin Workbench Tutorial Version 3.0 September, 2009 OVERVIEW The Javelin Workbench Beginner Tutorial walks you through the steps of building online feedback forms for the purposes of data collection.

More information

Introduction to Microsoft Publisher

Introduction to Microsoft Publisher Introduction to Microsoft Publisher Day One Agenda: Introduction Templates Layout Inserting and Formatting Text Inserting and Formatting Pictures Practice, Questions Day Two Agenda: Review Day One Tables

More information

Draw Guide. Chapter 9 Adding and Formatting Text

Draw Guide. Chapter 9 Adding and Formatting Text Draw Guide Chapter 9 Adding and Formatting Text Copyright This document is Copyright 2010 2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the

More information

What is OU Campus? Log into OU Campus

What is OU Campus? Log into OU Campus OU Campus v10 Content Providers User Guide This document is designed to provide (level 5) Content Providers with basic information needed to do most tasks. Those needing additional information are encouraged

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

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

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating Forms. Starting the Page. another way of applying a template to a page. Creating Forms Chapter 9 Forms allow information to be obtained from users of a web site. The ability for someone to purchase items over the internet or receive information from internet users has become

More information

Getting Started. Custom Reports Software

Getting Started. Custom Reports Software Getting Started Custom Reports Software Custom Reports software Custom reporting The Custom Reports software lets you transfer quantitative results from Data Analysis into the Custom Reports spreadsheet

More information

HATS APPLICATION DEVELOPMENT FOR A MOBILE DEVICE

HATS APPLICATION DEVELOPMENT FOR A MOBILE DEVICE HATS APPLICATION DEVELOPMENT FOR A MOBILE DEVICE The process for developing a Rational HATS Web application for a mobile device is the same as developing any Rational HATS Web application, with some considerations

More information

NYLearns Curriculum Administration:

NYLearns Curriculum Administration: NYLearns Curriculum Administration: Creating a Curriculum Map May 2014 2 This page left intentionally blank 3 Contents Signing in to NYLearns... 4 Curriculum Mapping... 6 Creating Curriculum Maps... 7

More information

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

Getting Familiar with Microsoft Word 2010 for Windows

Getting Familiar with Microsoft Word 2010 for Windows Lesson 1: Getting Familiar with Microsoft Word 2010 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Understanding Acrobat Form Tools

Understanding Acrobat Form Tools CHAPTER Understanding Acrobat Form Tools A Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer Bible Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

Tutorials. Lesson 3 Work with Text

Tutorials. Lesson 3 Work with Text In this lesson you will learn how to: Add a border and shadow to the title. Add a block of freeform text. Customize freeform text. Tutorials Display dates with symbols. Annotate a symbol using symbol text.

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Expert LESSON 2 - Step-by-Step

Expert LESSON 2 - Step-by-Step Expert LESSON 2 - Step-by-Step STEP BY STEP Apply a Style GET READY. Before you begin these steps, LAUNCH Microsoft Word. 1. Locate and OPEN the file named Classes. 2. Select the Active Older Adults heading.

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

CS-Studio Display Builder

CS-Studio Display Builder CS-Studio Display Builder Tutorial presented: Spring 2017 EPICS Collaboration Meeting at KURRI, Osaka, Japan Megan Grodowitz, Kay Kasemir (kasemir@ornl.gov) Overview Display Builder replaces OPI Builder

More information