Tech Tip: The "expanded" parameter in the command APPEND TO LIST
PRODUCT: 4D | VERSION: | PLATFORM: Mac & Win
Published On: November 22, 2002
Compatibility: 6.7.x, 6.8.x
APPEND TO LIST (list; itemText; itemRef{; sublist{; expanded}})
The command APPEND TO LIST appends a new item to the hierarchical list whose list reference number you pass in the list.
Although the parameter "sublist" is an option, if attaching a sublist, the "expanded" parameter becomes mandatory. The "expanded" parameter is a Boolean value and indicates if the optional sublist will be expanded (true) or collapsed (false).