;AS TXT/HTM/RTF/SOT |
Get or store a file as a
particular type |
;PRT Y/N |
Protect a Program |
;PSW password |
Set the Password, for storing
programs with a password |
;DBPARAMS param=value |
Set parameters for database access
using BDE Alias |
;FIRST |
Used with the GET command to get
the first record in a data table/set |
;LAST |
Used with the GET command to get
the last record in a data table/set |
;INTO framesection |
Used with the GET command to
specify the frame section for the file to be placed in |
;TARGET framesection |
Global ;INTO. An future GET
commands will automatically place the file into the frame section specified with TARGET,
unless an explicit INTO is used. |
;TBAR |
Set a Toolbar for the main
application window |
;PRCACHE Y/N |
Specify whether Silicon Office
should store temporary program files from the internet on the local machine. Enabling
cache speeds up applications using the internet |
;DBCACHE Y/N |
Specify whether Silicon Office
should hold all data record changes (Modification/Creatation and Deletion) in memory and
not store back to disk. Enabling database caching speeds up applications using the
internet. |
;DBAPPLY Y/N |
Specify whether Silicon Office
should write back all data record changes (Modification/Creation and Deletion) in memory
to disk. |
;SMTPPORT port |
Specify which port to use when
sending Email |
;SMTPHOST hostname |
Specify which host to use when
sending Email |
;EMLFROM |
Specify the From Email Address for
an Email Message to be sent |
;EMLNAME |
Specify the From Name for an Email
Message to be sent |
;EMLREPLYTO |
Specify the Reply To Email Address
for an Email Message to be sent |
;EMLRETURN |
Specify the Return Email Address
for an Email Message to be sent |
;EMLSENDER |
Specify the Sender Email Address
for an Email Message to be sent |
;EMLSIGNON |
Specify the Sign On Name for an
Email Message to be sent |
;EMLTO |
Specify the Email Address of the
recipient for an Email Message to be sent |
;EMLSUBJECT |
Specify the Subject for an Email
Message to be sent |
;EMLTYPE |
Specify the Message Content Type
(HTML/TXT for an Email Message to be sent |
;EMLBODY filename.ext |
Specify the File Containing the
Message Body (Plain Text or HTML) for an Email Message to be sent |
;EMLFILES filename, filename |
Specify a list of files to be
attached to an Email Message to be sent |
;NAV Y/N |
Switch On/Off navigation of files |