![]() |
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,
here the code were i have implement the "item.save"-command: --- Sub Item_CustomPropertyChange(ByVal Name) if CB5Source = 0 then Dim RetMsgBox Select Case Name Case "Mahnung1" If item.userproperties("Mahnung1").Value = false then RetMsgBox = MsgBox ("Are you ...?", vbYesNo, "ATTENTION!") if RetMsgBox = vbYes then item.userproperties("Mahnung1").Value = False item.userproperties("MB1").Value = "01.01.4501 04:00:00" Item.GetInspector.ModifiedFormPages("Inkassi").Con trols("LabelMB1").Visible = false item.userproperties("aktMahnstufe").Value = "" GetInspector.ModifiedFormPages("Test").Controls("C ommandButton6").Caption = "1. sollecito" item.save elseif RetMsgBox = vbNo then end if end if Case "Mahnung2" ... End Select end if end sub --- after i respond with "Yes" on the Dialogbox the command item.save will save my item. My question: Why, when i then immediately will close my item i receive another time the question if i will save my item or not? thx & bye Oskar |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 - in Calendar - get error message 'cannot save item' | Martina | Outlook - Calandaring | 0 | April 19th 07 03:20 PM |
Item.Save and Item.Close Script causes Outlook 2007 to Crash | Rayyan | Outlook - Using Forms | 6 | November 25th 06 04:14 AM |
Error "could not save item" in Outlook 2003 | didi | Outlook - Calandaring | 2 | August 7th 06 07:33 PM |
Outlook should ask if I want to save a sent item | Jamesy W FBorough | Outlook - Installation | 1 | July 11th 06 10:17 PM |
Outlook 2003 throws an unhandled exception when I save a new item | Engineer Rick | Outlook - Calandaring | 0 | January 30th 06 06:57 AM |