OpenInsight for QM Quick Start Guide Release 9.3.1

Size: px
Start display at page:

Download "OpenInsight for QM Quick Start Guide Release 9.3.1"

Transcription

1 OpenInsight for QM Quick Start Guide Release

2 OpenInsight for QM Quick Start Guide Page 2 of 92 INTRODUCTION... 3 STARTING OPENINSIGHT... 4 I. Starting OpenInsight... 4 II. Opening an Existing Application... 5 III. Creating a New Application... 8 CONNECTING TO YOUR OPENQM DATABASE I. Requirements II. Making the connection III. Displaying and editing your data dictionaries IV. Editing a Calculated Column WORKING WITH FORMS I. Creating a Data Entry Form II. Adding/Displaying Data to/from the Table III. Creating an MDI Frame IV. Creating an MDI Child WORKING WITH POPUPS I. Creating a Popup II. Adding Popup Functionality to a Window WORKING WITH REPORTS I. Report Builder II Creating a Report SETTING AN APPLICATION ENTRY POINT OPENINSIGHT TOOLS FOR QM INTEGRATION... 89

3 OpenInsight for QM Quick Start Guide Page 3 of 92 Introduction Congratulations on using one of the most flexible and powerful database development tool kit in the world, OpenInsight from Revelation Software. This Quick Start guide is designed to let you jump right into application development with your OpenQM data. By following this document, you should be able to: 1. Attach your OpenQM data to OpenInsight 2. Convert data dictionaries from a OpenQM file 3. Create a data entry form for that data file 4. Create a Multiple Document Interface (MDI) frame with menu 5. Hook your data entry form up to the MDI frame 6. Create a popup for searching 7. Hook that popup up to your data entry form 8. Create a report against your data file 9. Hook up your report to the MDI Frame So, in less than ten steps, you will have created an entire application. The Programmer s Reference Manual found in the Help menu on the Application Manager screen will give more details and background about concepts and terms that you should become familiar with as you develop more with OpenInsight. You can also check out our website, where we have a free, online threaded discussion where you can ask questions, or search on existing issues. Thanks again for trying out such a great product! OpenQM is a trademark of Ladybridge Systems Limited.

4 OpenInsight for QM Quick Start Guide Page 4 of 92 Starting OpenInsight I. Starting OpenInsight 1. Launch OpenInsight. 2. Start, Programs, OpenInsight Development Suite, OpenInsight Sysprog. 3. The Application Manager window for the SYSPROG application will be displayed as shown below.

5 OpenInsight for QM Quick Start Guide Page 5 of 92 II. Opening an Existing Application 4. Choose Open Application from the File menu. The Open Application dialog box will be displayed. 5. Choose the SYSPROG application from the Name list box. 6. Click in the User Name edit line and type SYSPROG.

6 OpenInsight for QM Quick Start Guide Page 6 of Click the OK button the open the SYSPROG application. Note: To open any application provided with OpenInsight, enter the Application Name in the User Name edit line. Passwords are not required for sample applications. The Application Manager window for the SYSPROG application will be displayed, as shown below.

7 OpenInsight for QM Quick Start Guide Page 7 of 92

8 OpenInsight for QM Quick Start Guide Page 8 of 92 III. Creating a New Application 8. Choose Application,New Application from the File menu to create a new application. The New Application dialog box is displayed. The Application Name and Author User Name are the only required items in this dialog box. 9. Click in the Name edit line and type QMDEMO. (Spaces are not allowed in an Application Name or User Name.)

9 OpenInsight for QM Quick Start Guide Page 9 of Click in the User Name edit line and type QMDEMO. Note: The Inheritance drop down indicates <Default Inheritance>. This means that this newly created application inherits the components of the base application, SYSPROG, mentioned above.

10 OpenInsight for QM Quick Start Guide Page 10 of Click the OK button to create the new QMDEMO application. The Application Manager window for the QMDEMO application will be displayed, as shown below.

11 OpenInsight for QM Quick Start Guide Page 11 of 92 Connecting To Your OpenQM Database I. Requirements OpenInsight for QM requires Ladybridge s OpenQM version and above. For the purposes of this example we will be using the QMSYS sample database. OpenInsight s clientsetup.exe must be run on each workstation in order to be able to connect to the OpenQM database. This file can be found in: C:\Revsoft\OInsight\clientsetup.exe

12 OpenInsight for QM Quick Start Guide Page 12 of 92 The Client Setup process will prompt you to install the necessary multivalue database connector components. Choose Yes to install these components.

13 OpenInsight for QM Quick Start Guide Page 13 of 92 II. Making the connection 1. The easiest way to define a new OpenQM connection for the QM Connector is to use the QM Connection Wizard. It can be found in OpenInsight versions and greater, in the Database Manager.

14 OpenInsight for QM Quick Start Guide Page 14 of From the Database Manager choose Utilities, Other MV Tables, OpenQM, QM Connection Wizard.

15 OpenInsight for QM Quick Start Guide Page 15 of When the Wizard is first started, the user is presented with a Welcome screen. Clicking on the Next button brings up the next panel which prompts the user for the Connection Name.

16 OpenInsight for QM Quick Start Guide Page 16 of The name of the connection is used by OpenInsight to attach to the data. Below you can see that we have named this connection QMSYS.

