Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Combo Box Value
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01358259
Message ID:
01358431
Vues:
26
Yes, ListCount > 0

>Where you're trying this code and are you sure you have enough items?
>
>See http://www.vb-helper.com/tip_set_combo_item.html
>
>>I am passing in the key of the item in the combo box I want to show:
>>
>>
>>If iSalespersonKey <> 0 Then
>>
>>    Dim iIndexNum As Integer
>>    Dim iItemKey As Integer
>>    
>>    For iIndexNum = 0 To cboSalespersons.ListCount - 1
>>    
>>        iItemKey =Me!cboSalespersons.Column(iIndexNum, 0)
>>    
>>        If iItemKey = iSalespersonKey Then
>>        
>>            'Me!cboSalespersons.ListIndex = iIndexNum
>>        
>>        End If
>>
>>    Next
>>    
>>End If
>>
>>
>>I cannot get this to work. I have tried numerous ways. I'm not sure the syntax is correct. Can someone point me in the right direction?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform