Lasso Soft Inc. > Home

[Rows] ... [/Rows]

[Rows] ... [/Rows] loops through each record in a found set. Optional -InlineName parameter specifies that results should be returned from a named inline. Synonym is [Records] [/Records].

  • Syntax
  • Parameters
[Rows]
  [Field: 'Field_Name']
[/Rows]

[Rows: -InlineName='Inline_Name']
  [Field: 'Field_Name']
[/Rows]
Optional Parameters
-InlineName The name of an inline whose results should be returned by the records tag. If omitted, defaults to returning results from the nearest enclosing inline or Lasso action.
Examples

To display search results within an inline:

Use the [Rows] ... [/Rows] tags. The following example finds all records in the People table of the Contacts database and formats the result.

[Inline: -FindAll,
    -Database='Contacts',
    -Table='People']
  [Rows]
    <br>[Field: 'First_Name'] [Field: 'Last_Name']
  [/Rows]
[/Inline]
Result:
<br>John Doe
<br>Jane Doe
<br>John Surname
<br>Mary Peoples
Tag Link [Rows] ... [/Rows] Category Database
Type Container Data Source Any
Support Synonym Version 3.0
Output Type None Security None
Implementation Sets 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