![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi all,
In an Outlook folder I'm showing some data downloaded from a web service. When I click on an item I want to download some data from the server and display in the preview pane. Also when double clicked the same data should be displayed. Any guidance to achieve using VBA is greatly appreciated. Beset regards, Nadee |
Ads |
#2
|
|||
|
|||
![]() There's no double click event. Clicking on an item fires the Explorer SelectionChange event, maybe that helps you. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?...4&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Fri, 12 Jan 2007 10:27:26 +0530 schrieb MeAgin: Hi all, In an Outlook folder I'm showing some data downloaded from a web service. When I click on an item I want to download some data from the server and display in the preview pane. Also when double clicked the same data should be displayed. Any guidance to achieve using VBA is greatly appreciated. Beset regards, Nadee |
#3
|
|||
|
|||
![]()
Hi,
Thanks for the info. How can I get a handle to the newly selected mail item in this mwthod? Then I can download data from the server and populate using this handle. Beset regards, Nadee "Michael Bauer [MVP - Outlook]" wrote in message .. . There's no double click event. Clicking on an item fires the Explorer SelectionChange event, maybe that helps you. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?...4&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Fri, 12 Jan 2007 10:27:26 +0530 schrieb MeAgin: Hi all, In an Outlook folder I'm showing some data downloaded from a web service. When I click on an item I want to download some data from the server and display in the preview pane. Also when double clicked the same data should be displayed. Any guidance to achieve using VBA is greatly appreciated. Beset regards, Nadee |
#4
|
|||
|
|||
![]() All selected items are accessable via the Selection collection. Additionally you probably need to track the FolderSwitch event, too. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?...4&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Tue, 16 Jan 2007 12:45:13 +0530 schrieb MeAgin: Hi, Thanks for the info. How can I get a handle to the newly selected mail item in this mwthod? Then I can download data from the server and populate using this handle. Beset regards, Nadee "Michael Bauer [MVP - Outlook]" wrote in message .. . There's no double click event. Clicking on an item fires the Explorer SelectionChange event, maybe that helps you. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?...4&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Fri, 12 Jan 2007 10:27:26 +0530 schrieb MeAgin: Hi all, In an Outlook folder I'm showing some data downloaded from a web service. When I click on an item I want to download some data from the server and display in the preview pane. Also when double clicked the same data should be displayed. Any guidance to achieve using VBA is greatly appreciated. Beset regards, Nadee |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pop Up / Show details in Grid | Jeff Sullivan | Outlook - Calandaring | 3 | January 27th 07 03:51 AM |
how do i show grid lines in Contacts page | mick pearson | Outlook - Using Contacts | 1 | September 28th 06 02:26 PM |
How to control xp outlook 2003 contacts table grid line color? | apfwebs | Outlook - Using Contacts | 0 | March 27th 06 06:58 PM |
How do I print a month calendar from Outlook 2002 with grid lines | Timmy! | Outlook - Calandaring | 3 | March 3rd 06 04:23 PM |
grid appears in e mail i compose | petpathways | Outlook Express | 1 | January 26th 06 04:59 AM |