Group: StrataFrame Users
Posts: 0,
Visits: 527
|
hi,
how can i do ?
in a form, i have a listview and a textbox.
The listview is on a businessobject client
i want in the validated method of the textbox make
If Bo_clients1.Seek("raison_sociale = '" & Me.Tbox2.Text.Trim & "'") = True Then
Me.ListView1.Requery()
End If
after the requery, i woud have the listview1 on the current reccord
Thanks for your answer
Best regards
Eric
|