ImagineFile (Record function)

From m204wiki
Jump to navigation Jump to search

Return the Imagine filename of the Imagine Transparency record (Record class)


Get the name of the Imagine file that contains the Imagine Transparency record for the Record object.

Syntax

%string = record:ImagineFile

Syntax terms

%stringThe name of the containing Imagine file, if the record is in an Imagine Transparency file, or an empty string, otherwise.
record Record object

Usage notes

The Imagine filename can be used with a recordId obtained via the RecordId method to allow an Imagine application to easily locate a record.

See also