Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way
Message
De
13/08/1999 13:26:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
13/08/1999 12:42:31
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00253465
Message ID:
00253538
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform