Filemaker Pro 8.5 Advanced Maintenance TG762Z/A User Manual

Product codes
TG762Z/A
Page of 238
Chapter 4
  
|
  Design functions     55
Data type returned
text
Description
 IDs in fileName, separated by carriage returns.
Example
ValueListIDs(“Customers”) returns a list of all the value list IDs in the Customers 
database file.
ValueListItems
Format
ValueListItems(fileName;valuelist)
Parameters
fileName - the name of an open
 (local or remote).
valuelist - the name of a 
 in the specified database file.
Important  
See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text
Description
Returns a list of the values in valuelist, separated by carriage returns.
Example
ValueListItems(“Customers”;“Code”) returns a list of all the items in the Code 
value list in the Customers database file.
ValueListNames
Format
ValueListNames(fileName)
Parameter
fileName - the name of an open 
 (local or remote).
Important  
See “Design functions” on page 41 for information about literal text parameters.
Data type returned
text