![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
To learn more about how and where you can use formatting, see the Using Formatting section. Recordset format is used for printing records contained in a variable of the recordset type as text. Such variable can be created, for instance, with a query or, for instance, in a many-to-many relational field. This format appears as a list of fields, data from which is to be displayed. Suppose, we have the [$recs] variable that contains 3 records with the following field values:
Let's show how they will appear with different recordset formattings:
Please note that in the last example there is an additional quote before the tag closure. This is necessary since the delimiter (in this case, the "[br]) is not to be placed. Thus, the recordset format is the foundation for outputting record set values. For performing operations over records in a recordset variable, use the cycle
For Each Record From Recordset.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Copyright (C) 2001-2010 Binary Brilliant Inc. All Rights Reserved. |