Marcelo T. Velasquez 12.Jun.12 07:44 AM a Web browser Notes ClientAll ReleasesAll Platforms
Hi
How can I to use FTSearch in VBA (Excel), I want to search a condition in field , example (name or lastname or a Unique Id), How can I to put inside vba code ?
I try a code below, and not worked
DomSession.Initialize "mypws"
Set DomDir = DomSession.GetDatabase("", "C:\lotus\notes\data\mydatabase.nsf")
Set DomContacts = DomDir.GetView("People")
DomContacts.FTSearch "Firstname=Afonso", 0