Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing property value within a control.
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00180002
Message ID:
00180043
Views:
20
>I have a "Quickfill" type textbox. It is bound to a Controlsource. I would like to test in say, the Lostfocus event whether the value of the Controlsource is Not Empty(). If it is not empty, I know that a selection was made from the Quicken style list. I then want to assign the value of Controlsource back to This.Value. The reason ... the Quickfill textbox displays a user friendly value in it's list but returns a code to the control source. However, as the user leaves the Quickfill box, I simply wish to display the Code in the Quickfill box instead of the user friendly description. When I set step on in Lostfocus() and test for the value of This.ControlSource, it returns "" in the Watch window. Any ideas how I can achieve my goal?
>
>Many thanks.

You may need to use .DisplayValue and you might also have to not use the .ControlSource and assign the value programmically.

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform