Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The HIGHLIGHT of my Day!
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01160858
Message ID:
01160880
Views:
11
Tommy (and his wife)

If none of the standard, expected stuff works, how about something like:

The LostFocus event of the textbox accumulatively stores its value in a form prop., e.g.

Thisform.cTextBoxCont = Thisform.cTextBoxCont + This.Value

The GotFocus event gets it:

This.Value = Thisform.cTextBoxCont


Obviously you need to clear the prop down at some point (next record?)

HTH

Terry

>Hello Gurus!
>
>Problem today..........
>
>I have a textbox where I input text.... the text is used to filter a grid in realtime on the form....
>
>but... the user can TAB out of the textbox and tab to other controls, and THEN tab back into the textbox.
>
>The Text is now HIGHLIGHTED and SELECTED. When the user types into the textbox, the text disappears and is replaced with NEW text.
>
>I wanted the new text to append to the end of what text was already in the textbox.
>
>Is there a property to set this?
>
>Thanks!
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Reply
Map
View

Click here to load this message in the networking platform