LassoScript Utility
Basics Browse Detail

[Lasso_DatasourceIsFileMaker]

Tag Link [Lasso_DatasourceIsFileMaker] Category Administration
Type Substitution Source Available No
Support Preferred Version 3.0
Change Unchanged Data Source FileMaker Pro
Output Type Boolean Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x

Description

[Lasso_DatasourceIsFileMaker] returns True if the specified database is hosted by FileMaker Pro. Requires one string value which is the name of a database.

Syntax

[Lasso_DatasourceIsFileMaker: 'Database Name']

Parameters

Required Parameters
Database Name The name of the database which should be checked.

Examples

To list all of the FileMaker Pro databases available through Lasso:

Use the [Lasso_DatasourceIsFileMaker] tag to check each database listed by the [Database_Names] ... [/Database_Names] container tag.

[Database_Names]
  [If: (Lasso_DatasourceIsFileMaker: (Database_NameItem))]
    <br>[Database_NameItem]
  [/If]
[/Database_Names]

<br>Contacts.fp5
<br>People.fp5