Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way
Message
From
13/08/1999 13:26:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/08/1999 12:42:31
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00253465
Message ID:
00253538
Views:
16
>I have a textbox over laying a combobox. I want to be able to click the text box and have the list of items in the combobox appear/drop down. Is there a way to do this?
>
>Thanks
>
>Jim
Jim,
In the past I did it this way :
In the gotfocus of textbox,
-Set combo's properties
-Set its starting index to show up current textbox value if any
-Make the combo at same location visible and setfocus to it.
-Zorder the combobox to become in front
In lostfocus of combobox,
-Set textbox value to combo value
-Make it visible =.f.

Honestly worked better than I expected. (Like a combo in grid with sparse = .t.)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform