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

  1. ImportCreateDlg
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Display the Create Data Link dialog box.
  10.  
  11. ImportDlg
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Display the Import Data dialog box.
  20.  
  21. ImportDoEdit
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Modify and perform an existing link between a spreadsheet or database and the current document.
  30.  
  31. ImportDoImport
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Import ASCII text, ANSI text, table data, spreadsheet data, or database data.
  40.  
  41. ImportDoLink
  42.  
  43. Syntax
  44.  
  45. ()
  46.  
  47. Description
  48.  
  49. Create and perform a link between a spreadsheet or database and the current document.
  50.  
  51. ImportDoUpdate
  52.  
  53. Syntax
  54.  
  55. ()
  56.  
  57. Description
  58.  
  59. Update linked data in the current document to match the data in linked spreadsheet or database files.
  60.  
  61. ImportEditDlg
  62.  
  63. Syntax
  64.  
  65. ()
  66.  
  67. Description
  68.  
  69. Display the Edit Data Link dialog box.
  70.  
  71. ImportOptionsDlg
  72.  
  73. Syntax
  74.  
  75. ()
  76.  
  77. Description
  78.  
  79. Display the Link Options dialog box.
  80.  
  81. ImportSetAsciiEncap
  82.  
  83. Syntax
  84.  
  85. (EncapsulationChar: string)
  86.  
  87. Description
  88.  
  89. Specify an ASCII encapsulation character for importing spreadsheet or database data saved as ASCII delimited text.
  90.  
  91. Parameters
  92.  
  93. EncapsulationChar: string    The ASCII encapsulation character.
  94.  
  95. ImportSetAsciiFieldDelimiter
  96.  
  97. Syntax
  98.  
  99. (FieldDelimiter: string)
  100.  
  101. Description
  102.  
  103. Specify the characters to mark the beginning or end of a field when importing spreadsheet or database data saved as ASCII delimited text.
  104.  
  105. Parameters
  106.  
  107. FieldDelimiter: string    The ASCII field delimiter.
  108.  
  109. ImportSetAsciiRecordDelimiter
  110.  
  111. Syntax
  112.  
  113. (RecordDelimiter: string)
  114.  
  115. Description
  116.  
  117. Specify the characters to mark the beginning or end of a record when importing spreadsheet or database data saved as ASCII delimited text.
  118.  
  119. Parameters
  120.  
  121. RecordDelimiter: string    The ASCII record delimiter.
  122.  
  123. ImportSetAsciiStrip
  124.  
  125. Syntax
  126.  
  127. (StripChars: string)
  128.  
  129. Description
  130.  
  131. Delete extra characters when importing spreadsheet or database data saved as ASCII delimited text.
  132.  
  133. Parameters
  134.  
  135. StripChars: string    Characters to delete when importing ASCII text.
  136.  
  137. ImportSetDataSource
  138.  
  139. Syntax
  140.  
  141. (Source: string)
  142.  
  143. Description
  144.  
  145. Specify the data source for an ODBC import.
  146.  
  147. Parameters
  148.  
  149. Source: string    The filename and location of a data file.
  150.  
  151. ImportSetDestination
  152.  
  153. Syntax
  154.  
  155. (DestinationType: enumeration)
  156.  
  157. Description
  158.  
  159. Specify a format for linked or imported spreadsheet or database data.
  160.  
  161. Parameters
  162.  
  163. DestinationType: enumeration    MergeData!
  164.  
  165. TabbedText!
  166.  
  167. WPTable!
  168.  
  169. ImportSetDictPath
  170.  
  171. Syntax
  172.  
  173. (DictionaryPath: string)
  174.  
  175. Description
  176.  
  177. Specify the Novell NetWare SQL dictionary path for imported spreadsheet or database data. Available only for Pioneer Q+E drivers.
  178.  
  179. Parameters
  180.  
  181. DictionaryPath: string    The SQL dictionary path.
  182.  
  183. ImportSetFields
  184.  
  185. Syntax
  186.  
  187. (FieldNames: string)
  188.  
  189. Description
  190.  
  191. Specify the database fields to import.
  192.  
  193. Parameters
  194.  
  195. FieldNames: string    Separate fields with a comma, enclosed in quotation marks.
  196.  
  197. ImportSetFileName
  198.  
  199. Syntax
  200.  
  201. (Filename: string)
  202.  
  203. Description
  204.  
  205. Specify a source file to link to or import from.
  206.  
  207. Parameters
  208.  
  209. Filename: string    The filename of the source file.
  210.  
  211. ImportSetFilePath
  212.  
  213. Syntax
  214.  
  215. (FilePath: string)
  216.  
  217. Description
  218.  
  219. Specify a NetWare SQL file path. Available only for Pioneer Q+E drivers.
  220.  
  221. Parameters
  222.  
  223. FilePath: string    The path to the SQL file.
  224.  
  225. ImportSetFirstRecFieldNames
  226.  
  227. Syntax
  228.  
  229. (State: enumeration)
  230.  
  231. Description
  232.  
  233. Lets you specify whether or not to set the first record as field names.
  234.  
  235. Parameters
  236.  
  237. State: enumeration    No!
  238.  
  239. Yes!
  240.  
  241. Note
  242.  
  243.   New command
  244.   
  245. ImportSetIncludeNames
  246.  
  247. Syntax
  248.  
  249. (State: enumeration)
  250.  
  251. Description
  252.  
  253. Use the field names as headings for imported database data.
  254.  
  255. Parameters
  256.  
  257. State: enumeration    Off!
  258.  
  259. On!
  260.  
  261. ImportSetPanel
  262.  
  263. Syntax
  264.  
  265. (PanelName: string)
  266.  
  267. Description
  268.  
  269. Specify a Corel DataPerfect panel to retrieve.
  270.  
  271. Parameters
  272.  
  273. PanelName: string    The name of the panel.
  274.  
  275. ImportSetPassword
  276.  
  277. Syntax
  278.  
  279. (Password: string)
  280.  
  281. Description
  282.  
  283. Specify a password to import SQL data. Available only for Pioneer Q+E drivers.
  284.  
  285. Parameters
  286.  
  287. Password: string    The password for SQL data.
  288.  
  289. ImportSetQuery
  290.  
  291. Syntax
  292.  
  293. (FieldName1: string; FieldName2: string; FieldName3: string; Condition1Field1: string; Condition1Field2: string; Condition1Field3: string; Condition2Field1: string; Condition2Field2: string; Condition2Field3: string; Condition3Field1: string; Condition3Field2: string; Condition3Field3: string; Condition4Field1: string; Condition4Field2: string; Condition4Field3: string)
  294.  
  295. Description
  296.  
  297. Specify the field conditions for a database import query. For examples of valid conditions, choose Example from the Define Selection Conditions dialog box.
  298.  
  299. Parameters
  300.  
  301. FieldName1: string (optional)    The name of the first field.
  302.  
  303. FieldName2: string (optional)    The name of the second field.
  304.  
  305. FieldName3: string (optional)    The name of the third field.
  306.  
  307. Condition1Field1: string (optional)    Importing condition.
  308.  
  309. Condition1Field2: string (optional)    Importing condition.
  310.  
  311. Condition1Field3: string (optional)    Importing condition.
  312.  
  313. Condition2Field1: string (optional)    Importing condition.
  314.  
  315. Condition2Field2: string (optional)    Importing condition.
  316.  
  317. Condition2Field3: string (optional)    Importing condition.
  318.  
  319. Condition3Field1: string (optional)    Importing condition.
  320.  
  321. Condition3Field2: string (optional)    Importing condition.
  322.  
  323. Condition3Field3: string (optional)    Importing condition.
  324.  
  325. Condition4Field1: string (optional)    Importing condition.
  326.  
  327. Condition4Field2: string (optional)    Importing condition.
  328.  
  329. Condition4Field3: string (optional)    Importing condition.
  330.  
  331. ImportSetRange
  332.  
  333. Syntax
  334.  
  335. (Range: string)
  336.  
  337. Description
  338.  
  339. Specify a range of spreadsheet cells to import.
  340.  
  341. Parameters
  342.  
  343. Range: string    The range of cells.
  344.  
  345. ImportSetServer
  346.  
  347. Syntax
  348.  
  349. (ServerName: string)
  350.  
  351. Description
  352.  
  353. Specify a server for a NetWare SQL database import. Available only for Pioneer Q+E drivers.
  354.  
  355. Parameters
  356.  
  357. ServerName: string    The name of the SQL server.
  358.  
  359. ImportSetSizeToFit
  360.  
  361. Syntax
  362.  
  363. (State: enumeration)
  364.  
  365. Description
  366.  
  367. Size table columns to fit data after it is imported.
  368.  
  369. Parameters
  370.  
  371. State: enumeration    No!
  372.  
  373. Yes!
  374.  
  375. ImportSetSource
  376.  
  377. Syntax
  378.  
  379. (SourceType: enumeration)
  380.  
  381. Description
  382.  
  383. Specify the format of spreadsheet or database data to import.
  384.  
  385. Parameters
  386.  
  387. SourceType: enumeration    ANSIText!
  388.  
  389. ASCII!
  390.  
  391. Clipper!
  392.  
  393. DataPerfect!
  394.  
  395. DB2!
  396.  
  397. dBase!
  398.  
  399. FoxPro!
  400.  
  401. InFormix!
  402.  
  403. NetWare!
  404.  
  405. ODBC!
  406.  
  407. ODBC_NO_SQL!
  408.  
  409. Oracle!
  410.  
  411. Paradox!
  412.  
  413. Spreadsheet!
  414.  
  415. SQLBase!
  416.  
  417. SQLServer!
  418.  
  419. Sybase!
  420.  
  421. XDB! 
  422.  
  423. ImportSetSQLQuery
  424.  
  425. Syntax
  426.  
  427. (SQLQuery: string)
  428.  
  429. Description
  430.  
  431. Specify the conditions for a database link or import query. For examples of valid conditions, choose Example from the Define Selection Conditions dialog box.
  432.  
  433. Parameters
  434.  
  435. SQLQuery: string    The conditions for a database link or import query.
  436.  
  437. ImportSetTable
  438.  
  439. Syntax
  440.  
  441. (TableName: string)
  442.  
  443. Description
  444.  
  445. Specify a table to import.
  446.  
  447. Parameters
  448.  
  449. TableName: string    The name of the table to import.
  450.  
  451. ImportSetUserID
  452.  
  453. Syntax
  454.  
  455. (UserId: string)
  456.  
  457. Description
  458.  
  459. Specify a NetWare SQL database user identification. Available only for Pioneer Q+E drivers.
  460.  
  461. Parameters
  462.  
  463. UserId: string    The SQL user identification.
  464.  
  465. ImportUpdateDlg
  466.  
  467. Syntax
  468.  
  469. ()
  470.  
  471. Description
  472.  
  473. Display the Update import dialog box.
  474.  
  475. Indent
  476.  
  477. Syntax
  478.  
  479. ()
  480.  
  481. Description
  482.  
  483. Indent a paragraph one tab stop to the right without changing the margins.
  484.  
  485. IndentLeftRight
  486.  
  487. Syntax
  488.  
  489. ()
  490.  
  491. Description
  492.  
  493. Indent both sides of a paragraph equally from the left and right margin.
  494.  
  495. IndexDefineDlg
  496.  
  497. Syntax
  498.  
  499. ()
  500.  
  501. Description
  502.  
  503. Display the Define Index dialog box.
  504.  
  505. IndexDefinition
  506.  
  507. Syntax
  508.  
  509. (Heading: any; Subheading: any; NumMode: enumeration; PgCombine: enumeration; Concordance: string; UserFormat: string)
  510.  
  511. Description
  512.  
  513. Create and insert an index definition.
  514.  
  515. Parameters
  516.  
  517. Heading: any    NormalStyle!
  518.  
  519. FootnoteNumberInDocumentStyle!
  520.  
  521. EndnoteNumberInDocumentStyle!
  522.  
  523. FigureNumberStyle!
  524.  
  525. TableBoxNumberStyle!
  526.  
  527. TextBoxNumberStyle!
  528.  
  529. UserBoxNumberStyle!
  530.  
  531. EquationNumberStyle!
  532.  
  533. HypertextStyle!
  534.  
  535. ToC1Style!
  536.  
  537. ToC2Style!
  538.  
  539. ToC3Style!
  540.  
  541. ToC4Style!
  542.  
  543. ToC5Style!
  544.  
  545. Index1Style!
  546.  
  547. Index2Style!
  548.  
  549. ListStyle!
  550.  
  551. ToAStyle!
  552.  
  553. DocStyle!
  554.  
  555. BoxTextStyle!
  556.  
  557. CaptionStyle!
  558.  
  559. FootnoteStyle!
  560.  
  561. EndnoteStyle!
  562.  
  563. CommentStyle!
  564.  
  565. HeaderAStyle!
  566.  
  567. HeaderBStyle!
  568.  
  569. FooterAStyle!
  570.  
  571. FooterBStyle!
  572.  
  573. WatermarkAStyle!
  574.  
  575. WatermarkBStyle!AddressStyle!
  576.  
  577. ParagraphOutlnStyle!
  578.  
  579. OutlineStyle!
  580.  
  581. LegalOutlnStyle!
  582.  
  583. BulletsOutlnStyle!
  584.  
  585. HeadingsOutlnStyle!
  586.  
  587. Legal_2OutlnStyle!
  588.  
  589. NumbersOutlnStyle!
  590.  
  591. Level1Style!
  592.  
  593. Level2Style!
  594.  
  595. Level3Style!
  596.  
  597. Level4Style!
  598.  
  599. Level5Style!
  600.  
  601. Level6Style!
  602.  
  603. Level7Style!
  604.  
  605. Level8Style!
  606.  
  607. Legal1Style!
  608.  
  609. Legal2Style!
  610.  
  611. Legal3Style!
  612.  
  613. Legal4Style!
  614.  
  615. Legal5Style!
  616.  
  617. Legal6Style!
  618.  
  619. Legal7Style!
  620.  
  621. Legal8Style!
  622.  
  623. Heading1Style!
  624.  
  625. Heading2Style!
  626.  
  627. Heading3Style!
  628.  
  629. Heading4Style!
  630.  
  631. Heading5Style!
  632.  
  633. Heading6Style!
  634.  
  635. Heading7Style!
  636.  
  637. Heading8Style!
  638.  
  639. MonospacedStyle!
  640.  
  641. CustomHTMLStyle!
  642.  
  643. PreformattedStyle!
  644.  
  645. AddressStyle!
  646.  
  647. QuotationsOutlnStyle!
  648.  
  649. DefinitionsOutlnStyle!
  650.  
  651. Quotation1Style!
  652.  
  653. Quotation2Style!
  654.  
  655. Quotation3Style!
  656.  
  657. Quotation4Style!
  658.  
  659. Quotation5Style!
  660.  
  661. Quotation6Style!
  662.  
  663. Quotation7Style!
  664.  
  665. Quotation8Style!
  666.  
  667. Definition1Style!
  668.  
  669. Definition2Style!
  670.  
  671. Definition3Style!
  672.  
  673. Definition4Style!
  674.  
  675. Definition5Style!
  676.  
  677. Definition6Style!
  678.  
  679. Definition7Style!
  680.  
  681. Definition8Style!
  682.  
  683. Level9Style!
  684.  
  685. Legal9Style!
  686.  
  687. Heading9Style!
  688.  
  689. Quotation9Style!
  690.  
  691. DefinitionStyle! !
  692.  
  693. Subheading: any    The subheading style
  694.  
  695. NormalStyle!
  696.  
  697. FootnoteNumberInDocumentStyle!
  698.  
  699. EndnoteNumberInDocumentStyle!
  700.  
  701. FigureNumberStyle!
  702.  
  703. TableBoxNumberStyle!
  704.  
  705. TextBoxNumberStyle!
  706.  
  707. UserBoxNumberStyle!
  708.  
  709. EquationNumberStyle!
  710.  
  711. HypertextStyle!
  712.  
  713. ToC1Style!
  714.  
  715. ToC2Style!
  716.  
  717. ToC3Style!
  718.  
  719. ToC4Style!
  720.  
  721. ToC5Style!
  722.  
  723. Index1Style!
  724.  
  725. Index2Style!
  726.  
  727. ListStyle!
  728.  
  729. ToAStyle!
  730.  
  731. DocStyle!
  732.  
  733. BoxTextStyle!
  734.  
  735. CaptionStyle!
  736.  
  737. FootnoteStyle!
  738.  
  739. EndnoteStyle!
  740.  
  741. CommentStyle!
  742.  
  743. HeaderAStyle!
  744.  
  745. HeaderBStyle!
  746.  
  747. FooterAStyle!
  748.  
  749. FooterBStyle!
  750.  
  751. WatermarkAStyle!
  752.  
  753. WatermarkBStyle!AddressStyle!
  754.  
  755. ParagraphOutlnStyle!
  756.  
  757. OutlineStyle!
  758.  
  759. LegalOutlnStyle!
  760.  
  761. BulletsOutlnStyle!
  762.  
  763. HeadingsOutlnStyle!
  764.  
  765. Legal_2OutlnStyle!
  766.  
  767. NumbersOutlnStyle!
  768.  
  769. Level1Style!
  770.  
  771. Level2Style!
  772.  
  773. Level3Style!
  774.  
  775. Level4Style!
  776.  
  777. Level5Style!
  778.  
  779. Level6Style!
  780.  
  781. Level7Style!
  782.  
  783. Level8Style!
  784.  
  785. Legal1Style!
  786.  
  787. Legal2Style!
  788.  
  789. Legal3Style!
  790.  
  791. Legal4Style!
  792.  
  793. Legal5Style!
  794.  
  795. Legal6Style!
  796.  
  797. Legal7Style!
  798.  
  799. Legal8Style!
  800.  
  801. Heading1Style!
  802.  
  803. Heading2Style!
  804.  
  805. Heading3Style!
  806.  
  807. Heading4Style!
  808.  
  809. Heading5Style!
  810.  
  811. Heading6Style!
  812.  
  813. Heading7Style!
  814.  
  815. Heading8Style!
  816.  
  817. MonospacedStyle!
  818.  
  819. CustomHTMLStyle!
  820.  
  821. PreformattedStyle!
  822.  
  823. AddressStyle!
  824.  
  825. QuotationsOutlnStyle!
  826.  
  827. DefinitionsOutlnStyle!
  828.  
  829. Quotation1Style!
  830.  
  831. Quotation2Style!
  832.  
  833. Quotation3Style!
  834.  
  835. Quotation4Style!
  836.  
  837. Quotation5Style!
  838.  
  839. Quotation6Style!
  840.  
  841. Quotation7Style!
  842.  
  843. Quotation8Style!
  844.  
  845. Definition1Style!
  846.  
  847. Definition2Style!
  848.  
  849. Definition3Style!
  850.  
  851. Definition4Style!
  852.  
  853. Definition5Style!
  854.  
  855. Definition6Style!
  856.  
  857. Definition7Style!
  858.  
  859. Definition8Style!
  860.  
  861. Level9Style!
  862.  
  863. Legal9Style!
  864.  
  865. Heading9Style!
  866.  
  867. Quotation9Style!
  868.  
  869. DefinitionStyle! 
  870.  
  871. NumMode: enumeration    The page numbering method after a heading.
  872.  
  873. DefFlushRight!
  874.  
  875. DefFollows!
  876.  
  877. DefLeader!
  878.  
  879. DefNone!
  880.  
  881. DefParentheses!
  882.  
  883. PgCombine: enumeration    Combine sequential page numbers (for example, 51-53) or not (51, 52, 53).
  884.  
  885. Combine!
  886.  
  887. NoCombine!
  888.  
  889. Concordance: string (optional)    The concordance format.
  890.  
  891. UserFormat: string (optional)    The page number format. Default: document format.
  892.  
  893. IndexMark
  894.  
  895. Syntax
  896.  
  897. (Heading: string; Subheading: string)
  898.  
  899. Description
  900.  
  901. Mark the text to be indexed. You can specify both a heading and a subheading.
  902.  
  903. Parameters
  904.  
  905. Heading: string (optional)    The heading for the index entry.
  906.  
  907. Subheading: string (optional)    The subheading for the index entry.
  908.  
  909. boolean:=InhibitInput
  910.  
  911. Syntax
  912.  
  913. (State: enumeration)
  914.  
  915. Description
  916.  
  917. Enable or disable keyboard and menu input during macro execution.
  918.  
  919. Return Value
  920.  
  921. Returns True if Inhibit Input is active, False if not. If the State parameter is omitted, its current value is returned. If it is included, the current value is returned, then the new value is set.
  922.  
  923. Parameters
  924.  
  925. State: enumeration (optional)    Off!
  926.  
  927. On!
  928.  
  929. InitialCapShippingMacro
  930.  
  931. Syntax
  932.  
  933. ()
  934.  
  935. Description
  936.  
  937. Play the shipping macro CAPITAL.WCM to capitalize the first letter of the current word. CAPITAL.WCM must be installed.
  938.  
  939. InitialCodesDoc
  940.  
  941. Syntax
  942.  
  943. ()
  944.  
  945. Description
  946.  
  947. Begin initial codes. All codes between InitialCodesDoc and SubstructureExit are placed in initial codes.
  948.  
  949. InitialCodesStyleDlg
  950.  
  951. Syntax
  952.  
  953. ()
  954.  
  955. Description
  956.  
  957. Display the Styles Editor dialog box. Recordable equivalent: Format, Document, Initial Codes Style.
  958.  
  959. InsertDefaultBullet
  960.  
  961. Syntax
  962.  
  963. ()
  964.  
  965. Description
  966.  
  967. Insert another bullet or number of the last type inserted.
  968.  
  969. InsertFilename
  970.  
  971. Syntax
  972.  
  973. ()
  974.  
  975. Description
  976.  
  977. Insert the filename of the current document.
  978.  
  979. InsertFilenameWithPath
  980.  
  981. Syntax
  982.  
  983. ()
  984.  
  985. Description
  986.  
  987. Insert the path and filename of the current document.
  988.  
  989. InsertOtherCodesDlg
  990.  
  991. Syntax
  992.  
  993. ()
  994.  
  995. Description
  996.  
  997. Display the Other Codes dialog box.
  998.  
  999. InternetPublisherDlg
  1000.  
  1001. Syntax
  1002.  
  1003. ()
  1004.  
  1005. Description
  1006.  
  1007. Display the Internet Publisher dialog box.
  1008.  
  1009. InvokeDialog
  1010.  
  1011. Syntax
  1012.  
  1013. (Dialog: command name)
  1014.  
  1015. Description
  1016.  
  1017. Display a specified dialog box but do not pause the macro for input.
  1018.  
  1019. Parameters
  1020.  
  1021. Dialog: command name    The dialog box to display.
  1022.  
  1023. IrregularCap
  1024.  
  1025. Syntax
  1026.  
  1027. (State: enumeration)
  1028.  
  1029. Description
  1030.  
  1031. Corrects two consecutive uppercase letters followed by a lowercase letter at the beginning of a word. The second uppercase letter is made lowercase.
  1032.  
  1033. Parameters
  1034.  
  1035. State: enumeration    Off!
  1036.  
  1037. On!
  1038.  
  1039. boolean:=IsTokenValid
  1040.  
  1041. Syntax
  1042.  
  1043. (Variable: variable; Token: command name)
  1044.  
  1045. Description
  1046.  
  1047. Indicate whether a specified macro command can be executed given the current state of the program. For example, when the Clipboard is empty, the EditPaste command is invalid. This command is equivalent to checking whether an option grayed is in the interface. Menu items and dialog boxes are represented by the macro commands that execute them. For example, to check the Open dialog, use FileOpenDlg.
  1048.  
  1049. Return Value
  1050.  
  1051. Returns True if the token specified in the Token parameter is valid, False if not.
  1052.  
  1053. Parameters
  1054.  
  1055. Variable: variable    The value of the variable specified in this parameter is set to True if token specified in the Token parameter is available, False if not.
  1056.  
  1057. Token: command name    The macro command (token) specifying item or dialog to check.
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.