![]() |
How to handle events in the grid?
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 |
How to handle events in the grid?
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 |
How to handle events in the grid?
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 |
How to handle events in the grid?
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 |
All times are GMT +1. The time now is 12:22 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-2006 OutlookBanter.com