Posted by: finopr...@gmail.com
Hi all I have problems with the SalListAdd method. I have tryed to add a combobox item like this (I call it in SAM_CreateComplete of Window Form):
Call SalListAdd(cmbExample, 'example')
But when I execute the combobox haven't any items. How can I insert a new item in a standard combobox?