Using Delphi XE2.
Writing a software package to do with a customer database. I have a form which displays all customer info on it and one of these fields is a lookupcombobox with a button next to it. (The lookupcombobox drops down a list with more than one string)
When opening the form (insert/edit mode) i need the button next to the lookupcombobox to be disabled if nothing is selected in the lookupcombobox else enabled if something is selected.
I'm hoping this will be quite straight forward. I just can't seem to work it out for myself.