17 OpenInsight for QM Quick Start Guide Page 17 of Clicking on the Next button brings up a panel that prompts for the location of the Shadow Dictionary location. Shadow Dictionaries are OpenInsight versions of the column definitions that define the OpenQM table. OpenInsight does not want to affect the column definitions on the OpenQM data source, so a local copy is made. There are a number of advantages to this, including formatting for OpenInsight reports. The Wizard offers a default folder location where the shadow dictionaries will be created. If a full path is not specified a directory will be created within your OpenInsight folder. We will accept this default, and then click on the Next button.

18 OpenInsight for QM Quick Start Guide Page 18 of This screen will default to QM and is for future use when multiple multivalue datasources will be available.

19 OpenInsight for QM Quick Start Guide Page 19 of The next panel displayed is where the IP address of the OpenQM server is entered. The IP Address lets OpenInsight know the address of the server, either on the local machine, the local network, or the world wide web. The wizard defaults the IP Address to , which is the local host machine. You should either change it to the address given to you by the System Administrator.

20 OpenInsight for QM Quick Start Guide Page 20 of Clicking on the Next button brings up the Server Port panel. The Server Port number is port number on the server that OpenInsight will connect through. OpenQM version supports port number -1, so that is what OpenInsight defaults to. You can either accept the default, or change it to the Port Number given to you by the System Administrator.

21 OpenInsight for QM Quick Start Guide Page 21 of Clicking on the Next button brings up the Account/Directory panel. The Account/Directory Panel is where the user enters the name of the account where the OpenQM files are stored, or the directory that holds the QM files the user wants to work with. For the purposes of this exercise we will use the QMSYS account. Enter that name and click on the Next button.

22 OpenInsight for QM Quick Start Guide Page 22 of This will bring up the Logon Credentials form. The Logon Credentials screen is where the user enters the information needed for OpenInsight to connect to the OpenQM Server. The Logon ID is a username accepted on the server The Password is the password required by the Logon ID.

23 OpenInsight for QM Quick Start Guide Page 23 of 92 The Logon Procedure is the name of a procedure that will run on the QM server when OpenInsight connects using the Logon ID specified. Note: If your QM LOGIN procedure has prompts or inputs it is necessary to insert a line of code such as: = vbsrvr THEN STOP

24 OpenInsight for QM Quick Start Guide Page 24 of Clicking on the Next button brings up the Completion panel. Click on the Finish button to complete the Wizard and launch the MultiValue Linking Wizard. 12. This wizard is used to link to your QpenQM tables.

25 OpenInsight for QM Quick Start Guide Page 25 of Select your connection and click Next. 14. Select the OpenQM tables that you want to attach to your OpenInsight application.

26 OpenInsight for QM Quick Start Guide Page 26 of Click on the Finish button to complete the Wizard.

27 OpenInsight for QM Quick Start Guide Page 27 of The Database Manager will now display the OpenQM Volume that we named QMSYS. All the tables (files) within that volume are displayed.

28 OpenInsight for QM Quick Start Guide Page 28 of Clicking on a table will create the shadow dictionaries for use with OpenInsight.

29 OpenInsight for QM Quick Start Guide Page 29 of If you right click on the table name you can bring up the table option menu. Select Table Browser to browse the data on the OpenQM server.

30 OpenInsight for QM Quick Start Guide Page 30 of 92

31 OpenInsight for QM Quick Start Guide Page 31 of You can modify your OpenQM Connection Information from Database Manager, Utilities, Other MV Tables, OpenQM, QM Connection Configuration.

32 OpenInsight for QM Quick Start Guide Page 32 of The Login Credentials tab allows you to modify your login credentials for this connection.

33 OpenInsight for QM Quick Start Guide Page 33 of The Tables tab allows you to select or deselect tables to be attached to your OpenInsight application via this connection.

34 OpenInsight for QM Quick Start Guide Page 34 of 92 III. Displaying and editing your data dictionaries 1. Select Table Builder from the Application Tools menu or press the Table Builder button.

35 OpenInsight for QM Quick Start Guide Page 35 of Select File, Open from the Table Builder dialog box.

36 OpenInsight for QM Quick Start Guide Page 36 of Your OpenQM tables will display. Select a table to view the converted dictionaries. OpenInsight for QM will convert your OpenQM dictionaries to the OpenInsight format and store them in the Shadow Dictionaries location you specified in the QM Connection Wizard.

37 OpenInsight for QM Quick Start Guide Page 37 of Once a table is selected, the converted dictionaries will be displayed in the Table Builder. Double click on any column to view the dictionary details.

38 OpenInsight for QM Quick Start Guide Page 38 of 92

39 OpenInsight for QM Quick Start Guide Page 39 of Change the Just. properties on each dictionary column to match as shown below:

40 OpenInsight for QM Quick Start Guide Page 40 of Below are the converted dictionaries of the BOOKS table. Correlatives and conversions have been converted to Calculated Columns. Double click on a calculated column to view its dictionary properties.

41 OpenInsight for QM Quick Start Guide Page 41 of 92 IV. Editing a Calculated Column 1. Double-click in the row containing DATE_DUE of the Calculated Columns edit table at the bottom of the Table Builder window. This will display the Calculated Column Attributes window. is a system variable used to store the value of a calculated column.

42 OpenInsight for QM Quick Start Guide Page 42 of 92 Working with Forms I. Creating a Data Entry Form 1. Open the Form Designer. Click on Form Designer from the Application Tools menu or press the From Designer button.

43 OpenInsight for QM Quick Start Guide Page 43 of Choose New Form from the File menu in the Form Designer to display the New Form dialog box. 3. Select OpenInsight Tables from the Data Source drop-down list. A list of native tables is displayed in the left list box.

44 OpenInsight for QM Quick Start Guide Page 44 of Select the OpenInsight table from the list in the left list box (by double-clicking the name). Choose CUSTOMERS 5. The columns from the selected table are displayed in the Fields/Columns list box. 6. Select columns from the Fields/Columns list box to use in creating the OpenInsight form. To select a column, double-click on the column name in the Fields/Columns list box or select the column and click the Add button. The selected columns are displayed in the selected columns edit table. The order in which columns are selected sets the tab order for the controls in the OpenInsight form being created. Select all the fields. 7. The default control type for columns is an edit line. The edit table control is the default control type for a multi-value column. If you want to specify another control type, select the appropriate column row in the selected columns edit table and double-click to display a list of control types. Double-click the required control type in the control type list for the specified column. The new control type is indicated in the selected columns edit table. 8. If you want to remove a column from the selected columns edit table, select the column row and click the Remove button. The row is deleted from the edit table and therefore not displayed on the OpenInsight form. 9. When all columns have been selected and the required controls specified, click the OK button to create the default OpenInsight form. The form should resemble the following:

45 OpenInsight for QM Quick Start Guide Page 45 of Rearrange and resize your controls from the Tools menu.

46 OpenInsight for QM Quick Start Guide Page 46 of Save the form by choosing Save from the Form Designer File menu. The Save As dialog box will be displayed. 12. Type CUSTOMERS in the Form Name field and click the OK button.

47 OpenInsight for QM Quick Start Guide Page 47 of 92 II. Adding/Displaying Data to/from the Table 1. Choose Preferences from the Form Designer Tools menu and verify that Actual data tables is selected in the Testrun with: group then click the OK button. This assures that the data you create is saved in the CUSTOMERS table.

48 OpenInsight for QM Quick Start Guide Page 48 of Click the TEST RUN button or choose Test Run from the Form Designer File menu. 3. Type an initial value ( ) for the Cust, then tab off the field. The form will display the customer information. 4. You can also enter a new customer record by selecting a Cust greater than Press control + S or choose Save Row from the File menu to save this record. The record is saved, the form is cleared. After adding or displaying the last record, choose Close from the File menu to exit the form. This will return you to the Form Designer. III. Creating an MDI Frame Multiple Document Interface (MDI) windows are child windows or OpenInsight forms that belong to a parent frame and are displayed in the window client area. The MDI Frame is the main window and normally contains a menu, a client area and a status line. The MDI Frame controls all of the child windows. The MDI children are the OpenInsight forms that appear within the client area of the MDI frame.

49 OpenInsight for QM Quick Start Guide Page 49 of Select New MDI frame from the Form designer File menu to display the MDI Client Window.

50 OpenInsight for QM Quick Start Guide Page 50 of An MDI frame with an MDI client window is displayed. The MDI client window is part of the frame window and cannot be deleted or copied. MDI child windows are confined to the MDI client area. The text MDI Client Window is visible only during OpenInsight form design so that you can distinguish the MDI client area from other controls. The Client Window should display as follows: The MDI Client Window can be resized.

51 OpenInsight for QM Quick Start Guide Page 51 of 92 IV. Creating an MDI Child MDI Child windows are those that reside within the MDI client area. MDI Child windows can be any OpenInsight form created for the current application. MDI Child windows are often created prior to creating the MDI frame. A feature of MDI child windows is that they do not contain menus. Menu functionality is provided by the frame. An MDI child is executed from the MDI frame with the BASIC+ function START_MDICHILD. 1. Choose Design from the Menu menu. The Menu Builder dialog box is displayed. The first menu item is highlighted.

52 OpenInsight for QM Quick Start Guide Page 52 of Select Insert item after selection from the Edit menu. 3. Type &Customers in the Popup/item text field. The Popup/Item ID: field is automatically populated. 4. Choose Exit/Update from the File menu.

53 OpenInsight for QM Quick Start Guide Page 53 of Choose QuickEvents from the Menu menu. The QuickEvents dialog box is displayed. 6. Choose FILE.CUSTOMERS from the Event drop down list.

54 OpenInsight for QM Quick Start Guide Page 54 of Choose Start MDI child window from the QuickEvent Options: list. The QuickEvent dialog box will be populated with default settings for the Start_MDIChild function. 8. On the Parameters: change ChildName to CUSTOMERS and CreateParam to null ( ). Include the single quotes.

55 OpenInsight for QM Quick Start Guide Page 55 of Press the Apply button. This will place a <q> next to FILE.CUSTOMERS in the Event field. 10. Press the Close button. This will return you to the MDI Frame.

56 OpenInsight for QM Quick Start Guide Page 56 of Select Save from the File menu. Enter QMDEMO_MDI for the name of the form.

57 OpenInsight for QM Quick Start Guide Page 57 of Test run the form. Choose Test Run from the File menu in the Form Designer. The following will display:

58 OpenInsight for QM Quick Start Guide Page 58 of Choose Customers from the File menu. The following screen will display: Your application now contains MDI capability.

59 OpenInsight for QM Quick Start Guide Page 59 of 92 Working with Popups I. Creating a Popup 1. Launch the User Interface Workspace by clicking on User Interface Workspace from the Application Tools menu or press the UI Workspace button.

60 OpenInsight for QM Quick Start Guide Page 60 of Choose New from the File menu; choose Popup from the New Entity dialog box to display the Popup Designer below.

