I have a table called SERVICE in my database (interbase, firebird 1.5)
I have a dblookuplistbox on my screen, after add new service into the table or edit selected service, i have this line of code on the purpose of refreshing the dblookuplistbox:
IBQuery1.Refresh;
however, the list in dblookuplistbox is not refreshed at all. I also tried :
dblookuplistbox.refresh and
dblookuplistbox.update
all these didnt work
can any one help me plz?