fgl_list_insert()

 

The fgl_list_insert() function will insert a specified value into the Combo box control.

Usage

The fgl_list_insert function takes three arguments: field_name, index and value. The first argument, filed_name, is a CHAR datatype whilst index and value are expressed as an INTEGER. The function will return the index number relating to where the insertion is made. Alternately, if the function is not successful a ‘0’ value is returned. 

The example showing how to use functions to manipulate comboboxes at runtime is here.