$CurImagineFile

From m204wiki
Jump to navigation Jump to search

The $CurrecImagineFile function returns the conatining Imagine filename for the current (innermost) record For loop. If the current record is in a file that is not an Imagine Transparency file, an empty string is returned.

$CurImagineFile takes no arguments.

Usage notes

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

The CurrentImagine method provides identical functionality using O-O syntax.