Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabled combobox doesn't want to show!
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Disabled combobox doesn't want to show!
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01011387
Message ID:
01011387
Views:
57
Hi everybody,

I have a combobox on the form which has an alias as a rowsource. In one of the method I put this code:
loControl.VALUE = ;
			v_primary_queue_lookup.cQueue_names_pk
		SELECT (loControl.rowsource)	
		LOCATE FOR cQueue_Names_pk = loControl.value
		loControl.ListIndex = RECNO(loControl.rowsource)
		loControl.refresh()
I want this combobox to display the correct value. Setting value doesn't seem to work, so I'm trying to play with the listindex, which doesn't work either. Is it a problem with disabled comboboxes or with comboxes in general? How can I show my display value?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform