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.
Launch_FillListWithProds(list_field)
• list_field – A list field filled with product names returned by this function.
The boolean value true.
If you access the application in test mode, this function fills list_field with the dictionary name, not the product name.