Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Erasing a combobox's memory
Message
From
19/07/2005 16:11:14
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01032369
Message ID:
01033999
Views:
17
This looks like it works, but if you click on the combo after the rowsource changes it shows the value in the position corresponding to its previous value.
lcSelect="SELECT DISTINCT cncrow FROM concert WHERE cnccode='"+MyCodeVal+;
	"' INTO CURSOR c_rows"
WITH ThisForm.cboRow
   .RowSource=lcSelect
   .Requery()
   .Value="  "
   .Refresh()
ENDWITH
>Elyse,
>
>How about posting a code fragment?
>
>>I have that in there, too. Still doesn't work.
Elyse Pomerantz
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform