PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Item_Close Event and public folder lists
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Item_Close Event and public folder lists
![]() |
Item_Close Event and public folder lists |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have an outlook form which is the default form for a public folder.
I update an Oracle database by catching the Item_Close Event. Some of the fields I save in the database are % complete and status. This all works fine. The problem I have is I would like to be able to update the database when someone changes the status (or other fields) using the list view instead of opening the form. Is this possible? If not is it at least possible to make it so the list view is read only on this folder? Thanks. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You can use the event change to submit changes to the
database: Sub Item_PropertyChange(ByVal Name) End Sub And for custom fields Sub Item_CustomPropertyChange(ByVal Name) End Sub >-----Original Message----- >I have an outlook form which is the default form for a public folder. >I update an Oracle database by catching the Item_Close Event. Some of >the fields I save in the database are % complete and status. This all >works fine. The problem I have is I would like to be able to update >the database when someone changes the status (or other fields) using >the list view instead of opening the form. Is this possible? If not is >it at least possible to make it so the list view is read only on this >folder? > >Thanks. >. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Try using the Item_Write event handler instead of Item_Close.
-- Sue Mosher, Outlook MVP Outlook and Exchange solutions at http://www.slipstick.com Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.slipstick.com/books/jumpstart.htm "Bob Trucchi" <trucchi@mpi.com> wrote in message news:2d6cbe11.0307071155.625d0b8c@posting.google.com... > I have an outlook form which is the default form for a public folder. > I update an Oracle database by catching the Item_Close Event. Some of > the fields I save in the database are % complete and status. This all > works fine. The problem I have is I would like to be able to update > the database when someone changes the status (or other fields) using > the list view instead of opening the form. Is this possible? If not is > it at least possible to make it so the list view is read only on this > folder? > > Thanks. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

