Subject TIB_LookupCombo Problem
Author Eric Handbury
Hello,

I have a OnChange Event in my LookupCombo which initializes a couple of
different fields in the dataset depending on the lookup value.
The problem is that the user will change the field in the LookupCombo
control, which fires-up the OnChange event, which initializes different
fields in the same dataset, which (here's the problem) resets the value
in the LookupCombo to the value before the change. If I don't initialize
the fields in the OnChange, then everything works.

Any help? Thanks, Eric.