home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / opus1.zip / OOHELP1.OHP < prev    next >
Text File  |  1988-06-10  |  12KB  |  261 lines

  1. [27] Changing the Drawing Scale (p.111)
  2. To view a drawing at a size greater or less than actual
  3. size:
  4.   * Select the View menu and choose one of the size
  5.   commands.
  6. With the Mouse
  7. To view the drawing at a larger scale:
  8.   * Using the right mouse button, click the area on the
  9.   screen you want to view.
  10. To view the drawing at a smaller scale:
  11.   1. Hold the SHIFT key down.
  12.   2. Using the right mouse button, click an area on the 
  13.   screen.
  14. [28] Viewing Information About an Object (p.113)
  15. To view information about an object with the mouse:
  16.   * Use the left mouse button to double-click an object that is 
  17.   not yet selected.
  18.   Or if the object is already selected, use the right mouse 
  19.   button to double-click the object. Double-clicking a selected 
  20.   object with the left mouse button may select a different object 
  21.   if the objects overlap.
  22. To view information about an object with the keyboard:
  23.   1. Select the object.
  24.   2. Choose the View menu and choose the Form command.
  25. To view information in a form other than the current form:
  26.   1. Select the object.
  27.   2. Select the View menu and choose the name of the form you 
  28.   want.
  29. [29] The "ID" and "Go To" Fields (p.116)èEvery OPUS I drawing file contains two fields labeled "ID" and 
  30. "Go To."  Use the "ID" field to uniquely identify each record 
  31. in your drawing file. For example, use it to store social security 
  32. numbers in an employee drawing file. Or, use it to store account 
  33. numbers in a customer drawing file. 
  34. OPUS I uses the contents of the "ID" field to:
  35. * Find records when you use the Find Record command.
  36. * Display information on the information line when you select 
  37. objects in your drawing.
  38. * Display information in the assign window when you assign 
  39. objects.
  40. The "Go To" field is used to connect one drawing file to another. 
  41. Use it to store the name of a drawing file.
  42. You cannot remove the "ID" and "Go To" fields from your drawing file. 
  43. If you do not want to use them, you can hide them when you 
  44. design a form. In new drawing files, OPUS I displays the "ID" 
  45. field and hides the "Go To" field.
  46. [30] Designing Fields (p.116)
  47. To design fields:
  48.   * Select the Design menu and choose the Fields command.
  49.   You will see a dialog box.
  50. [31] Adding Fields (p.117)
  51. To add a field:
  52.   1. Type the name of the field you want to add.
  53.   It is a good idea to give every field a unique name. 
  54.   2. Select the type of information you want to store in the 
  55.   field.
  56.   3. Choose the Enter button or press the ENTER key to add the 
  57.   field.
  58.   The new field is displayed in the list box.
  59. [32] Renaming a Field (p.117)
  60. To rename a field:
  61.   1. Select the field from the list box.
  62.   2. Choose the Select Field button.
  63.   Or with the mouse, double-click the field in the list box.
  64.   The field label appears in the Field Label box.
  65.   3. Type a new label or change the old one.
  66.   4. Choose the Enter button or press the ENTER key.
  67.   The new label is displayed in the list box.
  68. [33] Changing a Field Type (p.118)
  69. To change a field type:
  70.   1. Select the field from the list box.
  71.   2. Choose the Select Field button.
  72.   Or with the mouse, double-click the field in the list box.
  73.   3. Select a type from the type options.
  74.   4. Choose the Enter button or press the ENTER key.
  75. [34] Deleting a Field (p.118)
  76. To delete a field:
  77.   1. Select the field from the list box.
  78.   2. Choose the Select Field button.
  79.   Or with the mouse, double-click the field in the list box.
  80.   3. Choose the Delete Field button.
  81.   An asterisk (*) appears in the list box next to the field to 
  82.   mark it as deleted. 
  83.   The field is permanently removed when you choose the OK button. 
  84.   Until you close the dialog box, you can "undelete" a field by 
  85.   selecting it again and pressing the Undelete button. 
  86. To undelete a field:
  87.   1. Select the field from the list box.
  88.   2. Choose the Select Field button.
  89.   Or with the mouse, double-click the field in the list box.
  90.   3. Choose the Undelete button.
  91.   The asterisk is removed.
  92. [35] Canceling Changes to a Field (p.119)
  93. To cancel changes to a field:
  94.   * Choose the New button.
  95.   The insertion point moves to the Field Label box.
  96. [36] Closing the Fields Dialog Box (p.119)
  97. To save the changes you made: 
  98.   * Choose the OK button.
  99. Or, to cancel any changes you made:
  100.   * Choose the Cancel button, or press ESCAPE.
  101. [37] Creating Calculated Fields (p.120)
  102. To create a calculated number field:
  103.   1. Create a number field using the Fields command on the 
  104.   Design menu.
  105.   2. Select the field before typing any information into it.
  106.   You may select the field while designing a form or in table 
  107.   or form view.
  108.   3. Select the Design menu and choose the Set Formula command.
  109.   You will see a dialog box.
  110.   4. Create a formula by selecting fields, operators or numbers.
  111.   5. Press the OK button.
  112. [38] Creating A Formula (p.122)
  113. When creating a formula, be sure to note the following 
  114. guidelines. If OPUS I cannot evaluate a formula, "##Error!" 
  115. appears in the field.
  116. * You can select field names from the listbox or type the name 
  117. of a field yourself. When typing your own field name, be sure 
  118. to enclose it in quotation marks.
  119. * You can use the following mathematical operators:
  120.   Use the '+' operator to add.
  121.   Use the '-' operator to subtract.
  122.   Use the '*' operator to multiply.è  Use the '/' operator to divide.
  123.   Use the '()' to group expressions.
  124. * When evaluating an expression, OPUS I performs the 
  125. multiplication and division operations first, then the addition 
  126. and subtraction operations. You can group expressions by 
  127. enclosing them in parenthesis. OPUS I then calculates the 
  128. values in the parenthesis before calculating the rest of the 
  129. expression. 
  130. * A formula can contain any number field including another 
  131. calculated field. However, a formula cannot refer back to the 
  132. field which contains the formula. To help you avoid this problem,
  133. the field for which you are creating a formula does not appear 
  134. in the listbox.
  135. * If you make a mistake while creating a formula, you can 
  136. choose the Clear button to start over. You can also use the 
  137. Clear button to remove a formula from a number field if it 
  138. is no longer needed. After a formula has been removed, the 
  139. field is treated like any other number field. 
  140. [39] Designing Forms (p.123)
  141. To design a form:
  142.   1. Select the Design menu and choose the Form command.
  143.   The screen displays the current form. 
  144.   2. Arrange fields on the screen by moving them or changing 
  145.   their size.
  146.   3. Choose the Done button, or press ENTER.
  147. [40] Selecting a Field (p.125)
  148. To select a field with the mouse:
  149.   * Point to the field and click.
  150. To select a field with the keyboard:
  151.   * Press TAB one or more times to move the highlight to the 
  152.   field you want to select.
  153. [41] Moving a Field (p.125)
  154. To move a field with the mouse:
  155.   1. Select the field you want to move.
  156.   2. Drag the field box to a new location.
  157. To move a field with the keyboard:
  158.   1. Select the field you want to move.
  159.   2. Press and hold down the SPACEBAR key. 
  160.   3. Use the DIRECTION keys to move the field box to a new 
  161.   location.
  162.   4. Release the SPACEBAR key.
  163. [42] Moving the Hide Line (p.126)
  164. To move the hide line with the mouse:
  165.   1. Move the pointer to the hide line.
  166.   2. Press and hold down the mouse button.
  167.   3. Drag the hide line to a new position.
  168.   4. Release the mouse button.
  169. To move the hide line with the keyboard:
  170.   1. Press TAB one or more times to select the hide line. 
  171.   The hide line is shaded when selected.
  172.   2. Press and hold down the SPACEBAR key.
  173.   3. Use the UP or DOWN keys to move the hide line.
  174.   4. Release the SPACEBAR key.
  175. [43] Changing the Size of a Field (p.127)
  176. To change the size of a field with the mouse:è  1. Select the field you want to change.
  177.   2. Point to the small black box in the lower right corner 
  178.   of the field. 
  179.   3. Drag the handle until the field box is the size you want.
  180. To change the size of a field with the keyboard:
  181.   1. Select the field you want to change.
  182.   2. Press and hold down the ESCAPE key.
  183.   3. Use the DIRECTION keys to change the size of the field box.
  184.   4. Release the ESCAPE key.
  185. [44] Designing Other Forms (p.128)
  186. To design another form:
  187. * Select the View menu and choose the name of the form you want 
  188. to design.
  189. [45] Renaming a Form (p.128)
  190. To rename a form:
  191.   1. Select the Design menu and choose the Rename Form command.
  192.   You will see a dialog box.
  193.   2. Type a new name.
  194.   OPUS I distinguishes between upper and lower case letters.
  195.   3. Choose the OK button to complete the command.
  196.   The new name appears in the title bar and on the View menu.
  197. [46] Choosing Display Formats (p.129)
  198. To change the display format while designing a form:
  199.   1. Select the field you want to format.
  200.   2. Select the Design menu and choose the Set Format command.
  201.   Or, to change the display format in table or form view:
  202.   1. Move the insertion point to the field you want to format.
  203.   2. Select the Design menu and choose the Set Format command.
  204.   You will see a dialog box.
  205.   3. Select the display options you want.
  206. [47] Number Fields (p.131)
  207. To select a number format:
  208. * Select a format from the list of number options.
  209. Number fields can have the following formats:
  210.   * General: 1000.01
  211.   * Currency: $1,000.01
  212.   * Business: 1,000.01
  213.   * Integer: 1000
  214.   * Scientific: 1.00001E+3
  215.   * Percent: 67.75%
  216. If you don't change formats, a number is displayed as "General."
  217. To change the number of decimal places:
  218.   1. Move the insertion point to the box labeled "Decimals."
  219.   2. Type the number of decimal places you want.
  220.   The maximum number of decimal places is 15.
  221. To change a formula:
  222.   * Choose the Set Formula button.
  223.   You will see the Set Formula dialog box. 
  224. [48] Date Fields (p.132)
  225. To select a date format:
  226. * Select a format from the list of date options.
  227. Date fields can have the following formats:
  228.   * Short: 09/01/85
  229.   * Medium: Sep 1, 1985
  230.   * Long: September 1, 1985è  Dates are displayed in short format unless you change display 
  231.   formats.
  232. [49] Picture Fields (p.133)
  233. To select a picture format:
  234.   * Select a format from the list of picture options.
  235. OPUS I stores graphics in their original form. Choosing the 
  236. "Crop" option displays as much of a graphic as will fit in the 
  237. field, beginning with the upper left corner. With this option, 
  238. some of the graphic may be hidden. The "Scale" option causes a 
  239. graphic to shrink or expand so it is entirely visible within 
  240. the field. A scaled graphic may appear distorted since its 
  241. proportions may change to fit in the field.
  242. If you don't change formats, graphics are displayed with the 
  243. "Crop" option.
  244. [50] Adding Information (p.136)
  245. To add information:
  246.   1. Move the insertion point to any field in the New record.
  247.   OPUS I automatically creates another new record and assigns 
  248.   a number to the record you are working with. 
  249.   2. Type the information.
  250.   If you type more information than can be displayed in the 
  251.   field, the information scrolls to the left. Use the LEFT and 
  252.   RIGHT keys to scroll text. 
  253.   3. Press TAB to move the insertion point to the next field.
  254. [51] Adding Text (p.137)
  255. You can type any character into a text field. OPUS I 
  256. automatically scrolls the contents of the field if you type 
  257. past the end of the display area. For fields with a height 
  258. greater than one line, OPUS I moves text to the next line to 
  259. avoid breaking up a word. 
  260. [@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  261.