A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 25 of 26
Search took 0.03 seconds.
Search: Posts made by: John Lane
Forum: Outlook and VBA May 4th 07, 07:46 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 308
Posted By John Lane
Need Help Adding Body Part

I want to add an Access generated .snp file to the body of a email message. I
thought I could do it with AddBodyPart in CDO, but I am unable to figure out
what
kind of content-type it is and now I...
Forum: Outlook and VBA April 27th 07, 02:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 843
Posted By John Lane
HELP! Custom Form Events

I thought forms could only be published to Exchange folders. Can they be
published to a file system file? Thanks.

"Sue Mosher [MVP-Outlook]" wrote:

Saving it to the .oft file makes a backup copy...
Forum: Outlook - Using Forms April 27th 07, 02:34 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 460
Posted By John Lane
Question on Custom Form and Protected Fields

Is there a way to protect or disable a field after data is entered so that at
the recipient end the viewer cannot change the values in a custom field, and
still NOT us VB code to change the Enabled...
Forum: Outlook and VBA April 26th 07, 07:22 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 843
Posted By John Lane
HELP! Custom Form Events

Well, I publish it, then save it to the .oft file. It was the only way I
could figure out
how to make an .oft file out of the published form. But you're right, it
didn't work. And in corporate...
Forum: Outlook - Using Forms April 26th 07, 04:22 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 690
Posted By John Lane
Can't Get From Field in Custom Form

The code below in a custom form displays various fields except the From field
(which I dragged over from the Field Chooser). I used the name in the
properties, but I guess that's not it - the VB...
Forum: Outlook and VBA April 26th 07, 02:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 843
Posted By John Lane
HELP! Custom Form Events

Sorry. Meant "Save As" on the File pull down. Thanks for the heads up on
forms. Was in here as I was fooling with VB, so figured this was the place to
put my question.

"Sue Mosher [MVP-Outlook]"...
Forum: Outlook and VBA April 25th 07, 09:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 843
Posted By John Lane
HELP! Custom Form Events

So will code run if I publish it then export it? Thanks.

"Sue Mosher [MVP-Outlook]" wrote:

Code runs only on published forms, not on items created with an .oft file.

Item is an intrinsic...
Forum: Outlook and VBA April 25th 07, 07:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 843
Posted By John Lane
HELP! Custom Form Events

Below is code I have in a custom Outlook (2003) form but it doesn't fire
when I change or click into the Subject field or any field. Does "Item" have
to be defined or something? I followed the...
Forum: Outlook and VBA April 25th 07, 05:14 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 402
Posted By John Lane
New Help With Custom Form Event

And it's an .oft file...

"John Lane" wrote:

That should have read "Need Help...!

I also should have added that I put the code in the Script Editor pane and
it didn't work, and then I...
Forum: Outlook and VBA April 25th 07, 05:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 402
Posted By John Lane
New Help With Custom Form Event

That should have read "Need Help...!

I also should have added that I put the code in the Script Editor pane and
it didn't work, and then I tried it in the Visual Basid Editor (Alt F11) and
it...
Forum: Outlook and VBA April 25th 07, 03:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 402
Posted By John Lane
New Help With Custom Form Event

Below is code I have in a custom Outlook (2003) form but it doesn't fire
when I change or click into the Subject field or any field. Does "Item" have
to be defined or something? I followed the...
Forum: Outlook and VBA March 28th 07, 09:18 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 880
Posted By John Lane
How Do I Get Outlook Startup Event to Fire?

Never mind. yes it did. I have it in a custom form. I didn't realize by just
being in the custom form, even though it isn't launched, causes the standard
form to display the message too.

"John...
Forum: Outlook and VBA March 28th 07, 09:10 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 880
Posted By John Lane
How Do I Get Outlook Startup Event to Fire?

Below is the code for a message box for the Start Event (right out of the
example). Nothing happens. The code is in
ThisOutlookSession/Application/Start. Any ideas? Thanks.

Private Sub...
Forum: Outlook and VBA March 28th 07, 08:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 720
Posted By John Lane
Message Header

Never mind. The intrinsic application object, eh?

"John Lane" wrote:

And not see the popup message.

"John Lane" wrote:

How does one get at the message header programatically? I don't...
Forum: Outlook and VBA March 28th 07, 07:50 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 720
Posted By John Lane
Message Header

And not see the popup message.

"John Lane" wrote:

How does one get at the message header programatically? I don't see a
property for it. Thanks.
Forum: Outlook and VBA March 28th 07, 07:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 720
Posted By John Lane
Message Header

How does one get at the message header programatically? I don't see a
property for it. Thanks.
Forum: Outlook and VBA March 23rd 07, 07:57 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 576
Posted By John Lane
Can't Get UserProperties To Work on Custom Form

Never mind. I'm stupid. I used the wrong Find value. So you have to use the
name of the custom field in the user defined field list, not the name it
acquires when it is placed on the form.

"John...
Forum: Outlook and VBA March 23rd 07, 07:44 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 576
Posted By John Lane
Can't Get UserProperties To Work on Custom Form

Please see the code snippet below. I have tried the three variations of
UserProperties and it always comes up with "Object variable or With variable
not set". Could someone adivse on what the...
Forum: Outlook - Using Forms March 23rd 07, 06:49 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 892
Posted By John Lane
Why is Insert/Item greyed out on custom form?

Yep. Put it back in and it worked! Thanks!

"Sue Mosher [MVP-Outlook]" wrote:

Did you remove the message/notes control?
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft...
Forum: Outlook - Using Forms March 23rd 07, 02:46 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 892
Posted By John Lane
Why is Insert/Item greyed out on custom form?

The Insert/Item on the tool bar is greyed out on my custom form? Does the
registry have to be changed? Thanks.
Forum: Outlook - Using Forms March 22nd 07, 05:49 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 740
Posted By John Lane
Need Help with Custom Forms

Hurray! I checked the "send form definition with item" and it worked! Ok, so
now how do I distribute the thing? Everything I read is pretty confusing.
Thanks.

"John Lane" wrote:

OK, I just put...
Forum: Outlook - Using Forms March 22nd 07, 04:32 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 740
Posted By John Lane
Need Help with Custom Forms

OK, I just put the field on the Edit Read Page. Previously (on 24?) I had
unchecked the "send form definition with item" check box and the form is in a
new library. And it still does not display...
Forum: Outlook - Using Forms March 22nd 07, 04:18 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 740
Posted By John Lane
Need Help with Custom Forms

Yep (I forgot!). Thanks. While you here --- how do I email the custom form to
someone? Thanks again.

"Sue Mosher [MVP-Outlook]" wrote:

Did you publish the form to the Organizational Forms...
Forum: Outlook - Using Forms March 22nd 07, 03:20 PM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 740
Posted By John Lane
Need Help with Custom Forms

I created a test custom message form with one field in addition to To: From:
and CC:. I then used to email to myself. The message that turned up in the
InBox did not have the custom new field. What...
Forum: Outlook and VBA May 18th 06, 09:08 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 1,178
Posted By John Lane
Non-default Mailbox

So I guess I am suppsoed to use GetSharedDefaultFolder, but that wants to use
CreateRecipient, but the recipient already exists. Or does it just check to
see if the recipient exists? Form the...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT +1. The time now is 05:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.