61 OpenInsight for QM Quick Start Guide Page 61 of Type: Customers in the title edit line on the General tab. This is displayed in the title bar of the popup. Review the other options on this tab and accept the defaults, then click the Source tab.

62 OpenInsight for QM Quick Start Guide Page 62 of Click the Source tab where you specify a data source used to populate the Popup. Review all options and choose Select Rows from Table.

63 OpenInsight for QM Quick Start Guide Page 63 of Click the Selection tab (which is dependent on the Source you selected). Regardless of the appearance of the Selection page, the process to be performed is that of selecting the specific data to be displayed in the Popup. The definition of a selection formula may be required. Select CUSTOMERS from the Table drop down. Choose the fields you want displayed from the Available list and click the right arrow button. This will place the fields selected in the selected list.

64 OpenInsight for QM Quick Start Guide Page 64 of Click the Layout tab to describe how you want the Popup to look including column headings and alignment, width, etc. This is pre-populated with settings from the data dictionary.

65 OpenInsight for QM Quick Start Guide Page 65 of Click the Value tab where you specify what information you want the Popup to return, and specify the number of selections that can be made in the Popup.

66 OpenInsight for QM Quick Start Guide Page 66 of Click the Options tab where a number of miscellaneous characteristics of the Popup are specified.

67 OpenInsight for QM Quick Start Guide Page 67 of Save the Popup, and then test it by choosing File, Test Run.

68 OpenInsight for QM Quick Start Guide Page 68 of 92 II. Adding Popup Functionality to a Window The most common use of a Popup is to provide users with a list of choices during data entry. The following procedure will demonstrate how to add a button to an existing form and the Event Handler necessary to execute the Popup and place the results within a data field. 1. Open the Form Designer. 2. Select Open from the File menu. Choose the CUSTOMERS form. 3. From the Controls tool bar select a button by clicking on the OK button icon, in the upper right corner

69 OpenInsight for QM Quick Start Guide Page 69 of Place the control on the form by moving the mouse cursor to a location on the form where you want to place the control. The mouse cursor changes to the control s icon with a + appearing to the left and above the icon as soon as the mouse cursor enters the form. The + is used to help position the control. Click the left mouse button where you want to place the control. The control is displayed in the form in the selected state (with handles visible). 5. Double-click on the button. The Push Button Properties window will appear. Change the Name of the control to BTN_CHOOSE_CUSTOMER and the Text that is displayed on the control to Choose Customer.

70 OpenInsight for QM Quick Start Guide Page 70 of Click on the Events button to display the QuickEvent dialog box.

71 OpenInsight for QM Quick Start Guide Page 71 of The CLICK event will be chosen by default. 8. Click on the Scripts button. This will launch the Event Editor. In the Editor type the following code: declare subroutine Set_Property, Send_Event declare function Popup retval = Popup(@window,"","CUSTOMERS") Set_Property(@window:".CUST", DEFPROP,retval) Send_Event(@window:".CUST","LOSTFOCUS") 9. Select Check Syntax from the File menu. Any errors will be displayed at the bottom of the Event Editor window. If the syntax is correct the status line will display The syntax is correct. This will cause a popup to display when the Choose Customers button is clicked. The user may choose a Customer. The value chosen will be placed into the CUST control on the Customers form. When the CUST field loses focus a read of the CUSTOMERS table takes place.

72 OpenInsight for QM Quick Start Guide Page 72 of Select Exit/Update from the File menu. This will save the code and return to QuickEvent dialog box. 11. Press the Apply button. This will place a <s> next to CLICK in the Event field. 12. Press Close. This will return you to the Push Button Properties window. Select OK on the properties window. This will return you to form. 13. Choose Save from the File menu.

73 OpenInsight for QM Quick Start Guide Page 73 of To test run the MDI Frame, access the Customers form from the File menu and click on the Choose Customer button.

74 OpenInsight for QM Quick Start Guide Page 74 of 92 Working with Reports I. Report Builder+ The OpenInsight Report Builder is a tool used to create R/List type reports. Using the Report Builder+ the developer or end-user can create columnar reports on any attached table with a minimum of effort. II Creating a Report In this procedure you ll create a columnar report based on the CUSTOMERS table. Exit all tools and return to the Application Manager. 1. Click on Report Builder from the Application Tools menu or press the Report Builder button.

75 OpenInsight for QM Quick Start Guide Page 75 of Choose New Report from the File menu. The Select Table dialog box is displayed. Select the CUSTOMERS table.

76 OpenInsight for QM Quick Start Guide Page 76 of Enter your report description and choose your output fields from the Available Columns list box.

77 OpenInsight for QM Quick Start Guide Page 77 of Once your entries are completed on the Columns tab, click on the Column Patterns tab to set your column properties. 5. From the Available Columns list box, select the following fields by double clicking on the Column Name for each specified field and clicking the > button. CUST FNAME LNAME ADDR TELNO

78 OpenInsight for QM Quick Start Guide Page 78 of The selected field names display in the Selected Columns list. Note: If the Selected Columns are not in the order in which you want them to appear on the report, click the Reorder button to display the Reorder Dialog box. 7. Click on the Column Patterns tab to set the properties of each column. Click on each column to set its column properties.

79 OpenInsight for QM Quick Start Guide Page 79 of Click on the Selection tab to create your selection criteria. Click the Insert button to add it to the Current Criteria.

80 OpenInsight for QM Quick Start Guide Page 80 of Click on the Sort and Display Order tab to set your column order and sorting criteria.

