Hi to all … I’m learning libreoffice basic … library Access2Basic …
Someone can tell me a good tutorial to learn the event driven language libreoffice basic ?
I’ m tryng to filter a record from a table in a form … in this form there is a combobox … the combo list is filled with a field in the table using a sql query… when changes the text in the combo … it updates the table and refills the form … it works! using a macro (Sub) on the combo event “on text changed”.
The form is used also to add new records in the table using the bottons under the form(new record and save record)… a field in the table fills the combobox list…
How can I update the combo list after I added a new record into the table ?
I’m thinking to use the Requery method of the combox (combo.Requery) on a event … but on what Event ?
Where can I find events triggered on table or database update ?
Thank You in Advance!
Hi Ratslinger this is the small odb file … MioDatabase.odb