Lasso Soft Inc. > Home

[Image_URL]

[Image_URL] returns the URL for an image from a FileMaker Pro database. Requires a single parameter, the name of the container field which contains the image.

  • Syntax
  • Parameters
[Image_URL: 'Field_Name']
Required Parameters
Field_Name The name of the FileMaker Pro container field that contains the image to be returned.
Examples

To display a series of images from a FileMaker Pro database:

Use the [Image_URL] tag in HTML <img> tags within the found set results. The following example returns the Photo field from each record in the Contacts.fp5 database, People layout.

[Inline: -FindAll,
    -Database='Contacts.fp5',
    -Table='People']
  [Records]
    <br><img src="[Image_URL: 'Photo']">
  [/Records]
[/Inline]
Tag Link [Image_URL] Category Database
Type Substitution Data Source FMP
Support Preferred Version 3.0
Output Type String Security None
Implementation Internal Sets Lasso 6.0, Lasso 5.0,LDML3x

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft