![]() |
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
|
|||
|
|||
![]()
I have an application that creates tasks on a database
and outlook at the same time. That's the easy part. The problem is if the user edited or deleted the outlook tasks, I want the changes to reflect on tasks saved on the database. Is there any way to accomplish this? thanks in advance ! |
#2
|
|||
|
|||
![]() "Deck" wrote in message ... I have an application that creates tasks on a database and outlook at the same time. That's the easy part. The problem is if the user edited or deleted the outlook tasks, I want the changes to reflect on tasks saved on the database. Is there any way to accomplish this? thanks in advance ! I think this would be a very good question to ask the people who developed/support your database application. |
#3
|
|||
|
|||
![]()
You are going to have to capture two events in your application in order
accomplish what you want. One is the Write event for the item that you are editing; the Second is the BeforeItemDelete event for the item. Once you capture those events you will be able to send updates to the database. regards, Thaddaeus. "Deck" wrote in message ... I have an application that creates tasks on a database and outlook at the same time. That's the easy part. The problem is if the user edited or deleted the outlook tasks, I want the changes to reflect on tasks saved on the database. Is there any way to accomplish this? thanks in advance ! |
#4
|
|||
|
|||
![]()
is there any example i can have a look at ?
thanks "Thaddaeus Parker" wrote in message ... You are going to have to capture two events in your application in order accomplish what you want. One is the Write event for the item that you are editing; the Second is the BeforeItemDelete event for the item. Once you capture those events you will be able to send updates to the database. regards, Thaddaeus. "Deck" wrote in message ... I have an application that creates tasks on a database and outlook at the same time. That's the easy part. The problem is if the user edited or deleted the outlook tasks, I want the changes to reflect on tasks saved on the database. Is there any way to accomplish this? thanks in advance ! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Synchronising public folder to personal folders | Richard Edwards | Outlook - General Queries | 5 | March 20th 06 03:02 PM |
Outlook Tasks | Kirsty Grounsell | Outlook - General Queries | 1 | March 13th 06 06:46 AM |
Tasks Broken? | AndreZ | Outlook - General Queries | 8 | March 7th 06 12:35 AM |
Outlook Password Changing / Synchronising | steve | Outlook - Installation | 0 | February 2nd 06 05:51 PM |
Tasks / assigning them... | Ivan T. Williams | Outlook - General Queries | 0 | January 25th 06 03:13 PM |