81 OpenInsight for QM Quick Start Guide Page 81 of Click on the Options tab to set your Header and Footer options.

82 OpenInsight for QM Quick Start Guide Page 82 of To save the report, choose Save from the File menu.

83 OpenInsight for QM Quick Start Guide Page 83 of Type CUSTOMERS as the report name and click the OK button.

84 OpenInsight for QM Quick Start Guide Page 84 of Choose Print Preview from the File menu. The following report will be displayed. 14. Click the Close button on the Preview window.

85 OpenInsight for QM Quick Start Guide Page 85 of 92 Setting an Application Entry Point The application entry point is the first window that is displayed when the application is executed at runtime. For our purposes this will be the MDIFrame QMDEMO_MDI. The following steps will define the application entry point. 1. Choose Application Properties from the Application Manager File menu to display the Application Properties dialog box shown below.

86 OpenInsight for QM Quick Start Guide Page 86 of Click the SETUP ENTRY POINT button (in the bottom left hand corner of the dialog box). The Setup Application Main Entry Point dialog box is displayed, as shown below. 3. Clear the No Application Entry Point check box. The window names in the Window Name list box become enabled. 4. Select the form QMDEMO_MDI in the Window Name list box. 5. Click the OK button to update the application Entry Point option and return to the Application Properties dialog box. Click the OK button to close this dialog. 6. You will need to close and reopen OpenInsight to the QMDEMO application. Now, choose Run Application from the File, Application Manager File menu. Your application will now launch.

87 OpenInsight for QM Quick Start Guide Page 87 of Select the QMDEMO application and enter QMDEMO in the User Name edit line, then click the OK button to execute the QMDEMO APPLICATION. 8. The QMDEMO_MDI window is displayed in runtime mode.

88 OpenInsight for QM Quick Start Guide Page 88 of 92 Congratulations! You ve successfully completed your first application using OpenInsight for QM. And what you ve learned here is just the beginning. You may continue by taking a look at the sample applications that are included with OpenInsight, or begin your own development project. Whatever your choice, we wish you continued success using OpenInsight.

89 OpenInsight for QM Quick Start Guide Page 89 of 92 OpenInsight Tools for QM Integration Subroutine Test_MVBFS_Subcall( connection_name ) /* ** Sample program showing how to interact with the server ** By writing a record ** Issuing a TCL command ** Calling a program ** ** In this example we create the text for an OpenQM program ** Write the text in the BP file on the server using WRITE_ROW ** Issue commands to compile and catalog it using MVBFS_EXECPROC ** Call the subroutine on the server with parameters using MVBFS_SUBCALL rjc Created */ $Insert msg_equates $Insert logical $Insert vol_table_equates $Insert SSPERRORS_600 Declare Function Msg, MVBFS_execproc, GET_STATUS call Set_Status(0) * Edit the volume id and program name to suit your needs * The volume id is the connection name in the MVBFS_CONNECTION_DETAILS window * If not passed in, for an existing connection If Assigned(connection_name) Else connection_name = '' If connection_name # '' Then Call Attach_table(connection_name, '', '') End else Locate 'MVBFS' Setting pos Then connection_name end If connection_name = '' Then Msg(@window, 'Unable to determine the connection to use, terminating') Return '' end end *--- * Create an example program which will have two parameters * The program will accept a value in the first parameter * and return a modified value in the second parameter * In real life you will call an existing catalogued program * You can call any routine with 0 to 30 parameters * You can pass data in and or out of any parameter *--- * the name of the program program_file = 'BP' ; * I ASSUME you have a BP file. Change this to a different file as needed program_name = 'OI_CLIENT' ; * Define it program_body = 'SUBROUTINE ':program_name:'(inparam, OUTPARAM)'

90 OpenInsight for QM Quick Start Guide Page 90 of 92 program_body<-1> = '* Test program to Demonstrate calling QM from OI' program_body<-1> = '' program_body<-1> = 'OUTPARAM="YOU PASSED *" : INPARAM : "*"' program_body<-1> = 'RETURN' program_body<-1> = 'END' * Write it to the server, don't bother to lock the record lock_flag = 0 ssp_response = '' Call Write_Row(program_file, program_name, program_body, lock_flag) Call Get_Status(ssp_response) Call Set_Status(0) If ssp_response<1,1> # SSP_ROW_WRITTEN_OK$ Then In ssp_response Msg(@window, 'Unable to write row : ssp_response) Return '' end *--- * Compile it at the server using Execproc * MVBFS_EXECPROC is very useful in other situations too * Note that you can use MVBFS_EXECPROC to send ANY tcl command and capture the reps * result_code = MVBFS_execProc(connection_name, command, captured, preplies, pinteractive ) * connection_name = connection name from the connection defintion window * captured = the output of the command, i.e. what would appear on the screen in a terminal session * preplies = Similar to a DATA statement, you can supply an FM delimited list of answers to expected prompts * pinteractive = '' ; * True if the you want OI to put up a message box if the server prompts for data *--- command = 'BASIC ' :program_file : ' ' : program_name captured = '' preplies = '' pinteractive = '' result_code = MVBFS_execProc(connection_name, command, captured, preplies, pinteractive ) If result_code eq -1 Then Msg(@window, 'Unable to execute command ' : Quote(command) ) Return '' End Else In captured def = '' def<mcaption$> = 'Result of Catalog' def<mtext$> = captured def<micon$> = 'I' msg(@window, def ) End *--- * Cataloged it now using execproc * Note thst if you run the program multiple times QM will prompt "Do you want to Overwrite (Y/N)" * So, pass a "Y" in preplies, QM will use it as the answer * If you expect multiple prompts, pass delimited string of answers *--- command = 'CATALOG ' : program_file : ' ' : program_name

91 OpenInsight for QM Quick Start Guide Page 91 of 92 preplies = 'Y' ; * provide a reply incase QM prompts about overwriting result_code = MVBFS_execProc(connection_name, command, captured, preplies, pinteractive ) If result_code eq -1 Then Msg(@window, 'Unable to execute command ' : Quote(command) ) Return '' End Else In captured def = '' def<mcaption$> = 'Result of Catalog' def<mtext$> = captured def<micon$> = 'I' msg(@window, def ) End *---- * Finally... * Call The procedure using the MVBFS_SUBCALL subroutine * Usage: * subroutine MVBFS_SUBCALL(tconnection_name,tSubName,tParamCount,P1,P2,P3,P4,P5,...,P30) * IN sconnection_name = QM volume name or handle * IN SubName = Name of subroutine to Execute * IN ParamCount = Number of parameters expected by the subroutine ( 0-30 ) * IN/OUT P1... P30 ( Optional) parameter values, default to '' * * The called routine must be a cataloged subroutine on the server * if the called routine changes any parameter the calling routine can retrieve it * In this example we have 2 parameters, passing data in the first, getting response from the second *--- ParamCount = 2 ; * our example uses 2 parameters inparam = timedate() ; * our example expects something in the first param outparam = 'foo' ; * our example expects nothing in the second param Call MVBFS_Subcall(connection_name, program_name, ParamCount, inparam, outparam) * echo the result def = '' def<mcaption$> = 'Result of Subcall' def<mtext$> = 'in=':inparam :'out=': outparam def<micon$> = 'I' msg(@window, def ) Return ''

92 OpenInsight for QM Quick Start Guide Page 92 of 92 Revelation Software, Inc 99 Kinderkamack Road Ste 109 Westwood, NJ U.S.A Toll Free: Phone: Fax: Revelation Software Ltd. 45 St Mary s Road Ealing, London, W5 5RG U.K. Phone: Fax: info@revsoft.co.uk Revelation Software Australia Pty Ltd. PO Box 300 Brookvale, NSW 2100 Australia Phone: Fax: Revelation Software is a division of Revelation Technologies, Inc. Part No

OpenInsight for D3/mvBase Quick Start Guide Release 9.3

OpenInsight for D3/mvBase Quick Start Guide Release 9.3 OpenInsight for D3/mvBase Quick Start Guide Release 9.3 OpenInsight for D3/mvBase Quick Start Guide Page 2 of 87 INTRODUCTION... 3 STARTING OPENINSIGHT... 4 I. Starting OpenInsight... 4 II. Opening an

More information

OpenInsight for U2 Quick Start Guide Release 9.2

OpenInsight for U2 Quick Start Guide Release 9.2 OpenInsight for U2 Quick Start Guide Release 9.2 Page 2 of 57 INTRODUCTION... 3 STARTING OPENINSIGHT... 4 I. Starting OpenInsight... 4 II. Opening an Existing Application... 6 III. Creating a New Application...

More information

OpenInsight 9.3 Character to OpenInsight Quick Start Guide

OpenInsight 9.3 Character to OpenInsight Quick Start Guide OpenInsight 9.3 Character to OpenInsight Quick Start Guide A Division of Revelation Technologies, Inc. COPYRIGHT NOTICE 1996-2011 Revelation Technologies, Inc. All rights reserved. No part of this publication

More information

OpenInsight Single Sign-On (SSO)

OpenInsight Single Sign-On (SSO) OpenInsight Single Sign-On (SSO) Version 1.0 A Division of Revelation Technologies, Inc. COPYRIGHT NOTICE 1996-2010 Revelation Technologies, Inc. All rights reserved. No part of this publication may be

More information

OpenInsight Install Guide

OpenInsight Install Guide OpenInsight Install Guide Version 9.4 A Division of Revelation Technologies, Inc. COPYRIGHT NOTICE 1996-2013 Revelation Technologies, Inc. All rights reserved. No part of this publication may be reproduced

More information

Revelation ODBC Driver for OpenInsight. Installation Instructions

Revelation ODBC Driver for OpenInsight. Installation Instructions Revelation ODBC Driver for OpenInsight Installation Instructions Installation Manual COPYRIGHT NOTICE 1994 2005 Revelation Technologies, Inc. All rights reserved. No part of this publication may be reproduced

More information

RevDotNet Quick Start Guide

RevDotNet Quick Start Guide RevDotNet Quick Start Guide Version 1.0 A Division of Revelation Technologies, Inc. COPYRIGHT NOTICE 1996-2009 Revelation Technologies, Inc. All rights reserved. No part of this publication may be reproduced

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

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

4 Tutorial: TTCN Suite

4 Tutorial: TTCN Suite 4 Tutorial: TTCN Suite Basics (in Windows) This tutorial is intended as an easy introduction to the TTCN suite for the newcomer. It is assumed that you have some basic knowledge about Windows. In addition,

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Customer Tips. Scanning with TCP/IP in Novell 5.x, 6.x Using Web Templates. for the user. Purpose. Network Setup. Xerox Multifunction Devices

Customer Tips. Scanning with TCP/IP in Novell 5.x, 6.x Using Web Templates. for the user. Purpose. Network Setup. Xerox Multifunction Devices Xerox Multifunction Devices Customer Tips March 15, 2006 This document applies to these Xerox products: x WC Pro 232/238/245/ 255/265/275 x WC 232/238/245/255/ 265/275 WC Pro C2128/C2636/ C3545 x WC Pro

More information

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied Anaplan 2017 i Document Version 2.1 1 Introduction... 1 1.1.

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

U2 DBTools. Web Services Developer. Version April 2013 DBT-3205-ALL-DG-01

U2 DBTools. Web Services Developer. Version April 2013 DBT-3205-ALL-DG-01 U2 DBTools Web Services Developer Version 3.20.5 April 2013 DBT-3205-ALL-DG-01 Notices Edition Publication date: April 2013 Book number: DBT-3205-ALL-DG-01 Product version: Web Services Developer V3.20.5

More information

In the fourth unit you will learn how to upload and add images and PDF files.

In the fourth unit you will learn how to upload and add images and PDF files. Introduction Here at SUNY New Paltz, we use the Terminal Four (T4) web content management system (CMS). This puts the power of editing content on our college s webpage in the hands of our authorized users.

More information

DOCUMENT IMAGING REFERENCE GUIDE

DOCUMENT IMAGING REFERENCE GUIDE January 25, 2017 DOCUMENT IMAGING REFERENCE GUIDE AppXtender Web Access version 7 Kent State University Division of Information Services AppXtender Web Access Help: For questions regarding AppXtender Web

More information

New website Training:

New website Training: New website Training: Table of Contents 1. Logging in and out of the new site. 2. Edit Content a. How to edit content b. Paragraph types c. Adding links d. Adding an image e. Adding a document f. Saving

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

WinScribe Client User Guide

WinScribe Client User Guide WinScribe Client User Guide Version 4.0 WinScribe Inc Ltd P.O Box 33-178 Level 5, 129 Hurstmere Road Takapuna, Auckland, New Zealand. Phone +64 (09) 486-9010 Fax +64 (09) 486-9001 www.winscribe.com Publication

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

A TUTORIAL ON WORD. Katie Gregory

A TUTORIAL ON WORD. Katie Gregory A TUTORIAL ON WORD Katie Gregory First, CLICK HERE Then, find Microsoft Word under programs and the Microsoft Office 2013 Folder This is what the document should look like when opened. SAVING A WORD DOCUMENT

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is accurate

More information

Module 3: Working with C/C++

Module 3: Working with C/C++ Module 3: Working with C/C++ Objective Learn basic Eclipse concepts: Perspectives, Views, Learn how to use Eclipse to manage a remote project Learn how to use Eclipse to develop C programs Learn how to

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

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

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

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

Assignment 1. Application Development

Assignment 1. Application Development Application Development Assignment 1 Content Application Development Day 1 Lecture The lecture provides an introduction to programming, the concept of classes and objects in Java and the Eclipse development

More information

FLIR Tools+ and Report Studio

FLIR Tools+ and Report Studio Creating and Processing Word Templates http://www.infraredtraining.com 09-20-2017 2017, Infrared Training Center. 1 FLIR Report Studio Overview Report Studio is a Microsoft Word Reporting module that is

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

ExamView 8.1. Welcome Screen. The Welcome Screen includes the following options: Switch Between the Test Builder and the Question Bank Editor

ExamView 8.1. Welcome Screen. The Welcome Screen includes the following options: Switch Between the Test Builder and the Question Bank Editor ExamView 8.1 Welcome Screen Every time you start the ExamView Test Generator software, the program displays the Welcome Screen unless you have changed the preference settings. Use the QuickTest Wizard

More information

Outlook - an Introduction to Version 2003 Table of Contents

Outlook - an Introduction to  Version 2003 Table of Contents Outlook - an Introduction to E-mail Version 2003 Table of Contents What is Outlook Starting Outlook The Navigation Pane Getting Help Creating and Sending a Message Using the College Exchange Directory

More information

Managing your content with the Adobe Experience Manager Template Editor. Gabriel Walt Product Manager twitter.com/gabrielwalt

Managing your content with the Adobe Experience Manager Template Editor. Gabriel Walt Product Manager twitter.com/gabrielwalt Managing your content with the Adobe Experience Manager Template Editor Gabriel Walt Product Manager twitter.com/gabrielwalt Table of Contents 1. Introduction 3 1.1 Overview 3 1.2 Prerequisites 3 2. Getting

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

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

Customization Manager

Customization Manager Customization Manager Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without

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

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 Create an App from a Smart Template and Annotation File 1 INTRODUCTION 1.1 Goal Smart Templates in the SAP Web IDE of the SAP HANA Cloud Platform

More information

Importing Local Contacts from Thunderbird

Importing Local Contacts from Thunderbird 1 Importing Local Contacts from Thunderbird Step 1, Export Contacts from Thunderbird In Thunderbird, select Address Book. In the Address Book, click on Personal Address Book and then select Export from

More information

ILTA HAND 6A. Implementing and Using. Windows Server In the Legal Environment

ILTA HAND 6A. Implementing and Using. Windows Server In the Legal Environment ILTA 2013 - HAND 6A Implementing and Using Windows Server 2012 In the Legal Environment Table of Contents Purpose of This Lab... 3 Lab Environment... 3 Presenter... 3 Exercise 1 Getting Familiar with Windows

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

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

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s Chapter 9 Turning Data into Information with SQL Server Reporting Services In This Chapter Configuring SQL Server Reporting Services with Reporting Services Configuration Manager Designing reports Publishing

More information

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist 2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist Table of Contents Introduction... 1 Basic information... 1 - How to log

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

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

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

New User Orientation PARTICIPANT WORKBOOK

New User Orientation PARTICIPANT WORKBOOK New User Orientation PARTICIPANT WORKBOOK INTEGRATED SOFTWARE SERIES New User Orientation PARTICIPANT WORKBOOK Version 2.0 Copyright 2005 2009. Interactive Financial Solutions, Inc. All Rights Reserved.

More information

NEOMIN Webmail Instructions

NEOMIN Webmail Instructions NEOMIN Webmail Instructions Lisa Collins Created: Nov 10 th, 2009 Revised: Jan 25 th, 2010 1 Table of Contents Logging In 3 Viewing your Inbox/Emails 4-5 Printing & Deleting Emails 5 Replying & Forwarding

More information

DataPro Quick Start Guide

DataPro Quick Start Guide DataPro Quick Start Guide Introduction The DataPro application provides the user with the ability to download and analyze data acquired using the ULTRA-LITE PRO range of Auto Meter products. Please see

More information

Getting Started Guide

Getting Started Guide SnagIt Getting Started Guide Welcome to SnagIt Thank you for your purchase of SnagIt. SnagIt is the premier application to use for all of your screen capturing needs. Whatever you can see on your screen,

More information

QRG: Adding Images, Files and Links in the WYSIWYG Editor

QRG: Adding Images, Files and Links in the WYSIWYG Editor QRG: Adding Images, Files and Links in the WYSIWYG Editor QRG: Adding Images, Files and Links in the WYSIWYG Editor... 1 Image Optimisation for Web use:... 2 Add an Image... 2 Linking to a File... 4 Adding

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 10.3 Last Updated: August 2012 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Password Memory 7 User s Guide

Password Memory 7 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 7 User s Guide 2007-2018 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents How secure is Password

More information

Installing Nagios Log Server with VMware Workstation Player

Installing Nagios Log Server with VMware Workstation Player LS Installing Nagios Log Server with VMware Workstation Player This document is intended to outline the steps required to install Nagios Log Server within VMware Workstation Player. Still need installation

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

ELM Server Exchange Edition ArchiveWeb version 5.5

ELM Server Exchange Edition ArchiveWeb version 5.5 ELM Server Exchange Edition ArchiveWeb version 5.5 Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries. All

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

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information

HGC SUPERHUB HOSTED EXCHANGE

HGC SUPERHUB HOSTED EXCHANGE HGC SUPERHUB HOSTED EXCHANGE EMAIL OUTLOOK WEB APP (OWA) 2010 USER GUIDE V2013.6 HGC Superhub Hosted Email OWA User Guide @ 2014 HGC. All right reserved. Table of Contents 1. Get Started... 4 1.1 Log into

More information

BlueMix Hands-On Workshop

BlueMix Hands-On Workshop BlueMix Hands-On Workshop Lab E - Using the Blu Big SQL application uemix MapReduce Service to build an IBM Version : 3.00 Last modification date : 05/ /11/2014 Owner : IBM Ecosystem Development Table

More information

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

More information

KYOCERA Net Viewer User Guide

KYOCERA Net Viewer User Guide KYOCERA Net Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

POS Designer Utility

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

More information

Test Builder Basics. Test Builder Toolbar

Test Builder Basics. Test Builder Toolbar Page 1 of 27 Test Builder Basics If you want ExamView Test Generator to choose questions randomly from one or more question banks, choose the QuickTest Wizard command to create a new test. Then, follow

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

Part I. Integrated Development Environment. Chapter 2: The Solution Explorer, Toolbox, and Properties. Chapter 3: Options and Customizations

Part I. Integrated Development Environment. Chapter 2: The Solution Explorer, Toolbox, and Properties. Chapter 3: Options and Customizations Part I Integrated Development Environment Chapter 1: A Quick Tour Chapter 2: The Solution Explorer, Toolbox, and Properties Chapter 3: Options and Customizations Chapter 4: Workspace Control Chapter 5:

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

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

DATA WAREHOUSE BASICS

DATA WAREHOUSE BASICS DATA WAREHOUSE BASICS A Software Overview using the Retail Golf Model with version 9 NOTE: This course material was developed using Hummingbird version 9 with Windows XP. There will be navigational differences

More information

IBM Notes Client V9.0.1 Reference Guide

IBM Notes Client V9.0.1 Reference Guide IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the

More information

Process Director Documentation. System Administrator's Guide

Process Director Documentation. System Administrator's Guide System Administrator's Guide Contents Contents 2 Documentation Formatting Note 10 System Administration Overview 12 Navigation 13 Custom Variables 13 Configuration Section 14 Workspaces 14 Button Types

More information

Connect to Wireless, certificate install and setup Citrix Receiver

Connect to Wireless, certificate install and setup Citrix Receiver Connect to Wireless, certificate install and setup Citrix Receiver This document explains how to connect to the Wireless Network and access applications using Citrix Receiver on a Bring Your Own Device

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

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 12 July 2016 Page 2 Table of Contents INTRODUCTION... 4 APPLICATION ARCHITECTURE... 5 DOCUMENT OVERVIEW... 6 GENERAL USER INTERFACE... 7 CONTROLS...

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

Data Express 4.0. Data Subset Extraction

Data Express 4.0. Data Subset Extraction Data Express 4.0 Data Subset Extraction Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2014. All rights reserved. MICRO FOCUS,

More information