LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 20-Oct-2009, 05:57 AM
Junior Member
 
Join Date: Apr 2008
Posts: 4
VaronZ 0 reputation points
Send a message via ICQ to VaronZ
Default Method Find() don't work with Dot (.)

Hi,

I wrote code like this:

Code:
   	
    vGroupWise := CreateOleObject('NovellGroupWareSession');
    vGroupWise.Login;
    vRootAccount := vGroupWise.RootAccount;
    vAddressBooks := vRootAccount.AddressBooks;
    vSystemAddressBook := vRootAccount.SystemAddressBook;
    vMailBoxFolder := vRootAccount.MailBox;
    condition := '(<E-Mail Address> MATCHES "' + mail +'")';
    vAddress := vSystemAddressBook.AddressBookEntries.Find(condition);
Mail have format <aaa.bbb@xxx.yyy>, I use GW client 8.0.1
It works fine, but if I switch GW client to "Caching mode" it don't work for SystemAddressBook (for PersonalAddressBooks continues to work correct).
Reply With Quote
 

Tags
caching mode, dot(.) in email

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 09:13 AM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2