Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tricky problem
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00576711
Message ID:
00576720
Views:
19
This message has been marked as the solution to the initial question of the thread.
Here is one of the solutions. In the Text.Valid event:
if alltr(this.Value)=="F"
this.value="FED EX"
endif

>I was trying to figure a way for a user to populate a field(textbox) automatically but still give the user the ability to change it. Example, if the user types 'F' , the interactive change will kick in and fill out the rest with 'ED EX' so that the word 'FED EX' appears because 90% of the time it will be FED EX but for the other 10%, the user needs to type something else that begins with 'F' but the interactive change only knows about FED EX.
Previous
Reply
Map
View

Click here to load this message in the networking platform