Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box
Message
From
27/01/2003 11:21:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
27/01/2003 11:11:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00745794
Message ID:
00745801
Views:
23
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform