Tag Link | [Portal] ... | Category | Database |
---|---|---|---|
Type | Container | Source Available | No |
Support | Preferred | Version | 2.0 |
Change | Unchanged | Data Source | FileMaker Pro |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x, Lasso 2.5, Lasso 2.0, Lasso 1.x |
[Portal] ... [/Portal] repeats for each record in a portal. Requires a single parameter, the name of the portal relationship from the current layout.
[Portal: 'Relationship_Name']
... [Field: 'Relationship_Name::Field_Name'] ...
[/Portal]
Required Parameters | |
---|---|
Relationship_Name | The name of the FileMaker Pro relationship for the portal which should be displayed. |
To display each repetition of a FileMaker Pro portal:
Use the [Portal] ... [/Portal] tags. The following example shows each row from a portal named Calls which is included on a FileMaker Pro layout.
[Portal: 'Calls']
<br>[Field: 'Calls::PhoneNumber'] [Field: 'Calls::Duration']
[/Portal]
<br>555-1212 3:43
<br>555-1212 45:34