Text Box question (1 Viewer)

Davef28

Registered User.
Local time
Today, 00:54
Joined
Feb 6, 2002
Messages
51
I have an unbound textbox. Whe the user enters something I want the contents updated without moving awa form the field. That is they enter text and then click a button, at that point the text box still contains null even though there has been data entered.

It updates if I tab away from the text box but I don't want that.

Thanks.
 

spikepl

Eledittingent Beliped
Local time
Today, 01:54
Joined
Nov 3, 2010
Messages
6,142
Not sure what the issue really is, but you can look into the OnChange event. In the handler, let the textbox's content be written to another (perhaps hidden) textbox. In this way the content will be available there.
 

Users who are viewing this thread

Top Bottom