H
Hemang Shah
I have some controls on my form which are bound to a dataset and some which
are not bound.
But whatever record is displayed on the form, I want to populate those
control (datetime, combo, etc.) with the data in the current record.
What event can I do this in ?
PositionChanged of bindingContext - is this called before the record is
current or after ?
if it is after, I can use this.
Please advise.
HS
are not bound.
But whatever record is displayed on the form, I want to populate those
control (datetime, combo, etc.) with the data in the current record.
What event can I do this in ?
PositionChanged of bindingContext - is this called before the record is
current or after ?
if it is after, I can use this.
Please advise.
HS