Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box
Message
De
27/01/2003 11:21:02
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
27/01/2003 11:11:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00745794
Message ID:
00745801
Vues:
24
>I have a check box who enabling\disabling a combo box.
>I have 3 small problems:
>1. When I choosd somthing in the combo box and I enabling the combo by the check box the combo box value not cleard (even if I use with value='').
>2. How can I get the ComboBox value (I try to get with messagebox and I dont get any value even with 'alltrim')
>3. How can I force the user to choose only item from the list (read only exept from the apeard options).
>Big thank you for answer
>Chaim

1) In interactivechange of checkbox code something like :
if ( !this.Value )
thisform.myCombo.ListIndex = 0
endif

2) ???

3) Set style to 2 && Dropdown list
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