Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listview2
Message
De
22/04/2002 06:59:00
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Listview2
Divers
Thread ID:
00647476
Message ID:
00647476
Vues:
37
I alreay ask this where but the solution that give to me doesnt work. I have a list viw and want to make a search,but the listview method find only acepts the integrity of a field contents, i want make possible the usrs insert for example to leters and the program show every name tha had tha leters i am using this code on the search:

Dim ItemAProcurar As ListItem

Set ItemAProcurar = LviewClientes.FindItem(InputBox("Introduza o Item a Pesquisar?", "Procurar", "", Me.ScaleWidth / 3, Me.Height / 2), lvwSubItem, , lvwPartial)


If (ItemAProcurar Is Nothing) Then
MsgBox "Item Não Encontrado!", vbInformation, "Info"

Else
ItemAProcurar.EnsureVisible
ItemAProcurar.Selected = True
LviewClientes.SetFocus

End If

If anyone Could help me,its urgent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform