/ Forums / Advansys Formativ / Creating Solutions with Formativ / Address book lookup failed after GroupWise upgrade (7.0 to 2012)

  • Creator
    Topic
  • #5166
    Cheryl
    Participant

      Hello,

      We recently upgraded to GroupWise 2012 and one address book lookup function in a formative form we have been using for years suddenly didn’t work any more.

      The lookup looks like this:

      Set objAddressBook = Groupwise.Account.Addressbooks.Item(“Novell GroupWise Address Book”)
      If objAddressBook Is Nothing Then Exit Function
      Set objEntries = objAddressBook.AddressBookEntries.Find(“(<E-Mail Address> MATCHES “”” & strSearchItem & “””)”)

      strSearchItem is passed as email username, for example “clu”, so the return entry would be my email address and it had been working before.

      I noticed someone had asked exactly the same question before, but there was no clue whether / how he/she fixed the issue. Anyway, here is the link to the previous topic:

      AddressBookEntries.Find

      So I tried the code provided in the link by the Advansys support, and it didn’t work either. I tried both MATHES and CONTAINS. Neither works. Do I need some new dll?

      Thanks,
      Cheryl

    • You must be logged in to reply to this topic.