If i select a Color without use of OnSelect, the Color will save in the Database.
When i use OnSelect:
procedure TdlgProduct.DBAdvColorPickerDropDown3Select(Sender: TObject);
begin
// Example
end;
No Color will save in the Database.
What can we do to react to a color change?
Does your event handler code cause an exception or call abort?
This is the only reason I could see in the code that a new selected color would not be automatically persisted in the DB.
We tried it with no code in OnSelect as in the example above. It was not saved.
We investigated deeper and found an issue.
A fix was applied that will be included in the next update.