Subject Re: [IBO] bound edit box does not update correctly
Author Jason Wharton
Not sure, this should work correctly regardless.
Send me a sample app and I will give it a look.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "mircostange" <mirco@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, May 17, 2002 2:35 AM
Subject: [IBO] bound edit box does not update correctly


> A TIB_Edit bound to a data source doesn't seem to display the
> contents of the field properly. The setting is a bit complex, as the
> data source's dataset is frequently changed. Moreover, when the
> dataset changes, the edit is typically no (yet) visible.
> However, when clicking in the edit box, it properly displays the
> field contents.
> All other edit boxes where the data source's dataset is static behave
> well, so I assume there is something I need to do to update the edit
> box. What could it be? Calling Invalidate didn't help.
>
> Mirco