Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabled combobox doesn't want to show!
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Disabled combobox doesn't want to show!
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01011387
Message ID:
01011387
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform