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

  1. MacroCommandInserter
  2.  
  3. Syntax
  4.  
  5. (State: enumeration)
  6.  
  7. Description
  8.  
  9. Turn the WordPerfect Macro Command Inserter on or off.
  10.  
  11. Parameters
  12.  
  13. State: enumeration    Off!
  14.  
  15. On!
  16.  
  17. MacroEditControlBar
  18.  
  19. Syntax
  20.  
  21. (State: enumeration)
  22.  
  23. Description
  24.  
  25. Display the Macro Edit feature bar.
  26.  
  27. Parameters
  28.  
  29. State: enumeration (optional)    Off!
  30.  
  31. On!
  32.  
  33. MacroExecuteQuick
  34.  
  35. Syntax
  36.  
  37. ()
  38.  
  39. Description
  40.  
  41. Playback the current QuickMacro.
  42.  
  43. MacroFileChain
  44.  
  45. Syntax
  46.  
  47. (Filename: string)
  48.  
  49. Description
  50.  
  51. Specify a macro to play upon completion of the current macro.
  52.  
  53. Parameters
  54.  
  55. Filename: string    The filename of the next macro.
  56.  
  57. MacroFilePlay
  58.  
  59. Syntax
  60.  
  61. (Filename: string)
  62.  
  63. Description
  64.  
  65. Play a macro.
  66.  
  67. Parameters
  68.  
  69. Filename: string    The filename of the macro to play.
  70.  
  71. MacroMenuAdd
  72.  
  73. Syntax
  74.  
  75. (UpdateBIF: enumeration; MenuPos: numeric; Location: enumeration; Filename: string; TemplateName: string)
  76.  
  77. Description
  78.  
  79. Add a macro to the macro submenu.
  80.  
  81. Parameters
  82.  
  83. UpdateBIF: enumeration    No!
  84.  
  85. Yes!
  86.  
  87. MenuPos: numeric     The menu position.
  88.  
  89. Location: enumeration    CurrentTemplate!
  90.  
  91. FileOnDisk!
  92.  
  93. StandardTemplate!
  94.  
  95. Filename: string (optional)    The filename of the macro.
  96.  
  97. TemplateName: string (optional)    The template containing the macro.
  98.  
  99. MacroMenuDelete
  100.  
  101. Syntax
  102.  
  103. (UpdateBIF: enumeration; {MenuPos: numeric})
  104.  
  105. Description
  106.  
  107. Delete a macro from a menu.
  108.  
  109. Parameters
  110.  
  111. UpdateBIF: enumeration    No!
  112.  
  113. Yes!
  114.  
  115. MenuPos: numeric (optional)    The menu position.
  116.  
  117. MacroPause
  118.  
  119. Syntax
  120.  
  121. ()
  122.  
  123. Description
  124.  
  125. Pause a macro until the user presses Enter or selects Pause on the Macro menu.
  126.  
  127. MacroStatusPrompt
  128.  
  129. Syntax
  130.  
  131. (State: enumeration; Prompt: string)
  132.  
  133. Description
  134.  
  135. Turn the macro status prompt line on or off.
  136.  
  137. Parameters
  138.  
  139. State: enumeration    Off!
  140.  
  141. On!
  142.  
  143. Prompt: string (optional)    The text of the prompt.
  144.  
  145. MacroTemplatePlay
  146.  
  147. Syntax
  148.  
  149. (Location: enumeration; MacroName: string)
  150.  
  151. Description
  152.  
  153. Play a macro located on a template.
  154.  
  155. Parameters
  156.  
  157. Location: enumeration    CurrentTemplate!
  158.  
  159. DefaultTemplate!
  160.  
  161. MacroName: string    The name of the macro.
  162.  
  163. MailDlg
  164.  
  165. Syntax
  166.  
  167. ()
  168.  
  169. Description
  170.  
  171. Determine if a mail system is running and start it if necessary. Display the mail view and attach a copy of the active WordPerfect document; or if text was selected, paste it into the message box. If multiple mail systems are available, the highest-priority mail system is used.
  172.  
  173. MakeItFit
  174.  
  175. Syntax
  176.  
  177. (TargetPage: numeric; {Adjust: enumeration})
  178.  
  179. Description
  180.  
  181. Shrink or expand a document to fill a specified number of pages.
  182.  
  183. Parameters
  184.  
  185. TargetPage: numeric    The number of pages to fill.
  186.  
  187. Adjust: enumeration (optional)    FitBottomMargin!
  188.  
  189. FitFontSize!
  190.  
  191. FitLeftMargin!
  192.  
  193. FitLineSpacing!
  194.  
  195. FitRightMargin!
  196.  
  197. FitTopMargin!
  198.  
  199. MakeItFitDlg
  200.  
  201. Syntax
  202.  
  203. ()
  204.  
  205. Description
  206.  
  207. Display the Make It Fit Expert dialog box.
  208.  
  209. MarginAdjustLeft
  210.  
  211. Syntax
  212.  
  213. (AmtToAdjust: measurement)
  214.  
  215. Description
  216.  
  217. Move the left margin to the left or right, relative to the current margin setting.
  218.  
  219. Parameters
  220.  
  221. AmtToAdjust: measurement (optional)    A positive value increases the margin; a negative value decreases it.
  222.  
  223. MarginAdjustRight
  224.  
  225. Syntax
  226.  
  227. (AmtToAdjust: measurement)
  228.  
  229. Description
  230.  
  231. Move the right margin to the left or right, relative to the current margin setting.
  232.  
  233. Parameters
  234.  
  235. AmtToAdjust: measurement    A positive value increases the margin; a negative value decreases it.
  236.  
  237. MarginBottom
  238.  
  239. Syntax
  240.  
  241. (MarginWidth: measurement)
  242.  
  243. Description
  244.  
  245. Set the bottom margin.
  246.  
  247. Parameters
  248.  
  249. MarginWidth: measurement    The amount of space for the bottom margin.
  250.  
  251. MarginLeft
  252.  
  253. Syntax
  254.  
  255. (MarginWidth: measurement)
  256.  
  257. Description
  258.  
  259. Set the left margin.
  260.  
  261. Parameters
  262.  
  263. MarginWidth: measurement    The amount of space for the left margin.
  264.  
  265. MarginReleaseInsert
  266.  
  267. Syntax
  268.  
  269. ()
  270.  
  271. Description
  272.  
  273. Insert a [Hd Back Tab] code at the insertion point. This moves the margin back one tab.
  274.  
  275. MarginRight
  276.  
  277. Syntax
  278.  
  279. (MarginWidth: measurement)
  280.  
  281. Description
  282.  
  283. Set the right margin.
  284.  
  285. Parameters
  286.  
  287. MarginWidth: measurement    The amount of space for the right margin.
  288.  
  289. MarginTop
  290.  
  291. Syntax
  292.  
  293. (MarginWidth: measurement)
  294.  
  295. Description
  296.  
  297. Set the top margin.
  298.  
  299. Parameters
  300.  
  301. MarginWidth: measurement    The amount of space for the top margin.
  302.  
  303. MarkCrossRef
  304.  
  305. Syntax
  306.  
  307. ()
  308.  
  309. Description
  310.  
  311. Display the Cross-Reference feature bar.
  312.  
  313. MarkCrossRefUpdateList
  314.  
  315. Syntax
  316.  
  317. (Target: string)
  318.  
  319. Description
  320.  
  321. Add a specified target name to the Target name list.
  322.  
  323. Parameters
  324.  
  325. Target: string    The target name to add to the Target name list.
  326.  
  327. MarkIndex
  328.  
  329. Syntax
  330.  
  331. ()
  332.  
  333. Description
  334.  
  335. Display the Index feature bar.
  336.  
  337. MarkIndexUpdateList
  338.  
  339. Syntax
  340.  
  341. (Heading: string; SubHeading: string)
  342.  
  343. Description
  344.  
  345. Create a reference to a specified heading and subheading in the index.
  346.  
  347. Parameters
  348.  
  349. Heading: string    The heading for the entry.
  350.  
  351. SubHeading: string    The subheading for the entry.
  352.  
  353. MarkList
  354.  
  355. Syntax
  356.  
  357. ()
  358.  
  359. Description
  360.  
  361. Display the List feature bar.
  362.  
  363. MarkListUpdateList
  364.  
  365. Syntax
  366.  
  367. (ListName: string)
  368.  
  369. Description
  370.  
  371. Update the List feature bar.
  372.  
  373. Parameters
  374.  
  375. ListName: string    The name of the list.
  376.  
  377. MarkTableOfAuthorities
  378.  
  379. Syntax
  380.  
  381. ()
  382.  
  383. Description
  384.  
  385. Display the Table of Authorities feature bar.
  386.  
  387. MarkTableOfContents
  388.  
  389. Syntax
  390.  
  391. ()
  392.  
  393. Description
  394.  
  395. Display the Table of Contents feature bar.
  396.  
  397. MarkTOAUpdateList
  398.  
  399. Syntax
  400.  
  401. (ShortForm: string)
  402.  
  403. Description
  404.  
  405. Update the Table of Authorities feature bar.
  406.  
  407. Parameters
  408.  
  409. ShortForm: string    The list name in a table of authorities.
  410.  
  411. MasterDocCondense
  412.  
  413. Syntax
  414.  
  415. (Filename: string; Action: enumeration)
  416.  
  417. Description
  418.  
  419. Condense selected subdocuments and save changes.
  420.  
  421. Parameters
  422.  
  423. Filename: string (optional)    The filename of the master document.
  424.  
  425. Action: enumeration    SaveSub!
  426.  
  427. SkipSub!
  428.  
  429. MasterDocCondenseDlg
  430.  
  431. Syntax
  432.  
  433. ()
  434.  
  435. Description
  436.  
  437. Display the Condense/Save Subdocuments dialog box.
  438.  
  439. MasterDocExpand
  440.  
  441. Syntax
  442.  
  443. (Filename: string)
  444.  
  445. Description
  446.  
  447. Expand a subdocument. Specify a subdocument with SubDocInclude.
  448.  
  449. Parameters
  450.  
  451. Filename: string (optional)    The filename of the master document.
  452.  
  453. MasterDocSubdocDlg
  454.  
  455. Syntax
  456.  
  457. ()
  458.  
  459. Description
  460.  
  461. Display the Include Subdocument dialog box.
  462.  
  463. MatchElement
  464.  
  465. Syntax
  466.  
  467. (Attribute: string; Value: string; Type: enumeration; EditAttribute: enumeration)
  468.  
  469. Description
  470.  
  471. Specify that Find and Replace finds a tag that meets certain conditions. The command applies only to searches for specific elements. Begin your search with SpecificSearchStringBegin and end it with SpecificStringEnd. Use SGMLInsertElement to specify which element name you are searching for. This command is valid only if the WordPerfect SGML program component is installed and the current document is a WordPerfect SGML document.
  472.  
  473. Parameters
  474.  
  475. Attribute: string (optional)    The font attribute the search text must have.
  476.  
  477. Value: string (optional)    The value of the search text.
  478.  
  479. Type: enumeration    End!
  480.  
  481. Start!
  482.  
  483. EditAttribute: enumeration (optional)    No!
  484.  
  485. Yes!
  486.  
  487. MatchExtendSelection
  488.  
  489. Syntax
  490.  
  491. ()
  492.  
  493. Description
  494.  
  495. In a Find and Replace search, extend the selected text to include matches that are not in the original selection.
  496.  
  497. MatchFindIfInElements
  498.  
  499. Syntax
  500.  
  501. (State: enumeration; Action: enumeration; {Element: string})
  502.  
  503. Description
  504.  
  505. Specify that Find and Replace search only in the specified SGML elements. This command is valid only if the WordPerfect SGML program component is installed, and the current document is a WordPerfect SGML document.
  506.  
  507. Parameters
  508.  
  509. State: enumeration    No!
  510.  
  511. Yes!
  512.  
  513. Action: enumeration (optional)    If Action is AnyOrder!, then a match will occur only within any of the specified elements. If Action is ListedOrder!, then the match will occur only within any of the specified elements when the elements are in the order of the element string. For example, if you specify to find a word that is within <TITLE> which is within <titlpage>, a match will not be made if the word is within <TITLE> which is not within <titlpage>.
  514.  
  515. AnyOrder!
  516.  
  517. ListedOrder!
  518.  
  519. Element: string (optional)    The SGML element to find.
  520.  
  521. MatchLimit
  522.  
  523. Syntax
  524.  
  525. (State: enumeration; LimitValue: numeric)
  526.  
  527. Description
  528.  
  529. Limit a Replace All search to a specified number of occurrences.
  530.  
  531. Parameters
  532.  
  533. State: enumeration    Limit a Find and Replace search.
  534.  
  535. No!
  536.  
  537. Yes!
  538.  
  539. LimitValue: numeric (optional)    The number of occurrences to replace.
  540.  
  541. MatchPositionAfter
  542.  
  543. Syntax
  544.  
  545. ()
  546.  
  547. Description
  548.  
  549. Place the insertion point after matched text in a Find and Replace search.
  550.  
  551. MatchPositionBefore
  552.  
  553. Syntax
  554.  
  555. ()
  556.  
  557. Description
  558.  
  559. Place the insertion point before matched text in a Find and Replace search.
  560.  
  561. MatchSelection
  562.  
  563. Syntax
  564.  
  565. ()
  566.  
  567. Description
  568.  
  569. Select matched text in a Find and Replace search.
  570.  
  571. MatchSkipIfInElements
  572.  
  573. Syntax
  574.  
  575. ({Element: string})
  576.  
  577. Description
  578.  
  579. Specify that Find and Replace search all of the document except within the specified SGML elements. This command is valid only if the WordPerfect SGML program component is installed and the current document is a WordPerfect SGML document.
  580.  
  581. Parameters
  582.  
  583. Element: string (optional)    The SGML elements to skip while searching.
  584.  
  585. MatchWithAttributes
  586.  
  587. Syntax
  588.  
  589. (State: enumeration; {Attribute: enumeration})
  590.  
  591. Description
  592.  
  593. Match only text with specified attributes in a Find and Replace search.
  594.  
  595. Parameters
  596.  
  597. State: enumeration    No!
  598.  
  599. Yes!
  600.  
  601. Attribute: enumeration (optional)    Bold!
  602.  
  603. DoubleUnderline!
  604.  
  605. ExtraLarge!
  606.  
  607. Fine!
  608.  
  609. Italics!
  610.  
  611. Large!
  612.  
  613. Outline!
  614.  
  615. Redline!
  616.  
  617. Shadow!
  618.  
  619. Small!
  620.  
  621. SmallCaps!
  622.  
  623. Strikeout!
  624.  
  625. Subscript!
  626.  
  627. Superscript!
  628.  
  629. Underline!
  630.  
  631. VeryLarge!
  632.  
  633. MatchWithFont
  634.  
  635. Syntax
  636.  
  637. (State: enumeration; Typeface: string; Family: enumeration; Attributes: enumeration; Weight: enumeration; Width: enumeration; Source: enumeration; Type: enumeration; CharacterSet: enumeration)
  638.  
  639. Description
  640.  
  641. Match only text with specified font attributes in a Find and Replace search.
  642.  
  643. Parameters
  644.  
  645. State: enumeration    No!
  646.  
  647. Yes!
  648.  
  649. Typeface: string (optional)    The font face.
  650.  
  651. Family: enumeration (optional)    FamilyAestheticOrnamented!
  652.  
  653. FamilyAlbertus!
  654.  
  655. FamilyBodoni!
  656.  
  657. FamilyBroadway!
  658.  
  659. FamilyBrush!
  660.  
  661. FamilyCenturySchoolbook!
  662.  
  663. FamilyComputer!
  664.  
  665. FamilyCourier!
  666.  
  667. FamilyHelvetica!
  668.  
  669. FamilyHobo!
  670.  
  671. FamilyITCBenguiat!
  672.  
  673. FamilyITCGaramon!
  674.  
  675. FamilyITCLubalinGraph!
  676.  
  677. FamilyITCRonda!
  678.  
  679. FamilyITCZapfDingbats!
  680.  
  681. FamilyLetterGothic!
  682.  
  683. FamilyMadrone!
  684.  
  685. FamilyMicrostyle!
  686.  
  687. FamilyOldEnglish!
  688.  
  689. FamilyOptima!
  690.  
  691. FamilyParkAvenue!
  692.  
  693. FamilyPonderosa!
  694.  
  695. FamilyPTBarnum!
  696.  
  697. FamilyRevue!
  698.  
  699. FamilySignetRoundhand!
  700.  
  701. FamilyTekton!
  702.  
  703. FamilyTimesRoman!
  704.  
  705. FamilyUncial!
  706.  
  707. Attributes: enumeration (optional)    FontMatchItalic!
  708.  
  709. FontMatchNormal!
  710.  
  711. FontMatchOutline!
  712.  
  713. FontMatchShadow!
  714.  
  715. FontMatchSmallCaps!
  716.  
  717. Weight: enumeration (optional)    WeightBlack!
  718.  
  719. WeightBold!
  720.  
  721. WeightBook!
  722.  
  723. WeightDemiBold!
  724.  
  725. WeightDemiLight!
  726.  
  727. WeightExtraBlack!
  728.  
  729. WeightExtraBold!
  730.  
  731. WeightExtraHeavy!
  732.  
  733. WeightExtraLight!
  734.  
  735. WeightExtraThin!
  736.  
  737. WeightHeavy!
  738.  
  739. WeightLight!
  740.  
  741. WeightMaximum!
  742.  
  743. WeightMedium!
  744.  
  745. WeightRegular!
  746.  
  747. WeightRoman!
  748.  
  749. WeightSemiBold!
  750.  
  751. WeightSemiLight!
  752.  
  753. WeightThin!
  754.  
  755. WeightUltraBlack!
  756.  
  757. WeightUltraHeavy!
  758.  
  759. WeightUltraLight!
  760.  
  761. WeightUltraThin!
  762.  
  763. WeightUnknown!
  764.  
  765. Width: enumeration (optional)    WidthCompressed!
  766.  
  767. WidthCondensed!
  768.  
  769. WidthDoubleWide!
  770.  
  771. WidthExpanded!
  772.  
  773. WidthExtraCondensed!
  774.  
  775. WidthExtraExpanded!
  776.  
  777. WidthNormal!
  778.  
  779. WidthSemiCondensed!
  780.  
  781. WidthSemiExpanded!
  782.  
  783. WidthTripleWide!
  784.  
  785. WidthUltraCompressed!
  786.  
  787. WidthUltraCondensed!
  788.  
  789. WidthUltraExpanded!
  790.  
  791. WidthUnknown!
  792.  
  793. Source: enumeration (optional)    DRSFile!
  794.  
  795. PRSFile!
  796.  
  797. Type: enumeration (optional)    Intellifont!
  798.  
  799. Speedo!
  800.  
  801. TrueType!
  802.  
  803. Type1!
  804.  
  805. CharacterSet: enumeration (optional)    FontMatchArabic!
  806.  
  807. FontMatchArabicScript!
  808.  
  809. FontMatchASCII!
  810.  
  811. FontMatchBoxDrawing!
  812.  
  813. FontMatchCyrillic!
  814.  
  815. FontMatchGreek!
  816.  
  817. FontMatchHebrew!
  818.  
  819. FontMatchIconicSymbols!
  820.  
  821. FontMatchJapaneseKana!
  822.  
  823. FontMatchMath!
  824.  
  825. FontMatchMathExtension!
  826.  
  827. FontMatchMultinational1!
  828.  
  829. FontMatchMultinational2!
  830.  
  831. FontMatchTypographicSymbols!
  832.  
  833. FontMatchUserDefined!
  834.  
  835. MatchWithFontSize
  836.  
  837. Syntax
  838.  
  839. (State: enumeration; FontSize: measurement)
  840.  
  841. Description
  842.  
  843. Match only text with a specified font size in a Find and Replace search.
  844.  
  845. Parameters
  846.  
  847. State: enumeration    No!
  848.  
  849. Yes!
  850.  
  851. FontSize: measurement (optional)    The point size of the font.
  852.  
  853. boolean:=MenuAddFeature
  854.  
  855. Syntax
  856.  
  857. (Menu: string; Name: command name; Offset: numeric)
  858.  
  859. Description
  860.  
  861. Add a feature to the current WordPerfect menu.
  862.  
  863. Parameters
  864.  
  865. Menu: string    The name of the menu.
  866.  
  867. Name: command name    The name of the feature.
  868.  
  869. Offset: numeric (optional)    The position of the feature on the menu.
  870.  
  871. Note
  872.  
  873.   You can add a feature to a menu using the MenuAddFeature command only if the feature does not require parameters.
  874.   
  875. boolean:=MenuAddMacro
  876.  
  877. Syntax
  878.  
  879. (Menu: string; Name: string; MacroName: string; Hint: string; Offset: numeric)
  880.  
  881. Description
  882.  
  883. Add a macro to the current WordPerfect menu.
  884.  
  885. Example
  886.  
  887. MenuAddMacro ("HelpMenu"; "MyMacro"; "C:\Macros\MyMacro.WCM"; "This is MyMacro"; 1)
  888.  
  889. Parameters
  890.  
  891. Menu: string    The name of the menu.
  892.  
  893. Name: string    The filename of the macro.
  894.  
  895. MacroName: string    The name of the macro.
  896.  
  897. Hint: string (optional)    The text of the tip for the menu item.
  898.  
  899. Offset: numeric (optional)    The position of the macro on the menu.
  900.  
  901. boolean:=MenuAddProgram
  902.  
  903. Syntax
  904.  
  905. (Menu: string; Name: string; ProgramName: string; Hint: string; Offset: numeric)
  906.  
  907. Description
  908.  
  909. Add a program to the current WordPerfect menu.
  910.  
  911. Parameters
  912.  
  913. Menu: string    The name of the menu.
  914.  
  915. Name: string    The name of the program.
  916.  
  917. ProgramName: string    The filename of the program's executable.
  918.  
  919. Hint: string (optional)    The text of the tip for the menu item.
  920.  
  921. Offset: numeric (optional)    The position of the program on the menu.
  922.  
  923. boolean:=MenuAddScript
  924.  
  925. Syntax
  926.  
  927. (Menu: string; Name: string; Script: string; Hint: string; Offset: numeric)
  928.  
  929. Description
  930.  
  931. Add a keyboard script to the current WordPerfect menu.
  932.  
  933. Parameters
  934.  
  935. Menu: string    The name of the menu.
  936.  
  937. Name: string    The name of the script.
  938.  
  939. Script: string    The text of the script.
  940.  
  941. Hint: string (optional)    The text of the tip for the menu item.
  942.  
  943. Offset: numeric (optional)    The position of the script on the menu.
  944.  
  945. boolean:=MenuAddSeparator
  946.  
  947. Syntax
  948.  
  949. (Menu: string; Offset: numeric)
  950.  
  951. Description
  952.  
  953. Add a separator to the current WordPerfect menu.
  954.  
  955. Parameters
  956.  
  957. Menu: string    The name of the menu.
  958.  
  959. Offset: numeric (optional)    The position of the separator on the menu.
  960.  
  961. boolean:=MenuAddSubMenu
  962.  
  963. Syntax
  964.  
  965. (Menu: string; Name: string; Hint: string; Offset: numeric)
  966.  
  967. Description
  968.  
  969. Add a submenu to the current WordPerfect menu.
  970.  
  971. Parameters
  972.  
  973. Menu: string    The name of the menu.
  974.  
  975. Name: string    The name of the submenu.
  976.  
  977. Hint: string (optional)    The text of the tip for the submenu.
  978.  
  979. Offset: numeric (optional)    The position of the submenu on the menu.
  980.  
  981. boolean:=MenuDeleteItemEx
  982.  
  983. Syntax
  984.  
  985. (Menu: string; Name: string; Offset: numeric)
  986.  
  987. Description
  988.  
  989. Delete an item from the current WordPerfect menu.
  990.  
  991. Parameters
  992.  
  993. Menu: string    The name of the menu.
  994.  
  995. Name: string (optional)    The name of the menu item to delete.
  996.  
  997. Offset: numeric (optional)    This parameter is optional only when you are deleting a feature from a menu. If you want to delete a macro or a program, then this parameter is required.
  998.  
  999. MenuSelect
  1000.  
  1001. Syntax
  1002.  
  1003. (MenuName: string)
  1004.  
  1005. Description
  1006.  
  1007. Choose a menu.
  1008.  
  1009. Parameters
  1010.  
  1011. MenuName: string (optional)    The name of the menu bar you want to use. The name of the menu must be enclosed by angle brackets.
  1012.  
  1013. MenuSelectDlg
  1014.  
  1015. Syntax
  1016.  
  1017. ()
  1018.  
  1019. Description
  1020.  
  1021. Display the Menu Bar Preferences dialog box.
  1022.  
  1023. MergeAddressBook
  1024.  
  1025. Syntax
  1026.  
  1027. (AddressBook: string)
  1028.  
  1029. Description
  1030.  
  1031. Specify an address book to associate with the current form file.
  1032.  
  1033. Parameters
  1034.  
  1035. AddressBook: string    The name of the address book to associate. If this parameter is left blank, the current association for the form file is removed whether it is associated with an address book or a data file.
  1036.  
  1037. MergeAddressBookSaveAs
  1038.  
  1039. Syntax
  1040.  
  1041. (OutputFile: string; AddressBook: string)
  1042.  
  1043. Description
  1044.  
  1045. Save address book records as a merge data file.
  1046.  
  1047. Parameters
  1048.  
  1049. OutputFile: string    The path and filename of the new merge data file.
  1050.  
  1051. AddressBook: string (optional)    The address book to save as a merge data file. If this parameter is blank, the currently selected records are used; if not, all records in the specified address book are used. Address book selections can include records from multiple address books.
  1052.  
  1053. MergeBlankField
  1054.  
  1055. Syntax
  1056.  
  1057. (State: enumeration)
  1058.  
  1059. Description
  1060.  
  1061. Leave or remove a blank field. If blank fields are removed, the remaining fields shift up one line.
  1062.  
  1063. Parameters
  1064.  
  1065. State: enumeration    Leave!
  1066.  
  1067. Remove!
  1068.  
  1069. MergeCode
  1070.  
  1071. Syntax
  1072.  
  1073. (Codes: enumeration; String: string)
  1074.  
  1075. Description
  1076.  
  1077. Insert a merge code.
  1078.  
  1079. Parameters
  1080.  
  1081. Codes: enumeration    Assign!
  1082.  
  1083. AssignLocal!
  1084.  
  1085. Beep!
  1086.  
  1087. Break!
  1088.  
  1089. Call!
  1090.  
  1091. CancelOff!
  1092.  
  1093. CancelOn!
  1094.  
  1095. Caps!
  1096.  
  1097. CaseOf!
  1098.  
  1099. ChainData!
  1100.  
  1101. ChainForm!
  1102.  
  1103. ChainMacro!
  1104.  
  1105. Char!
  1106.  
  1107. Codes!
  1108.  
  1109. Comment!
  1110.  
  1111. Continue!
  1112.  
  1113. CtoN!
  1114.  
  1115. Date!
  1116.  
  1117. Default!
  1118.  
  1119. DisplayStop!
  1120.  
  1121. Document!
  1122.  
  1123. Else!
  1124.  
  1125. EmbedMacro!
  1126.  
  1127. EndField!
  1128.  
  1129. EndFor!
  1130.  
  1131. EndIf!
  1132.  
  1133. EndRecord!
  1134.  
  1135. EndSwitch!
  1136.  
  1137. EndWhile!
  1138.  
  1139. Field!
  1140.  
  1141. FieldNames!
  1142.  
  1143. FirstCap!
  1144.  
  1145. ForEach!
  1146.  
  1147. ForNext!
  1148.  
  1149. GetString!
  1150.  
  1151. Go!
  1152.  
  1153. If!
  1154.  
  1155. IfBlank!
  1156.  
  1157. IfExists!
  1158.  
  1159. IfNotBlank!
  1160.  
  1161. Insert!
  1162.  
  1163. Keyboard!
  1164.  
  1165. Label!
  1166.  
  1167. Look!
  1168.  
  1169. MrgCmnd!
  1170.  
  1171. NestData!
  1172.  
  1173. NestForm!
  1174.  
  1175. NestMacro!
  1176.  
  1177. Next!
  1178.  
  1179. NextRecord!
  1180.  
  1181. NtoC!
  1182.  
  1183. OnCancel!
  1184.  
  1185. OnError!
  1186.  
  1187. PageOff!
  1188.  
  1189. PageOn!
  1190.  
  1191. PostNet!
  1192.  
  1193. Print!
  1194.  
  1195. ProcessOff!
  1196.  
  1197. ProcessOn!
  1198.  
  1199. Prompt!
  1200.  
  1201. Quit!
  1202.  
  1203. RepeatRow!
  1204.  
  1205. Return!
  1206.  
  1207. ReturnCancel!
  1208.  
  1209. ReturnError!
  1210.  
  1211. Rewrite!
  1212.  
  1213. StatusPrompt!
  1214.  
  1215. StepOff!
  1216.  
  1217. StepOn!
  1218.  
  1219. Stop!
  1220.  
  1221. StrLen!
  1222.  
  1223. StrPos!
  1224.  
  1225. SubstData!
  1226.  
  1227. SubstForm!
  1228.  
  1229. SubStr!
  1230.  
  1231. Switch!
  1232.  
  1233. System!
  1234.  
  1235. ToLower!
  1236.  
  1237. ToUpper!
  1238.  
  1239. Variable!
  1240.  
  1241. Wait!
  1242.  
  1243. While!
  1244.  
  1245. String: string (optional)    The field parameters.
  1246.  
  1247. MergeCodesDisplayEdit
  1248.  
  1249. Syntax
  1250.  
  1251. (Display: enumeration)
  1252.  
  1253. Description
  1254.  
  1255. Display or hide merge codes, or display them as markers.
  1256.  
  1257. Parameters
  1258.  
  1259. Display: enumeration    Hide!
  1260.  
  1261. Marker!
  1262.  
  1263. Show!
  1264.  
  1265. MergeCodesDisplayRun
  1266.  
  1267. Syntax
  1268.  
  1269. (Display: enumeration)
  1270.  
  1271. Description
  1272.  
  1273. Display or hide merge codes, or display them as markers in a merged document.
  1274.  
  1275. Parameters
  1276.  
  1277. Display: enumeration    Hide!
  1278.  
  1279. Marker!
  1280.  
  1281. Show!
  1282.  
  1283. MergeCodesDlg
  1284.  
  1285. Syntax
  1286.  
  1287. ()
  1288.  
  1289. Description
  1290.  
  1291. Display the Insert Merge Codes dialog box.
  1292.  
  1293. MergeCondition
  1294.  
  1295. Syntax
  1296.  
  1297. (Condition1: string; Condition2: string; Condition3: string; Condition4: string; Condition5: string; Condition6: string; Condition7: string; Condition8: string; Condition9: string; Condition10: string; Condition11: string; Condition12: string; Condition13: string; Condition14: string; Condition15: string)
  1298.  
  1299. Description
  1300.  
  1301. Define a condition to select records from a data file.
  1302.  
  1303. Parameters
  1304.  
  1305. Condition1: string (optional)    Searching condition to find a record from a data file.
  1306.  
  1307. Condition2: string (optional)    Searching condition to find a record from a data file.
  1308.  
  1309. Condition3: string (optional)    Searching condition to find a record from a data file.
  1310.  
  1311. Condition4: string (optional)    Searching condition to find a record from a data file.
  1312.  
  1313. Condition5: string (optional)    Searching condition to find a record from a data file.
  1314.  
  1315. Condition6: string (optional)    Searching condition to find a record from a data file.
  1316.  
  1317. Condition7: string (optional)    Searching condition to find a record from a data file.
  1318.  
  1319. Condition8: string (optional)    Searching condition to find a record from a data file.
  1320.  
  1321. Condition9: string (optional)    Searching condition to find a record from a data file.
  1322.  
  1323. Condition10: string (optional)    Searching condition to find a record from a data file.
  1324.  
  1325. Condition11: string (optional)    Searching condition to find a record from a data file.
  1326.  
  1327. Condition12: string (optional)    Searching condition to find a record from a data file.
  1328.  
  1329. Condition13: string (optional)    Searching condition to find a record from a data file.
  1330.  
  1331. Condition14: string (optional)    Searching condition to find a record from a data file.
  1332.  
  1333. Condition15: string (optional)    Searching condition to find a record from a data file.
  1334.  
  1335. MergeDataFile
  1336.  
  1337. Syntax
  1338.  
  1339. (DataFile: string)
  1340.  
  1341. Description
  1342.  
  1343. Specify the data file to associate with a form file.
  1344.  
  1345. Parameters
  1346.  
  1347. DataFile: string (optional)    The filename of the data file.
  1348.  
  1349. MergeDlg
  1350.  
  1351. Syntax
  1352.  
  1353. ()
  1354.  
  1355. Description
  1356.  
  1357. Display the Merge dialog box.
  1358.  
  1359. MergeEndField
  1360.  
  1361. Syntax
  1362.  
  1363. ()
  1364.  
  1365. Description
  1366.  
  1367. Insert an [ENDFIELD] code at the insertion point. Recordable substitute: MergeCode.
  1368.  
  1369. MergeEndRecord
  1370.  
  1371. Syntax
  1372.  
  1373. ()
  1374.  
  1375. Description
  1376.  
  1377. Insert an [ENDRECORD] code at the insertion point. Recordable substitute: MergeCode.
  1378.  
  1379. MergeEnvelope
  1380.  
  1381. Syntax
  1382.  
  1383. (State: enumeration)
  1384.  
  1385. Description
  1386.  
  1387. Create an envelope for merged records.
  1388.  
  1389. Parameters
  1390.  
  1391. State: enumeration    Off!
  1392.  
  1393. On!
  1394.  
  1395. MergeEnvelopeDefinitionBegin
  1396.  
  1397. Syntax
  1398.  
  1399. ()
  1400.  
  1401. Description
  1402.  
  1403. Begin a MergeEnvelopeDefinitionBegin-MergeEnvelopeDefinitionEnd statement. Contains address information.
  1404.  
  1405. MergeEnvelopeDefinitionEnd
  1406.  
  1407. Syntax
  1408.  
  1409. ()
  1410.  
  1411. Description
  1412.  
  1413. End a merge envelope definition. Precede with MergeEnvelopeDefinitionBegin.
  1414.  
  1415. MergeFileAssociate
  1416.  
  1417. Syntax
  1418.  
  1419. (FormFile: string; DataFile: string)
  1420.  
  1421. Description
  1422.  
  1423. Associate form and data files. MergeDataFile creates a recordable association.
  1424.  
  1425. Parameters
  1426.  
  1427. FormFile: string    The filename of the form file to associate.
  1428.  
  1429. DataFile: string (optional)    The filename of the data file to associate.
  1430.  
  1431. MergeFileAssociateAddressBook
  1432.  
  1433. Syntax
  1434.  
  1435. (FormFile: string; AddressBook: string)
  1436.  
  1437. Description
  1438.  
  1439. Associate a form file with an address book data source. This command also removes a data file association from the form file, if such an association exists.
  1440.  
  1441. Parameters
  1442.  
  1443. FormFile: string    The path and filename of the form file to associate with the address book.
  1444.  
  1445. AddressBook: string (optional)    The name of the address book to use as a data source for the form file. If this is blank, all associations will be removed.
  1446.  
  1447. MergeFileAssociateODBC
  1448.  
  1449. Syntax
  1450.  
  1451. (FormFile: string; DataSource: string; TableName: string)
  1452.  
  1453. Description
  1454.  
  1455. Associate a form file with an ODBC data source and table.
  1456.  
  1457. Parameters
  1458.  
  1459. FormFile: string    The filename of the form file.
  1460.  
  1461. DataSource: string (optional)    The filename of the ODBC data source.
  1462.  
  1463. TableName: string (optional)    The name of the data table.
  1464.  
  1465. MergeFilesDlg
  1466.  
  1467. Syntax
  1468.  
  1469. ()
  1470.  
  1471. Description
  1472.  
  1473. Display the Perform Merge dialog box.
  1474.  
  1475. MergeFileType
  1476.  
  1477. Syntax
  1478.  
  1479. (FileType: enumeration)
  1480.  
  1481. Description
  1482.  
  1483. Specify the file type to merge.
  1484.  
  1485. Parameters
  1486.  
  1487. FileType: enumeration    Form!
  1488.  
  1489. None!
  1490.  
  1491. TableData!
  1492.  
  1493. TextData!
  1494.  
  1495. MergeFormDlg
  1496.  
  1497. Syntax
  1498.  
  1499. ()
  1500.  
  1501. Description
  1502.  
  1503. Display the Create Merge File dialog box.
  1504.  
  1505. MergeMark
  1506.  
  1507. Syntax
  1508.  
  1509. (RecordNum: numeric)
  1510.  
  1511. Description
  1512.  
  1513. Mark a record to include in a merge.
  1514.  
  1515. Parameters
  1516.  
  1517. RecordNum: numeric    A record number.
  1518.  
  1519. MergeODBC
  1520.  
  1521. Syntax
  1522.  
  1523. (DataSource: string; TableName: string)
  1524.  
  1525. Description
  1526.  
  1527. Specify an ODBC data source and table to associate with the current form file.
  1528.  
  1529. Parameters
  1530.  
  1531. DataSource: string    The filename of the ODBC data source.
  1532.  
  1533. TableName: string    The name of the table in the form file.
  1534.  
  1535. MergePageBreak
  1536.  
  1537. Syntax
  1538.  
  1539. (State: enumeration)
  1540.  
  1541. Description
  1542.  
  1543. Separate merged documents with a page break.
  1544.  
  1545. Parameters
  1546.  
  1547. State: enumeration    Off!
  1548.  
  1549. On!
  1550.  
  1551. MergePrintText
  1552.  
  1553. Syntax
  1554.  
  1555. ()
  1556.  
  1557. Description
  1558.  
  1559. Print a data file without page breaks between the records.
  1560.  
  1561. MergeRepeat
  1562.  
  1563. Syntax
  1564.  
  1565. (NumberToRepeat: numeric)
  1566.  
  1567. Description
  1568.  
  1569. Specify the number of times to merge each record.
  1570.  
  1571. Parameters
  1572.  
  1573. NumberToRepeat: numeric    The number of times to repeat the merge.
  1574.  
  1575. MergeRun
  1576.  
  1577. Syntax
  1578.  
  1579. (FormFileType: enumeration; FormFile: string; DataFileType: enumeration; DataFile: string; OutputFileType: enumeration; OutputFile: string; AddressBook: string; EmailAddress: string; SubjectLine: string; DataSource: string; TableName: string)
  1580.  
  1581. Description
  1582.  
  1583. Merge a form file and a data file.
  1584.  
  1585. Parameters
  1586.  
  1587. FormFileType: enumeration    Clipboard!
  1588.  
  1589. Current!
  1590.  
  1591. FormFile!
  1592.  
  1593. FormFile: string (optional)    The filename of the form file.
  1594.  
  1595. DataFileType: enumeration    If this parameter is set to AddressBook!, the DataFile parameter is ignored.
  1596.  
  1597. AddressBook!
  1598.  
  1599. Clipboard!
  1600.  
  1601. DataFile!
  1602.  
  1603. NoData!
  1604.  
  1605. ODBC!
  1606.  
  1607. DataFile: string (optional)    The filename of the data file.
  1608.  
  1609. OutputFileType: enumeration    ToCurrentDoc!
  1610.  
  1611. ToEMail!
  1612.  
  1613. ToFile!
  1614.  
  1615. ToNewDoc!
  1616.  
  1617. ToPrinter!
  1618.  
  1619. OutputFile: string (optional)    Merge the output file when OutputFileType parameter is ToFile!.
  1620.  
  1621. AddressBook: string (optional)    The name of the address book to use as the data source for the merge. This parameter is ignored if the DataFileType parameter is not set to AddressBook! If the Address Book parameter is set to AddressBook! and this parameter is left blank, the currently selected address book records are used as the data source for the merge.
  1622.  
  1623. EmailAddress: string (optional)    The e-mail address.
  1624.  
  1625. SubjectLine: string (optional)    The subject line.
  1626.  
  1627. DataSource: string (optional)    The data source.
  1628.  
  1629. TableName: string (optional)    The table name.
  1630.  
  1631. MergeSelect
  1632.  
  1633. Syntax
  1634.  
  1635. (SelectType: enumeration; Begin: numeric; End: numeric)
  1636.  
  1637. Description
  1638.  
  1639. Specify the records to merge.
  1640.  
  1641. Parameters
  1642.  
  1643. SelectType: enumeration    If the data source for the merge is an Address Book, use the All! enumeration.
  1644.  
  1645. All!
  1646.  
  1647. Marked!
  1648.  
  1649. Range!
  1650.  
  1651. Begin: numeric (optional)    The low end of a range.
  1652.  
  1653. End: numeric (optional)    The high end of a range.
  1654.  
  1655. MergeTableDataDlg
  1656.  
  1657. Syntax
  1658.  
  1659. ()
  1660.  
  1661. Description
  1662.  
  1663. Display the Create Data File dialog box.
  1664.  
  1665. MergeTextDataDlg
  1666.  
  1667. Syntax
  1668.  
  1669. ()
  1670.  
  1671. Description
  1672.  
  1673. Display the Create Merge File dialog box.
  1674.  
  1675. MinusSign
  1676.  
  1677. Syntax
  1678.  
  1679. ()
  1680.  
  1681. Description
  1682.  
  1683. Insert a minus sign (hyphen character) at the insertion point.
  1684.  
  1685. MoveModeEnd
  1686.  
  1687. Syntax
  1688.  
  1689. ()
  1690.  
  1691. Description
  1692.  
  1693. End the command sequence to move text.
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.