Filemaker TH325Z/A Datenblatt Seite 43

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 238
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 42
Chapter 4
|
Design functions 43
DatabaseNames
Format
DatabaseNames
Parameter
None
Data type returned
text
Description
Returns a list of the names of all database files open on the computer, separated by
carriage returns. The names do not include file extensions.
Note If your database is hosted on another computer, DatabaseNames returns a list of
the names of local client and remote database files open only on the client computer.
Example
To determine whether “Customers” is one of the files currently open, use the
DatabaseNames function with the Position function in the formula:
Position(DatabaseNames;”Customers”;1;1). If the formula returns a value
greater than 0, then Customers is open.
FieldBounds
Format
FieldBounds(fileName;layoutName;fieldName)
Parameters
fileName - the name of an open database file
(local or remote).
layoutName - the name of a layout
in the specified database file.
fieldName - the name of a field
on the specified layout.
Important See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text
Seitenansicht 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 237 238

Kommentare zu diesen Handbüchern

Keine Kommentare