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

Outlook View Control



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 4th 07, 12:25 AM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default Outlook View Control

Hello,

I added an Outlook View Control (OVC) to a form so that I can make my own
view of items much the same way the Activities Tab works in a Contact Form.

It works, but here are 2 things that I'm trying to figure out:

1- I want the OVC to bring in items as it finds them the same way the
Activities Tab works. Right now, it doesn't show anything until it's found
all the items and it's very slow. (I'm using the Restriction command to
filter the items I need)

2- How can I make the OVC look at multiple folders?

Thanks very much for your help,
Joel


  #2  
Old July 4th 07, 03:04 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook View Control

The OVC doesn't do searches like the Activities view does. It works more like the filter that you apply to a folder. As a result, neither of your ideas is possible.

--
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,

I added an Outlook View Control (OVC) to a form so that I can make my own
view of items much the same way the Activities Tab works in a Contact Form.

It works, but here are 2 things that I'm trying to figure out:

1- I want the OVC to bring in items as it finds them the same way the
Activities Tab works. Right now, it doesn't show anything until it's found
all the items and it's very slow. (I'm using the Restriction command to
filter the items I need)

2- How can I make the OVC look at multiple folders?

Thanks very much for your help,
Joel


  #3  
Old July 4th 07, 09:24 PM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 10
Default Outlook View Control

Thank you Sue.

My goal is to see multiple items in multiple folders in one single view. My
form is in the public area and for example, I need to see all e-mails that
exist in multiple Exchange users Mailboxes.

Is this not possible? Any ideas to get me started?

Thanks again Sue,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
The OVC doesn't do searches like the Activities view does. It works more
like the filter that you apply to a folder. As a result, neither of your
ideas is possible.

--
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,

I added an Outlook View Control (OVC) to a form so that I can make my own
view of items much the same way the Activities Tab works in a Contact
Form.

It works, but here are 2 things that I'm trying to figure out:

1- I want the OVC to bring in items as it finds them the same way the
Activities Tab works. Right now, it doesn't show anything until it's
found
all the items and it's very slow. (I'm using the Restriction command to
filter the items I need)

2- How can I make the OVC look at multiple folders?

Thanks very much for your help,
Joel




  #4  
Old July 5th 07, 03:11 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook View Control

You can't use the OVC for that. You'd need to write code to fill say, a flexgrid control, with the data from each folder.

--
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 newstSii.6133$za5.5998@trndny09...
Thank you Sue.

My goal is to see multiple items in multiple folders in one single view. My
form is in the public area and for example, I need to see all e-mails that
exist in multiple Exchange users Mailboxes.

Is this not possible? Any ideas to get me started?

Thanks again Sue,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
The OVC doesn't do searches like the Activities view does. It works more
like the filter that you apply to a folder. As a result, neither of your
ideas is possible.



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

I added an Outlook View Control (OVC) to a form so that I can make my own
view of items much the same way the Activities Tab works in a Contact
Form.

It works, but here are 2 things that I'm trying to figure out:

1- I want the OVC to bring in items as it finds them the same way the
Activities Tab works. Right now, it doesn't show anything until it's
found
all the items and it's very slow. (I'm using the Restriction command to
filter the items I need)

2- How can I make the OVC look at multiple folders?

Thanks very much for your help,
Joel




  #5  
Old July 5th 07, 11:27 PM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default Outlook View Control

Thanks Sue.

When I tried to add the "Grid Control", it told me "The control could not be
created bcause it is not properly licensed". What's that about? I haven't
seen that before?

Thanks again,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
You can't use the OVC for that. You'd need to write code to fill say, a
flexgrid control, with the data from each folder.

--
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
newstSii.6133$za5.5998@trndny09...
Thank you Sue.

My goal is to see multiple items in multiple folders in one single view.
My
form is in the public area and for example, I need to see all e-mails that
exist in multiple Exchange users Mailboxes.

Is this not possible? Any ideas to get me started?

Thanks again Sue,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
The OVC doesn't do searches like the Activities view does. It works more
like the filter that you apply to a folder. As a result, neither of your
ideas is possible.



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

I added an Outlook View Control (OVC) to a form so that I can make my own
view of items much the same way the Activities Tab works in a Contact
Form.

It works, but here are 2 things that I'm trying to figure out:

1- I want the OVC to bring in items as it finds them the same way the
Activities Tab works. Right now, it doesn't show anything until it's
found
all the items and it's very slow. (I'm using the Restriction command to
filter the items I need)

2- How can I make the OVC look at multiple folders?

Thanks very much for your help,
Joel






  #6  
Old July 10th 07, 12:10 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook View Control

I don't know what "grid control" you might have been adding. It sounds, though, like you don't have a full copy of VB6 that would give you a developer-licensed control. YOu can Google for more information that particular error message.

--
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 ...
Thanks Sue.

When I tried to add the "Grid Control", it told me "The control could not be
created bcause it is not properly licensed". What's that about? I haven't
seen that before?

Thanks again,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
You can't use the OVC for that. You'd need to write code to fill say, a
flexgrid control, with the data from each folder.

"Joel Allen" wrote in message
newstSii.6133$za5.5998@trndny09...
Thank you Sue.

My goal is to see multiple items in multiple folders in one single view.
My
form is in the public area and for example, I need to see all e-mails that
exist in multiple Exchange users Mailboxes.

Is this not possible? Any ideas to get me started?

Thanks again Sue,
Joel

"Sue Mosher [MVP-Outlook]" wrote in message
...
The OVC doesn't do searches like the Activities view does. It works more
like the filter that you apply to a folder. As a result, neither of your
ideas is possible.



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

I added an Outlook View Control (OVC) to a form so that I can make my own
view of items much the same way the Activities Tab works in a Contact
Form.

It works, but here are 2 things that I'm trying to figure out:

1- I want the OVC to bring in items as it finds them the same way the
Activities Tab works. Right now, it doesn't show anything until it's
found
all the items and it's very slow. (I'm using the Restriction command to
filter the items I need)

2- How can I make the OVC look at multiple folders?

Thanks very much for your help,
Joel






 




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
Outlook View Control: Viewctl Clive Outlook and VBA 3 November 5th 07 05:35 AM
Outlook View Control embedded in custom control [email protected] Outlook - General Queries 1 November 8th 06 12:41 PM
Outlook View Control embedded in custom control [email protected] Outlook - Using Forms 1 November 8th 06 12:41 PM
Outlook view control and one process [email protected] Outlook and VBA 6 June 5th 06 10:21 AM
Outlook view control and one process [email protected] Outlook - General Queries 2 May 31st 06 06:59 PM


All times are GMT +1. The time now is 08:24 PM.


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.