To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
The fgl_list_insert() function will insert a specified value into the Combo box control.
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.