B
Benoit Greuzat
I use this simple code to add a text to a message body of a custom form:
Sub moretxt_Click()
Dim more
more = Item.UserProperties.Find("Text").value
Item.Body = Item.Body + more
Item.UserProperties.Find("Text")=""
End Sub
When i close the form Outlook 2002 detect that the item has been modified
and ask me to save. Outlook 2003 dosesn't detect it and close the form
without saving. I can't find any way of doing this with outlook 2003 ?
Thanks,
Benoit
Sub moretxt_Click()
Dim more
more = Item.UserProperties.Find("Text").value
Item.Body = Item.Body + more
Item.UserProperties.Find("Text")=""
End Sub
When i close the form Outlook 2002 detect that the item has been modified
and ask me to save. Outlook 2003 dosesn't detect it and close the form
without saving. I can't find any way of doing this with outlook 2003 ?
Thanks,
Benoit