[Gambas-user] Cant get DataCombo to work as expected...

Hans Lehmann hans at gambas-buch.de
Thu Aug 31 10:01:39 CEST 2023


Hello.

Look at the source code:

     Try conn = openConnection()
     printPersons()

     personDataSource.Connection = conn

*dataSex.Display = "name"*

     personDataBrowser.Columns = ["given_name", "sir_name", "birthdate"]
     personDataBrowser.Labels = ["Vorname", "Nachname", "Geburtstag"]
     personDataBrowser.Update()

... and it works as expected. But first delete the .Display property in 
the properties window.

With kind regards

Hans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230831/24702c45/attachment-0001.htm>


More information about the User mailing list