Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in Combobox?
Message
De
20/05/2003 09:46:33
 
 
À
19/05/2003 22:41:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00788447
Message ID:
00790419
Vues:
53
Try this in the Combo.Dropdown(), it seems to work a little better for me, especially if RowSourceType = 5 - Array. It makes the selected item appear if you drop down the combo a 2nd time.
local lnSelected
lnSelected = this.listitemid
this.rowsourcetype = this.rowsourcetype
this.selectedid(lnSelected) = .t.
>Gary,
>
>Thanks!
>
>>Alan
>>
>> Try putting a "this.Requery()" in the Dropdpwn() event of the combo. It seems to fix it.
>>
>>Gary
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform