home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _06F237016EE74EB2979E49A4F0FFCC2D < prev    next >
Text File  |  2003-03-07  |  21KB  |  1,089 lines

  1. Keyboard Macro Commands
  2.  
  3. When you record a macro, Quattro Pro translates special keystrokes into keyboard commands. When you type in a macro, use these commands in place of keystrokes. There are four categories:
  4.  
  5. ¿    Function Keys
  6.  
  7. F1 through F12
  8.  
  9. ¿    Status Keys
  10.  
  11. Caps Lock, Scroll Lock, and other indicator keys
  12.  
  13. ¿    Other Keys
  14.  
  15. Break, Esc, Del, plus other keys and key combinations
  16.  
  17. Keyboard commands emulate the keys of the keyboard. You can repeat many of these macro commands by specifying a repeat number as an argument. For example, to move the selector down five cells, use {DOWN 5}.
  18.  
  19. You can combine key commands for a variety of purposes. For example, the following macro replaces a formula in the active cell with its result and then moves down one cell:
  20.  
  21.     {EDIT}{CALC}~{DOWN}
  22.  
  23. The following macro deletes the last three characters of whatever is in the active cell:
  24.  
  25.     {EDIT}{END}{SHIFT+LEFT 3}{DEL}{CR}
  26.  
  27. For compatibility with future versions of Quattro Pro, use command equivalents to execute menu items instead of using keyboard macros.
  28.  
  29. Movement Key Macro Commands
  30.  
  31. Use these macro commands in place of arrows and other movement keys:
  32.  
  33. {HOME}    Home
  34.  
  35. {END}    End
  36.  
  37. {LEFT} or {L}    Left arrow
  38.  
  39. {RIGHT} or {R}    Right arrow
  40.  
  41. {UP} or {U}    Up arrow
  42.  
  43. {DOWN} or {D}    Down arrow
  44.  
  45. {PGUP}    PgUp
  46.  
  47. {PGDN}    PgDn
  48.  
  49. {BIGLEFT} or {BACKTAB}    Ctrl+Left arrow or Shift+Tab
  50.  
  51. {BIGRIGHT} or {TAB}    Ctrl+Right arrow or Tab
  52.  
  53. Function Key Macro Commands
  54.  
  55. These macro commands are equivalent to Quattro Pro function keys and key combinations:
  56.  
  57. {CALC}    F9
  58.  
  59. {EDIT}    F2
  60.  
  61. {FUNCTIONS}    Alt+F3
  62.  
  63. {GRAPH}    F11
  64.  
  65. {HELP}    F1
  66.  
  67. {INSPECT}    F12
  68.  
  69. {MACROS}    Shift+F3
  70.  
  71. {MARK}    Shift+F7
  72.  
  73. {NAME}    F3
  74.  
  75. {NEXTPANE}    F6
  76.  
  77. {NEXTTOPWIN}    Ctrl+F6
  78.  
  79. {NEXTWIN}    Shift+F6
  80.  
  81. {OBJECTSPAGEGOTO}    Shift+F5
  82.  
  83. {QUERY}    F7
  84.  
  85. {TABLE}    F8
  86.  
  87. Status Key Macro Commands
  88.  
  89. These macro commands are equivalent to the status indicator keys:
  90.  
  91. {CAPOFF}    Caps Lock off
  92.  
  93. {CAPON}    Caps Lock on
  94.  
  95. {INSOFF}    Ins off
  96.  
  97. {INSON}    Ins on
  98.  
  99. {NUMOFF}    Num Lock off
  100.  
  101. {NUMON}    Num Lock on
  102.  
  103. {SCROLLOFF}    Scroll Lock off
  104.  
  105. {SCROLLON}    Scroll Lock on
  106.  
  107. Macro Commands for Other Keys
  108.  
  109. These macro commands are used for building key combinations and for entering or editing data:
  110.  
  111. {CLEAR}    Ctrl+Backspace (Clears any existing entry from a prompt line or from the input line in Edit mode)
  112.  
  113. {CR} or ~    Enter
  114.  
  115. {DATE}    Ctrl+Shift+D
  116.  
  117. {SHIFT}    The keystroke Key while Shift is held down
  118.  
  119. Screen Macro Commands
  120.  
  121. These macro commands affect the display:
  122.  
  123. {BEEP}
  124.  
  125. Sounds the computer's bell.
  126.  
  127. {INDICATE}
  128.  
  129. Sets the mode indicator to display a specified string.
  130.  
  131. {PANELOFF}
  132.  
  133. Suppresses menus and prompts.
  134.  
  135. {PANELON}
  136.  
  137. Restores menus and prompts disabled by {PANELOFF}.
  138.  
  139. {WINDOWSOFF}
  140.  
  141. Prevents screen updating.
  142.  
  143. {WINDOWSON}
  144.  
  145. Restores screen updating disabled by {WINDOWSOFF}.
  146.  
  147. Screen commands can control the status line, suppress screen redraws, or sound the computer's bell. For example, {INDICATE "WAIT"} changes the status line indicator to WAIT; {INDICATE} resets the status line to its default.
  148.  
  149. Cell Macro Commands
  150.  
  151. These macro commands affect the data stored in specific cells. They can enter and read data, recalculate specific cells, or convert values into formatted labels:
  152.  
  153. {BLANK}
  154.  
  155. Erases a cell or cells.
  156.  
  157. {CONTENTS}
  158.  
  159. Copies the contents of one cell to another as a formatted label.
  160.  
  161. {GETDIRECTORYCONTENTS}
  162.  
  163. Enters an alphabetized list of files in a specified directory into specified cells.
  164.  
  165. {GETWINDOWLIST}
  166.  
  167. Lists open windows in specified cells.
  168.  
  169. {LET}
  170.  
  171. Places a number or string in the given location.
  172.  
  173. {NAVIGATE.SelectTable}
  174.  
  175. Expands selection of table boundaries.
  176.  
  177. {NAVIGATE.Zoom2Fit}
  178.  
  179. Zooms a table so that it fits in the visible part of the screen.
  180.  
  181. {NAVIGATE.GoTo}
  182.  
  183. Navigates to the sides or corners of a table.
  184.  
  185. {NAVIGATE.Jump}
  186.  
  187. Jumps to the next table in a given direction, or to the current table boundary if currently within a table.
  188.  
  189. {PUT}
  190.  
  191. Places a number or string in a given location offset by the specified number of columns and rows.
  192.  
  193. {PUTBLOCK}
  194.  
  195. Stores a value in each specified cell.
  196.  
  197. {PUTBLOCK2}
  198.  
  199. Stores Data in each cell of Block; same as {PUTBLOCK} except it parses date formats and requires a formula prefix before values.
  200.  
  201. {PUTCELL}
  202.  
  203. Stores the specified data in the active cell.
  204.  
  205. {PUTCELL2}
  206.  
  207. Stores the specified data in the active cell; same as {PUTCELL} except it parses date formats and requires a formula prefix before values.
  208.  
  209. {RECALC}
  210.  
  211. Recalculates formulas in the specified location in row-wise order for a specified number of times, or until a specified condition is reached.
  212.  
  213. {RECALCCOL}
  214.  
  215. Recalculates formulas in the specified location in column-wise order for a specified number of times, or until a specified condition is reached.
  216.  
  217. {SPEEDFILL}
  218.  
  219. Fills the selected cells with sequential data.
  220.  
  221. {SPEEDFORMAT}
  222.  
  223. Applies a standard format to the selected cells.
  224.  
  225. {SPEEDFORMAT.Add}
  226.  
  227. Adds a new format based on a specified cells.
  228.  
  229. {SPEEDFORMAT.Remove}
  230.  
  231. Removes a format.
  232.  
  233. {SPEEDSUM}
  234.  
  235. Adds filled cells in the specified cells and writes the sum in adjacent empty cells (right/bottom).
  236.  
  237. Interactive Macro Commands
  238.  
  239. Interactive commands let you create macros that accept users' input. These commands can display dialog boxes and pop-up menus, pause the macro and request input, and prevent you from breaking out of the macro during a crucial period:
  240.  
  241. { ? }
  242.  
  243. Pauses the macro and accepts input from the keyboard until you press Enter.
  244.  
  245. {ACTIVATE}
  246.  
  247. Makes the specified window active.
  248.  
  249. {DODIALOG}
  250.  
  251. Displays the specified dialog box.
  252.  
  253. {GET}
  254.  
  255. Pauses the macro, accepts one keystroke, and stores it in the specified location.
  256.  
  257. {GETLABEL}
  258.  
  259. Pauses the macro, displays a specified prompt, and stores the subsequent keystrokes as a label in the specified location.
  260.  
  261. {GETNUMBER}
  262.  
  263. Pauses the macro, displays the specified prompt, and stores the subsequent keystrokes as a numeric value in the specified location.
  264.  
  265. {PAUSEMACRO}
  266.  
  267. Pauses the macro for dialog box entries, then resumes the macro when the user closes the dialog box.
  268.  
  269. {UNDO}
  270.  
  271. "Takes back" the last command; cancels its effects.
  272.  
  273. {WINDOW}
  274.  
  275. Makes the next pane active.
  276.  
  277. {WINDOW}
  278.  
  279. Makes the specified window active.
  280.  
  281. Program Flow Macro Commands
  282.  
  283. Program flow commands let you branch and loop in a macro. Use these commands to create macros that behave differently based on logical decisions, to break down complicated macros, or to consolidate repetitious macros into subroutines:
  284.  
  285. {DEFINE}
  286.  
  287. Defines the type of arguments passed to a subroutine and tells where to store them.
  288.  
  289. {FORBREAK}
  290.  
  291. Terminates execution of a {FOR} command.
  292.  
  293. {QUIT}
  294.  
  295. Terminates macro execution and returns keyboard control.
  296.  
  297. File Macro Commands
  298.  
  299. File macro commands work with data in files other than the active notebook. These commands can open files and read their data character by character, or create custom data files. If a file command succeeds, the macro command in the next cell is run, ignoring any other commands in the same cell as the file command. Commands in the same cell as the file command run only if the file command fails. Use this feature to trap errors such as the disk being full or reading data past the end of the file:
  300.  
  301. {ANSIREAD}
  302.  
  303. Reads the specified number of bytes and stores them in the specified location, without any character mapping.
  304.  
  305. {ANSIREADLN}
  306.  
  307. Reads a line of characters and stores it in the specified location, without any character mapping.
  308.  
  309. {ANSIWRITE}
  310.  
  311. Writes a string of characters to the current file, without any character mapping.
  312.  
  313. {ANSIWRITELN}
  314.  
  315. Writes a string of characters to the current file and ends it with a carriage return/linefeed, without any character mapping.
  316.  
  317. {CLOSE}
  318.  
  319. Closes a file opened by {OPEN}.
  320.  
  321. {FILESIZE}
  322.  
  323. Calculates the number of bytes in the current file, and stores the value in the specified location.
  324.  
  325. {GETPOS}
  326.  
  327. Places the position of the file pointer in the specified location.
  328.  
  329. {OPEN}
  330.  
  331. Opens a file for reading, writing, modifying, or appending.
  332.  
  333. {READ}
  334.  
  335. Reads the specified number of bytes and stores them in the specified location.
  336.  
  337. {READLN}
  338.  
  339. Reads a line of characters and stores it in the specified location.
  340.  
  341. {SETPOS}
  342.  
  343. Sets the file pointer to the specified byte position in a file.
  344.  
  345. {WRITE}
  346.  
  347. Writes a string of characters to the current file.
  348.  
  349. {WRITELN}
  350.  
  351. Writes a string of characters to the current file and ends it with a carriage return/linefeed.
  352.  
  353. OLE and DDE Macro Commands
  354.  
  355. OLE and DDE macro commands communicate with other Windows applications:
  356.  
  357. {DELVAR}
  358.  
  359. Deletes the specified named variable and frees any object assigned to that variable.
  360.  
  361. {EXECAUTO}
  362.  
  363. Evaluates one or more automation expressions, but drops any returned values from expressions.
  364.  
  365. {EXECUTE}
  366.  
  367. Runs the specified macro in a server application.
  368.  
  369. {POKE}
  370.  
  371. Sends data to a DDE application.
  372.  
  373. {REQUEST}
  374.  
  375. Requests data from a DDE application.
  376.  
  377. {SETLCID}
  378.  
  379. Specifies a locale ID for automation expressions.
  380.  
  381. UI Building Macro Commands
  382.  
  383. UI building commands can add or remove menu items from the active menu bar:
  384.  
  385. {ADDMENU}
  386.  
  387. Adds a menu to the menu system at a specified location.
  388.  
  389. {ADDMENUITEM}
  390.  
  391. Adds a menu item to the menu system at a specified location.
  392.  
  393. {ADDSUBMENUITEM}
  394.  
  395. Adds a menu item to the menu system at a specified location and makes the command at that location a menu.
  396.  
  397. {DELETEMENU}
  398.  
  399. Deletes a menu from the active menu system.
  400.  
  401. {DELETEMENUITEM}
  402.  
  403. Deletes a menu item from the active menu system.
  404.  
  405. {SETMENUBAR}
  406.  
  407. Sets the active menu system.
  408.  
  409. Object Macro Commands
  410.  
  411. Object commands let you move and resize objects on the Objects sheet either in a chart window, in a notebook window, or in a dialog window. These commands can also create objects or change the property settings of Quattro Pro objects. Object commands can affect objects in any Quattro Pro window.
  412.  
  413. {ADDSERIES}
  414.  
  415. Adds a data series to a floating chart.
  416.  
  417. {COLUMNWIDTH}
  418.  
  419. Sets the width of columns in the specified cells.
  420.  
  421. {CREATEOBJECT}
  422.  
  423. Creates chart or dialog objects.
  424.  
  425. {DUPLICATE}
  426.  
  427. Duplicates selected chart annotations or dialog box controls.
  428.  
  429. {FLOATCOPY}
  430.  
  431. Copies a floating object in the active notebook window.
  432.  
  433. {FLOATCREATE}
  434.  
  435. Creates a floating chart, SpeedButton, or drawn object.
  436.  
  437. {FLOATMOVE}
  438.  
  439. Moves a floating object in the active notebook window.
  440.  
  441. {FLOATSIZE}
  442.  
  443. Resizes a selected floating object in the active notebook window.
  444.  
  445. {FLOATTEXT}
  446.  
  447. Replaces the string in the selected floating text box with the specified string.
  448.  
  449. {GETOBJECTPROPERTY}
  450.  
  451. Gets property setting from an object.
  452.  
  453. {GETPROPERTY}
  454.  
  455. Gets property setting from the object currently selected.
  456.  
  457. {MOVETO}
  458.  
  459. Moves selected objects to coordinates x, y.
  460.  
  461. {RESIZE}
  462.  
  463. Resizes selected objects in the active window.
  464.  
  465. {ROWCOLSHOW}
  466.  
  467. Shows or hides rows or columns in the specified cells.
  468.  
  469. {ROWHEIGHT}
  470.  
  471. Sets the height of rows in the specified cells.
  472.  
  473. {SELECTBLOCK}
  474.  
  475. Selects a contiguous or noncontiguous selection within the active notebook.
  476.  
  477. {SELECTFLOAT}
  478.  
  479. Selects floating objects in the active notebook window using their object names.
  480.  
  481. {SELECTOBJECT}
  482.  
  483. Selects objects in active window.
  484.  
  485. {SETGRAPHATTR}
  486.  
  487. Equivalent to setting Chart Setup and Background properties (colors are comma-separated RGB triplets in quotes).
  488.  
  489. {SETOBJECTPROPERTY}
  490.  
  491. Sets properties of objects.
  492.  
  493. {SETPROPERTY}
  494.  
  495. Sets properties of selected object.
  496.  
  497. Miscellaneous Macro Commands
  498.  
  499. These commands insert characters and comments, and perform a variety of other tasks. The slide commands at the end of the list are used to build and run slide shows:
  500.  
  501. } or { } }    Inserts a right brace, }
  502.  
  503. { { }    Inserts a left brace, {
  504.  
  505. { ~ }    Inserts a tilde, ~
  506.  
  507. { } (blank)    Does nothing; lets you reserve space in a macro without stopping macro execution.
  508.  
  509. { ; } (semicolon)    Lets you enter explanatory remarks in a macro.
  510.  
  511. {HLINE}    Scrolls window horizontally the specified number of lines.
  512.  
  513. {HPAGE}    Scrolls window horizontally the specified number of pages.
  514.  
  515. {VLINE}    Scrolls window vertically the specified number of lines.
  516.  
  517. {VPAGE}    Scrolls window vertically the specified number of pages.
  518.  
  519. For slide show commands, see {Slide.Option}
  520.  
  521. Command Equivalent Macros
  522.  
  523. Use the following command equivalent macros in place of menu items. When used with @COMMAND, they return current command settings.
  524.  
  525.  
  526.  
  527. {Align.Option}
  528.  
  529. Equivalent to Format  Align.
  530.  
  531. {AnalysisExpert}
  532.  
  533. Equivalent to Tools  Numeric Tools  Analysis.
  534.  
  535. {Application.Property}
  536.  
  537. Equivalent to Tools  Settings.
  538.  
  539. {BlockCopy}
  540.  
  541. Equivalent to Edit  Copy Cells.
  542.  
  543. {BlockDelete.Option}
  544.  
  545. Equivalent to Edit  Delete.
  546.  
  547. {BlockFill.Option}
  548.  
  549. Equivalent to Edit  Fill  Fill Series.
  550.  
  551. {BlockInsert.Option}
  552.  
  553. Equivalent to Insert  Cells.
  554.  
  555. {BlockMovePages}
  556.  
  557. Equivalent to Edit  Move Sheets.
  558.  
  559. {BlockName.Option}
  560.  
  561. Equivalent to Insert  Cell Names.
  562.  
  563. {BlockReformat}
  564.  
  565. Equivalent to Format  Text Reformat.
  566.  
  567. {BlockTranspose}
  568.  
  569. Equivalent to Tools  Numeric Tools  Transpose.
  570.  
  571. {BlockValues}
  572.  
  573. Equivalent to Edit  Convert to Values.
  574.  
  575. {BudgetExpert}
  576.  
  577. Equivalent to Tools  Numeric Tools  Budget.
  578.  
  579. {ChartExpert}
  580.  
  581. Equivalent to Insert  Chart.
  582.  
  583. {ClearContents}
  584.  
  585. Equivalent to Edit  Clear  Values.
  586.  
  587. {ClearFormats}
  588.  
  589. Equivalent to Edit  Clear  Formats.
  590.  
  591. {ComposeFormula}
  592.  
  593. Equivalent to clicking.
  594.  
  595. {Consolidate.Option}
  596.  
  597. Equivalent to Tools  Consolidate  Edit.
  598.  
  599. {ConsolidateExpert}
  600.  
  601. Equivalent to Tools  Consolidate  New.
  602.  
  603. {Controls.Option}
  604.  
  605. Equivalent to Format  Object Order.
  606.  
  607. {DbAlias}
  608.  
  609. Equivalent to Insert  External Data  Aliases.
  610.  
  611. {DialogView}
  612.  
  613. Equivalent to Tools  Macro  Dialog Designer.
  614.  
  615. {DialogWindow.Property}
  616.  
  617. Equivalent to right-clicking the title bar of a custom dialog window.
  618.  
  619. {EditClear}
  620.  
  621. Equivalent to Edit  Clear.
  622.  
  623. {EditCopy}
  624.  
  625. Equivalent to Edit  Copy.
  626.  
  627. {EditCut}
  628.  
  629. Equivalent to Edit  Cut.
  630.  
  631. {EditGoto}
  632.  
  633. Equivalent to Edit  Go To.
  634.  
  635. {EditPaste}
  636.  
  637. Equivalent to Edit  Paste.
  638.  
  639. {ExportGraphic}
  640.  
  641. Equivalent to Chart  Export to File.
  642.  
  643. {FileClose}
  644.  
  645. Equivalent to File  Close.
  646.  
  647. {FileCloseAll}
  648.  
  649. No equivalent command.
  650.  
  651. {FileCombine}
  652.  
  653. Equivalent to Tools  Data Tools  Combine Files.
  654.  
  655. {FileExit}
  656.  
  657. Equivalent to File  Exit.
  658.  
  659. {FileExtract}
  660.  
  661. Equivalent to Tools  Data Tools  Extract to File.
  662.  
  663. {FileImport}
  664.  
  665. Equivalent to Tools  Data Tools  QuickColumns.
  666.  
  667. {FileNew}
  668.  
  669. Equivalent to File  New.
  670.  
  671. {FileOpen}
  672.  
  673. Equivalent to File  Open.
  674.  
  675. {FileRetrieve}
  676.  
  677. No equivalent command.
  678.  
  679. {FileSave}
  680.  
  681. Equivalent to File  Save.
  682.  
  683. {FileSaveAll}
  684.  
  685. No equivalent command.
  686.  
  687. {FileSaveAs}
  688.  
  689. Equivalent to File  Save As.
  690.  
  691. {FileSend}
  692.  
  693. Equivalent to File  Send To  Mail.
  694.  
  695. {FloatOrder.Option}
  696.  
  697. Equivalent to Format  Object Order.
  698.  
  699. {Frequency.Option}
  700.  
  701. Equivalent to Tools  Numeric Tools  Frequency.
  702.  
  703. {GraphCopy}
  704.  
  705. Equivalent to Edit  Paste Special.
  706.  
  707. {GraphDeactivate}
  708.  
  709. No equivalent command.
  710.  
  711. {GraphDelete}
  712.  
  713. Equivalent to Chart  Delete Chart.
  714.  
  715. {GraphEdit}
  716.  
  717. Equivalent to right-clicking and clicking Edit Chart.
  718.  
  719. {GraphGallery}
  720.  
  721. Equivalent to Chart  Gallery.
  722.  
  723. {GraphNew}
  724.  
  725. Equivalent to Chart  New Chart.
  726.  
  727. {GraphSettings.Titles}
  728.  
  729. Equivalent to Chart  Titles.
  730.  
  731. {GraphSettings.Type}
  732.  
  733. Equivalent to Chart  Type/Layout.
  734.  
  735. {GraphView}
  736.  
  737. Equivalent to Chart  View Chart.
  738.  
  739. {GraphWindow.Property}
  740.  
  741. Equivalent to right-clicking the title bar of a chart window.
  742.  
  743. {Group.Option}
  744.  
  745. Equivalent to Insert  Name  Groups of Sheets.
  746.  
  747. {GroupObjects}
  748.  
  749. Equivalent to Format  Group.
  750.  
  751. {ImportGraphic}
  752.  
  753. Equivalent to Insert  Graphics  Clipart.
  754.  
  755. {InsertBreak}
  756.  
  757. Equivalent to Insert  Page Break.
  758.  
  759. {InsertObject}
  760.  
  761. Equivalent to Insert  Object.
  762.  
  763. {Invert.Option}
  764.  
  765. Equivalent to Tools  Numeric Tools  Invert.
  766.  
  767. {Links.Option}
  768.  
  769. Equivalent to Edit  Links.
  770.  
  771. {MapExpert}
  772.  
  773. Equivalent to Insert  Graphics  Map.
  774.  
  775. {Multiply.Option}
  776.  
  777. Equivalent to Tools  Numeric Tools  Multiply.
  778.  
  779. {NamedStyle.Option}
  780.  
  781. Equivalent to Format  Styles.
  782.  
  783. {Notebook.Property}
  784.  
  785. Equivalent to Format  Notebook.
  786.  
  787. {Notebook.Summary.Option}
  788.  
  789. Equivalent to File  Properties.
  790.  
  791. {ObjectsPageGoto}
  792.  
  793. Equivalent to View  Objects Sheet.
  794.  
  795. {OLE.Option}
  796.  
  797. Equivalent to right-clicking an OLE object and clicking the Property command.
  798.  
  799. {Optimizer.Option}
  800.  
  801. Equivalent to Tools  Numeric Tools  Optimizer.
  802.  
  803. {Order.Option}
  804.  
  805. Equivalent to Format  Object Order.
  806.  
  807. {Page.Property}
  808.  
  809. Equivalent to Format  Sheet.
  810.  
  811. {Parse.Option}
  812.  
  813. Equivalent to Tools  Data Tools  QuickColumns.
  814.  
  815. {PasteFormat}
  816.  
  817. Equivalent to Edit  Paste Special.
  818.  
  819. {PasteLink}
  820.  
  821. Equivalent to Edit  Paste Special.
  822.  
  823. {PasteSpecial}
  824.  
  825. Equivalent to Edit  Paste Special.
  826.  
  827. {PlayPerfectScript}
  828.  
  829. Equivalent to Tools  Macro  Play.
  830.  
  831. {Preview}
  832.  
  833. Equivalent to File  Print Preview.
  834.  
  835. {Print.Option}
  836.  
  837. Equivalent to File  Page Setup.
  838.  
  839. {PrinterSetup}
  840.  
  841. Equivalent to File  Print, then specifying a printer.
  842.  
  843. {Query.Option}
  844.  
  845. Equivalent to Tools  Data Tools  Notebook Query.
  846.  
  847. {Regression.Option}
  848.  
  849. Equivalent to Tools  Numeric Tools  Regression.
  850.  
  851. {ResizeToSame}
  852.  
  853. Equivalent to Format  ResizeToSame.
  854.  
  855. {RestrictInput.Option}
  856.  
  857. No equivalent command.
  858.  
  859. {Scenario.Option}
  860.  
  861. Equivalent to Tools  Scenario  Edit.
  862.  
  863. {ScenarioExpert}
  864.  
  865. Equivalent to Tools  Scenario  New.
  866.  
  867. {Search.Option}
  868.  
  869. Equivalent to Edit  Find And Replace.
  870.  
  871. {SelectAll}
  872.  
  873. Equivalent to Edit  Select All.
  874.  
  875. {Series.Option}
  876.  
  877. Equivalent to Chart  Series.
  878.  
  879. {SeriesManager.Option}
  880.  
  881. Equivalent to Edit  Define QuickFill; Series.
  882.  
  883. {Slide.Run}
  884.  
  885. Equivalent to Slides  Play Slide Show.
  886.  
  887. {SlideShowExpert}
  888.  
  889. Equivalent to Tools  Slide Show  New.
  890.  
  891. {SolveFor.Option}
  892.  
  893. Equivalent to Tools  Numeric Tools  Solve For.
  894.  
  895. {Sort.Option}
  896.  
  897. Equivalent to Tools  Sort.
  898.  
  899. {TableQuery.Option}
  900.  
  901. Equivalent to Insert  External Data  Table Query.
  902.  
  903. {TableLink.Option}
  904.  
  905. Equivalent to Insert  External Data  Table Link.
  906.  
  907. {TableView}
  908.  
  909. Equivalent to Insert  External Data  Database Desktop.
  910.  
  911. {Toolbar.Option}
  912.  
  913. Equivalent to View  Toolbars.
  914.  
  915. {UngroupObjects}
  916.  
  917. Equivalent to Format  Ungroup.
  918.  
  919. {WhatIf.Option}
  920.  
  921. Equivalent to Tools  Numeric Tools  What-If.
  922.  
  923. {WhatIfExpert}
  924.  
  925. Equivalent to Tools  Numeric Tools  What-If.
  926.  
  927. {WindowArrIcon}
  928.  
  929. Equivalent to Window  Arrange Icons.
  930.  
  931. {WindowCascade}
  932.  
  933. Equivalent to Window  Cascade.
  934.  
  935. {WindowClose}
  936.  
  937. Equivalent to Control Menu  Close.
  938.  
  939. {WindowHide}
  940.  
  941. Equivalent to Window  Hide.
  942.  
  943. {WindowMaximize}
  944.  
  945. Equivalent to Control Menu  Maximize.
  946.  
  947. {WindowMinimize}
  948.  
  949. Equivalent to Control Menu  Minimize.
  950.  
  951. {WindowMove}
  952.  
  953. Equivalent to Control Menu  Move.
  954.  
  955. {WindowNewView}
  956.  
  957. Equivalent to Window  New View.
  958.  
  959. {WindowNext}
  960.  
  961. Equivalent to Control Menu  Next.
  962.  
  963. {WindowPanes}
  964.  
  965. Equivalent to View  Split Window.
  966.  
  967. {WindowQPW.Option}
  968.  
  969. Equivalent to Quattro Pro Control Menu.
  970.  
  971. {WindowRestore}
  972.  
  973. Equivalent to Control Menu  Restore.
  974.  
  975. {WindowShow}
  976.  
  977. Equivalent to Window  Show.
  978.  
  979. {WindowSize}
  980.  
  981. Equivalent to Control Menu  Size.
  982.  
  983. {WindowTile}
  984.  
  985. Equivalent to Window  Tile.
  986.  
  987. {WindowTitles}
  988.  
  989. Equivalent to View  Locked Titles.
  990.  
  991. {WorkSpace.Option}
  992.  
  993. Equivalent to File  Workspace.
  994.  
  995. Analysis Tools Macro Commands
  996.  
  997. Analysis Tools commands let you perform analyses of numerical data. They are equivalent to the tools available when you choose Tools  Numeric Tools  Analysis.
  998.  
  999. {ANOVA1}
  1000.  
  1001. One-way analysis of variance.
  1002.  
  1003. {ANOVA2}
  1004.  
  1005. Two-way analysis of variance with replication.
  1006.  
  1007. {ANOVA3}
  1008.  
  1009. Two-way analysis of variance without replication.
  1010.  
  1011. {DESCR}
  1012.  
  1013. Creates a table of descriptive statistics that characterize one or more samples.
  1014.  
  1015. {EXPON}
  1016.  
  1017. Exponentially smooths a series of values.
  1018.  
  1019. {FOURIER}
  1020.  
  1021. Performs a fast Fourier transformation on cells of data.
  1022.  
  1023. {FTESTV}
  1024.  
  1025. Performs a two-sample F-Test to compare population variances.
  1026.  
  1027. {HISTOGRAM}
  1028.  
  1029. Calculates the probability and cumulative distributions for a sample based on a series of bins.
  1030.  
  1031. {MCORREL}
  1032.  
  1033. Returns the correlation matrix between two or more data sets.
  1034.  
  1035. {MCOVAR}
  1036.  
  1037. Returns the covariance matrix between two or more data sets.
  1038.  
  1039. {MOVEAVG}
  1040.  
  1041. Returns a moving average for the values in a sample.
  1042.  
  1043. {MTGAMT}
  1044.  
  1045. Generates an amortization schedule for a mortgage.
  1046.  
  1047. {MTGREFI}
  1048.  
  1049. Generates a table of information relating to refinancing a mortgage.
  1050.  
  1051. {PTTESTM}
  1052.  
  1053. Performs a paired two-sample Student's t-Test for means.
  1054.  
  1055. {PTTESTV}
  1056.  
  1057. Performs a Student's t-Test using two independent samples with unequal variances.
  1058.  
  1059. {RANDOM}
  1060.  
  1061. Returns random values from a specified distribution.
  1062.  
  1063. {RANKPERC}
  1064.  
  1065. Computes the ordinal and percent rank of each value in a sample.
  1066.  
  1067. {REGRESS}
  1068.  
  1069. Performs multiple linear regression analysis.
  1070.  
  1071. {SAMPLE}
  1072.  
  1073. Returns a periodic or random sample of values from cells.
  1074.  
  1075. Quattro Pro DOS Compatible Commands
  1076.  
  1077. This command or menu equivalent is provided for compatibility with the DOS version of Quattro Pro. To learn more about it, see the Quattro Pro for DOS @Functions and Macros guide.
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084. MC_CMD, 5/1/00        25
  1085.  
  1086. MC_CMD, 05/01/00, Page 25
  1087.  
  1088.  
  1089.