6.0

Table Of Contents
50
PlanetPress Talk Summary
3
Work with Database Records
Select or Define a Data Value
Name: Type: Description:
Field
function Returns the contents of the specified field for the current record. This
function is only useful in database emulation mode.
FieldCount
function Returns a count of fields in the current database record. Since all records
always hold the same number of fields, this value will not change unless
a new sample data file is used. This function is only useful in database
emulation mode.
FieldName
function Returns the name of the specified field for the current record. This
function is only useful in database emulation mode.
SubRecCount
function Returns the number of records per data page. Since data pages can hold
a variable number of records, this value may change whenever you skip
through data pages. Every data page always has at least one child,
otherwise it wouldn't be stored in the database. Subreccount can return
0 only if the emulation is set to something other than database mode,
or if the converted database is invalid. This function is only useful in
database emulation mode.
Name: Type: Description:
@
function Returns a selection within the current data page.
DefineImageIndex
procedure Defines a PlanetPress Search index term. PlanetPress Image uses this
information to generate the .PDI file it creates for each PDF file it
creates. You use SetImageIndex() to associate a data value with the
index term.
SetBodyText
procedure Defines the text that appears as the body of an email message sent by
PlanetPress Image.
SetEmailAddress
procedure Defines an email address for PlanetPress Image.
SetEmailSubject
procedure Defines the subject line of an email message sent by PlanetPress Image.
SetFaxInformation
procedure Defines the fax description that appears in both the PlanetPress Fax
dialog box and the PlanetPress Fax log file.
SetFaxNumber
procedure Defines a fax number for PlanetPress Fax.
SetImageIndex
procedure Associates a data value with a PlanetPress Search index term defined
using the DefineImageIndex() command. PlanetPress Image uses this
information when it generates the .PDI file it creates for each PDF file it
creates.