Un-saved value in control

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.
 
R

Rick Brandt

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.
 

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

Top