ImagineFile (Record function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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