ShowList
This function causes a scrolling list to be displayed on the Client device and allows the user to make a selection. (Maximum entries: 32,767.)
Group: Application-Based Extension
Syntax: vValue = App.ShowList(sList, [bForceDisplay])
vValue (Variant) is the value that is returned when the user selects a specific list item.
sList (String) is the list to be returned for display (i.e., set RSP = Value to display the list on the Client device.)
bForceDisplay (Boolean) Optional – Use True or False to specify sending this command immediately rather than at the end of the current event. The default is False.
Example:
See App.MakeList and DB.MakeList
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.