W
Walter W
Hello,
I have a ordinary Form that has disabled editfield for status information
and bushputtons
for doing actions.
For Example pushing Fetch pushbutton starts a query for retrieving
information from database.
I also have a sub Thread that should same time update disabled editfield in
certain interval.
I have noticed this couple times before especially in MFC programs but also
in
C# programs. When Form's (main) Thread is fetching data from database that
sub Thread
which should update disabled editfields sets values to editfields but those
new values does not
appear into editfields... same old value is still there,
So, can anyone remember what was reason for that and how should this kind
thing should
be coded? Thanks for any help.
Cheers!
I have a ordinary Form that has disabled editfield for status information
and bushputtons
for doing actions.
For Example pushing Fetch pushbutton starts a query for retrieving
information from database.
I also have a sub Thread that should same time update disabled editfield in
certain interval.
I have noticed this couple times before especially in MFC programs but also
in
C# programs. When Form's (main) Thread is fetching data from database that
sub Thread
which should update disabled editfields sets values to editfields but those
new values does not
appear into editfields... same old value is still there,
So, can anyone remember what was reason for that and how should this kind
thing should
be coded? Thanks for any help.
Cheers!