A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

custom views



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 6th 07, 12:03 AM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default custom views

Hello,

For a while now, my custom views in Outlook keep getting corrupted. When I
have a view using a SQL filter, the single quotes ' will get replaced with
' thus causing the filter not to work properly. It will work for about
a week, then suddenly the view will get corrupted and I haven't even done
anything.

example:

this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

becomes this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

Anybody have any ideas why this strangeness is occurring?

Thanks for your help.
Joel


  #2  
Old October 6th 07, 12:41 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default custom views

Where are you looking at the SQL filter? In what version of Outlook?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message ...
Hello,

For a while now, my custom views in Outlook keep getting corrupted. When I
have a view using a SQL filter, the single quotes ' will get replaced with
' thus causing the filter not to work properly. It will work for about
a week, then suddenly the view will get corrupted and I haven't even done
anything.

example:

this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

becomes this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

Anybody have any ideas why this strangeness is occurring?

Thanks for your help.
Joel


  #3  
Old October 6th 07, 12:54 AM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default custom views

Outlook 2003 SP2. I'm in the Filter of the Custom View Organzier.

I made a picture for you:
http://s217.photobucket.com/albums/c...ent=filter.jpg

Thanks,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
Where are you looking at the SQL filter? In what version of Outlook?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message
...
Hello,

For a while now, my custom views in Outlook keep getting corrupted. When
I
have a view using a SQL filter, the single quotes ' will get replaced
with
' thus causing the filter not to work properly. It will work for
about
a week, then suddenly the view will get corrupted and I haven't even done
anything.

example:

this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

becomes this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

Anybody have any ideas why this strangeness is occurring?

Thanks for your help.
Joel




  #4  
Old October 6th 07, 01:40 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default custom views

Interesting. Haven't heard of a case like that before. I wonder if it has something to do with the complexity of your query. A good experiment would be to try a query with fewer terms and see if it's more stable.

Also, are you editing the filter through the Define Views dialog? If not, try doing that rather than editing it through the Current View menu.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message ...
Outlook 2003 SP2. I'm in the Filter of the Custom View Organzier.

I made a picture for you:
http://s217.photobucket.com/albums/c...ent=filter.jpg

Thanks,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
Where are you looking at the SQL filter? In what version of Outlook?

"Joel Allen" wrote in message
...
Hello,

For a while now, my custom views in Outlook keep getting corrupted. When
I
have a view using a SQL filter, the single quotes ' will get replaced
with
' thus causing the filter not to work properly. It will work for
about
a week, then suddenly the view will get corrupted and I haven't even done
anything.

example:

this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

becomes this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

Anybody have any ideas why this strangeness is occurring?


  #5  
Old November 21st 07, 10:31 AM posted to microsoft.public.outlook.program_vba
Elad
external usenet poster
 
Posts: 1
Default custom views

hi
I have the same problem in my Outlook .
I'm working with win XP SP2 and Outlook 2003 SP2 (Exchange 2003)
I'm using the advanced filter to view tasks with due date "on or before"
"Today"
the filter goes automaticly to the SQL, then after a while it changed itself
from 'Today' to 'Today'

thanks to your help
Elad

"Sue Mosher [MVP-Outlook]" wrote:

Interesting. Haven't heard of a case like that before. I wonder if it has something to do with the complexity of your query. A good experiment would be to try a query with fewer terms and see if it's more stable.

Also, are you editing the filter through the Define Views dialog? If not, try doing that rather than editing it through the Current View menu.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message ...
Outlook 2003 SP2. I'm in the Filter of the Custom View Organzier.

I made a picture for you:
http://s217.photobucket.com/albums/c...ent=filter.jpg

Thanks,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
Where are you looking at the SQL filter? In what version of Outlook?

"Joel Allen" wrote in message
...
Hello,

For a while now, my custom views in Outlook keep getting corrupted. When
I
have a view using a SQL filter, the single quotes ' will get replaced
with
' thus causing the filter not to work properly. It will work for
about
a week, then suddenly the view will get corrupted and I haven't even done
anything.

example:

this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

becomes this:

"http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/ProjectMngr"
= 'Joel'

Anybody have any ideas why this strangeness is occurring?



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lock custom views Ottmar Jetter Outlook - Using Contacts 0 September 11th 07 10:12 AM
Outlook 2003 custom views domain wide Jeremy Henry Outlook - Installation 0 May 10th 07 09:36 PM
How to transfer Custom Views to another machine John Outlook - General Queries 3 April 29th 07 08:07 AM
custom views J Miller Outlook - General Queries 0 February 1st 07 07:57 PM
Custom Outlook Views [email protected] Outlook - Calandaring 5 September 6th 06 11:34 PM


All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.