Subject | modified TIB_Edit-how to return .text into field? |
---|---|
Author | G. Nau |
Post date | 2005-05-21T17:09:50Z |
I have a modified, derived TIB_Edit running, which is doing .text
operations on user initiated function keys.
It's fine, but I'm unable to return the .text back into the datafield
linked to that control.
In the Procedure DoExit I've tried:
* field.asString:=Text;
*Datasource.Dataset.FieldByName(datafield).AsString:=text;
But both do not give the wanted effect. On leaving the field (focus to
another control), the old value of the field is display in the control.
I've tried to dig through the IBO sources, but I didn't make it to find
out, who it has to be done?
Can you give a short hint please?
Regards
Gunther
operations on user initiated function keys.
It's fine, but I'm unable to return the .text back into the datafield
linked to that control.
In the Procedure DoExit I've tried:
* field.asString:=Text;
*Datasource.Dataset.FieldByName(datafield).AsString:=text;
But both do not give the wanted effect. On leaving the field (focus to
another control), the old value of the field is display in the control.
I've tried to dig through the IBO sources, but I didn't make it to find
out, who it has to be done?
Can you give a short hint please?
Regards
Gunther