Specify the field conditions for a database import query. For examples of valid conditions, choose Example from the Define Selection Conditions dialog box.
Parameters
FieldName1: string (optional) The name of the first field.
FieldName2: string (optional) The name of the second field.
FieldName3: string (optional) The name of the third field.
Specify a server for a NetWare SQL database import. Available only for Pioneer Q+E drivers.
Parameters
ServerName: string The name of the SQL server.
ImportSetSizeToFit
Syntax
(State: enumeration)
Description
Size table columns to fit data after it is imported.
Parameters
State: enumeration No!
Yes!
ImportSetSource
Syntax
(SourceType: enumeration)
Description
Specify the format of spreadsheet or database data to import.
Parameters
SourceType: enumeration ANSIText!
ASCII!
Clipper!
DataPerfect!
DB2!
dBase!
FoxPro!
InFormix!
NetWare!
ODBC!
ODBC_NO_SQL!
Oracle!
Paradox!
Spreadsheet!
SQLBase!
SQLServer!
Sybase!
XDB!
ImportSetSQLQuery
Syntax
(SQLQuery: string)
Description
Specify the conditions for a database link or import query. For examples of valid conditions, choose Example from the Define Selection Conditions dialog box.
Parameters
SQLQuery: string The conditions for a database link or import query.
ImportSetTable
Syntax
(TableName: string)
Description
Specify a table to import.
Parameters
TableName: string The name of the table to import.
ImportSetUserID
Syntax
(UserId: string)
Description
Specify a NetWare SQL database user identification. Available only for Pioneer Q+E drivers.
Parameters
UserId: string The SQL user identification.
ImportUpdateDlg
Syntax
()
Description
Display the Update import dialog box.
Indent
Syntax
()
Description
Indent a paragraph one tab stop to the right without changing the margins.
IndentLeftRight
Syntax
()
Description
Indent both sides of a paragraph equally from the left and right margin.
NumMode: enumeration The page numbering method after a heading.
DefFlushRight!
DefFollows!
DefLeader!
DefNone!
DefParentheses!
PgCombine: enumeration Combine sequential page numbers (for example, 51-53) or not (51, 52, 53).
Combine!
NoCombine!
Concordance: string (optional) The concordance format.
UserFormat: string (optional) The page number format. Default: document format.
IndexMark
Syntax
(Heading: string; Subheading: string)
Description
Mark the text to be indexed. You can specify both a heading and a subheading.
Parameters
Heading: string (optional) The heading for the index entry.
Subheading: string (optional) The subheading for the index entry.
boolean:=InhibitInput
Syntax
(State: enumeration)
Description
Enable or disable keyboard and menu input during macro execution.
Return Value
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.
Parameters
State: enumeration (optional) Off!
On!
InitialCapShippingMacro
Syntax
()
Description
Play the shipping macro CAPITAL.WCM to capitalize the first letter of the current word. CAPITAL.WCM must be installed.
InitialCodesDoc
Syntax
()
Description
Begin initial codes. All codes between InitialCodesDoc and SubstructureExit are placed in initial codes.
InitialCodesStyleDlg
Syntax
()
Description
Display the Styles Editor dialog box. Recordable equivalent: Format, Document, Initial Codes Style.
InsertDefaultBullet
Syntax
()
Description
Insert another bullet or number of the last type inserted.
InsertFilename
Syntax
()
Description
Insert the filename of the current document.
InsertFilenameWithPath
Syntax
()
Description
Insert the path and filename of the current document.
InsertOtherCodesDlg
Syntax
()
Description
Display the Other Codes dialog box.
InternetPublisherDlg
Syntax
()
Description
Display the Internet Publisher dialog box.
InvokeDialog
Syntax
(Dialog: command name)
Description
Display a specified dialog box but do not pause the macro for input.
Parameters
Dialog: command name The dialog box to display.
IrregularCap
Syntax
(State: enumeration)
Description
Corrects two consecutive uppercase letters followed by a lowercase letter at the beginning of a word. The second uppercase letter is made lowercase.
Parameters
State: enumeration Off!
On!
boolean:=IsTokenValid
Syntax
(Variable: variable; Token: command name)
Description
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.
Return Value
Returns True if the token specified in the Token parameter is valid, False if not.
Parameters
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.
Token: command name The macro command (token) specifying item or dialog to check.