Un-saved value in control

  • Thread starter Thread starter Les Desser
  • Start date Start date
L

Les Desser

It seems that until one exits from a control, any input is not 'visible'
from within code.

For example, after entering some value and before exiting, one
double-clicks on the field, then the value, as seen by the double-click
event is null (or the value prior to the new entry).

Is there any was this new value can be access at this point?

Thanks.
 
Les Desser said:
It seems that until one exits from a control, any input is not 'visible'
from within code.

For example, after entering some value and before exiting, one
double-clicks on the field, then the value, as seen by the double-click
event is null (or the value prior to the new entry).

Is there any was this new value can be access at this point?

For the changed, but not yet updated value use the Text property of the control.
 
Rick Brandt said:
For the changed, but not yet updated value use the Text property of the
control.
Thanks - I will try it. Simple when you know how! :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top