$CurImagineFile

From m204wiki
Revision as of 21:43, 28 March 2025 by Alex (talk | contribs) (Created page with "<p> The <var>$CurrecImagineFile</var> function returns the conatining <var class="product">Imagine</var> filename for the current (innermost) record <var>For</var> loop. If the current record is in a file that is not an <var class="product">Imagine Transparency</var> file, an empty string is returned. </p> <p> <var>$CurImagineFile</var> takes no arguments. </p> ==Usage notes== <p> The <var class="product">Imagine</var> filename can be used with a recordId obtained via...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.