Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Boxes
Message
From
16/12/1997 15:46:31
 
 
To
16/12/1997 15:43:10
Travis Clark
Journal Record Publishing Co
Oklahoma City, Oklahoma, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00066352
Message ID:
00066353
Views:
31
>I have a combo box with fourteen different choices.
>I want a second combo box that will depend on the answer of the first
>combo box. I have fourteen different lists or tables... I'm very flexible on how this will work.
>Any idea?
>Travis Clark
>P.S. This is VFP 3.0
*** Combo1.InteractiveChange event
Thisform.Combo2.RowSource=""
DO CASE
Case this.Value=...
  Thisform.Combo2.Rowsource=...  
Case this.Value=...
  Thisform.Combo2.Rowsource=...  
Case this.Value=...
  Thisform.Combo2.Rowsource=...  
ENDCASE
Thisform.Combo2.Requery
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform