Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Erasing a combobox's memory
Message
De
19/07/2005 16:11:14
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01032369
Message ID:
01033999
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform