Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selected combo box value
Message
From
30/11/1996 00:20:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Selected combo box value
Miscellaneous
Thread ID:
00013857
Message ID:
00013857
Views:
74
I'm trying to get a value out of a combo box
and i use this code

i=1
do while i <= thisform.cbxdept.ListCount
if thisform.cbxdept.Selected(i)
exit
else
i=i+1
endif
enddo

does anyone have any idea why the if statement
is never true? I just runs up all the way
to the number of elements. (this snippet WORKS
on list boxes...are combos different?)


chris
Next
Reply
Map
View

Click here to load this message in the networking platform