Token Programming
Defined Tokens
Stratagy I&M 06/02
7-11
T
o
ken Pr
ogramming
KT( )
Directs calls to a designated User ID when DSS function is active (dss_active = true), the DSS port is
assigned in the “answering” mailbox, and the Night Transfer on the DSS console is On.
Syntax:
KT(XXX)G(YYY)
where:
XXX
Box number used when Night Transfer is On.
YYY
Box number used when Night Transfer is Off.
KV( )
Delete record from a database—for the file specified, deletes the first record with the value in that
field (if any).
If file ends with .DBF, Stratagy assumes it is in dBase format. Otherwise, Stratagy assumes it is the
name of an ASCII file with columns separated by commas.
Syntax
KV(file,field,value)
where:
file
dBase file (.DBF) or ASCII file with columns separated by commas (comma delimited). Valid
DOS file name. Can be a variable.
field
dBase file field name or ASCII file column number. (1 is the value of the field before the
comma.) Can be a variable.
value
Any alphanumeric string. Can contain %S variables.
Example
KV(xyz.dbf,client,”abc”)
For dBase file xyz.dbf, deletes the first record where the field named client contains the string “abc.”
L( )
Switch system language—immediately changes the system prompts to use the specified file (usually
the specified file’s name indicates the language). All system prompts change, including User mode
prompts.
Syntax
L(language_file)
where:
language_file
File name in the Stratagy directory that represents a Stratagy system language file
which has the DOS suffix .IDX.
Examples
L(ENGLISH)
Uses the ENGLISH.IDX system prompt file in the C:\STRATAGY directory.
L(SPANISH)
Uses the SPANISH.IDX system prompt file in the C:\STRATAGY directory.
Table 7-3
Defined Tokens (continued)
Token
Description
Содержание Stratagy Flash
Страница 20: ...Contents Index viii Stratagy I M 06 02 ...
Страница 24: ...Introduction Related Documents Media xii Stratagy I M 06 02 ...
Страница 52: ...Installation Step 16 Optional Back up Database Mailbox Names and Greetings 2 18 Stratagy I M 06 02 ...
Страница 102: ...Configure Stratagy SMDI Serial Integration 4 38 Stratagy I M 06 02 ...
Страница 204: ...Customization Examples Auto Menu Examples 8 28 Stratagy I M 06 02 ...
Страница 214: ...AMIS Networking AmisNodeList 9 10 Stratagy I M 06 02 ...
Страница 222: ...System Reports Report Menu Field Descriptions 10 8 Stratagy I M 06 02 ...
Страница 250: ...Special Greeting User ID Mailboxes Operator Mailbox Greeting B 6 Stratagy I M 06 02 ...