Launch_FillListWithProds()

Examples


The Launch_FillListWithProds() function fills a list field (a field that uses a list box, combo box, drop-down list, or button drop list data type) with product names listed in the current launch file. This function will work only when your application is opened with the runtime engine.

Syntax

Launch_FillListWithProds(list_field)

Parameters

list_field A list field filled with product names returned by this function.

Return value

The boolean value true.

Comments

If you access the application in test mode, this function fills list_field with the dictionary name, not the product name.


Documentation Feedback