Re: Newbie with runtime error
From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 03/04/04
- Next message: loadhigh: "Re: Export/Add all the email addresses to a distribution list from a table."
- Previous message: Jeff: "COM-Addin Problem when outlook is not running"
- In reply to: Scott Smith: "Re: Newbie with runtime error"
- Next in thread: Scott Smith: "Re: Newbie with runtime error"
- Reply: Scott Smith: "Re: Newbie with runtime error"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Mar 2004 07:27:16 -0500
No, it doesn't make sense, for these reasons:
-- Changes to UI are not persistent.
-- Your code doesn't save the item that's being changed. Use the Save
method.
If you want to change the item, you should change a property -- not a
control -- and save the item. See
http://www.outlookcode.com/d/propsyntax.htm for property syntax basics.
Also note: The newsgroup interface you are using apparently does not quote
earlier messages in the thread, making your latest message so short on
detail that you risk not getting the answer you're looking for. Please take
the time to quote the original message.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Scott Smith" <scottsmith@customcadsolutions.com> wrote in message
news:%23W93zVaAEHA.2660@TK2MSFTNGP10.phx.gbl...
>
>
> I'm just doing one step at a time to isolate errors as I'm learning.
>
> In the end, rather setting the control to "TEST", I'll be setting it to
> a date value calculated by adding the following: date of most recent
> mailing (calculated by searching journal entries) and number of days
> between mailings (value set per contact in custom form)
>
> Does this make sense?
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: loadhigh: "Re: Export/Add all the email addresses to a distribution list from a table."
- Previous message: Jeff: "COM-Addin Problem when outlook is not running"
- In reply to: Scott Smith: "Re: Newbie with runtime error"
- Next in thread: Scott Smith: "Re: Newbie with runtime error"
- Reply: Scott Smith: "Re: Newbie with runtime error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|