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 » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Prompts in Outlook Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 29th 09, 12:45 PM posted to microsoft.public.outlook.program_forms
LDMueller
external usenet poster
 
Posts: 53
Default Prompts in Outlook Form

In Outlook 2003 I have a published form which is a basic letter with the
following in the message box as follows:

Our File Number: XXX
Entitled “XXX”
Issued XXX

Dear XXX:

The 7½ year maintenance fee was duly paid for the above-referenced
patent, as indicated on the attached communication from the U.S. Patent and
Trademark Office. The patent will now remain in force for an additional four
years.

No further action on this patent is required until XXX, at which time
the 11½ year maintenance fee becomes due. We have docketed that date and
recommend that you calendar it as well.

If you have any questions in connection with this matter, please call
XXX.

Sincerely,

Currently I have my user pressing F4 to search for the "XXX" which then they
type the information, then press F4 to go to the next "XXX".

Is there a way to run the form and then be prompted for the information
which goes in the "XXX" fields? I'm thinking I should put some code in the
form, like the following, but I'm not sure how to get it working. I don't
really have Form Fields in this form.

'Prompt user for Our File Number
strFileNo = InputBox("Please enter Our File Number", _
"File Number")

Any assistance would be greatly appreciated.

Thanks,

LDMueller

  #2  
Old July 29th 09, 02:08 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Prompts in Outlook Form

Are you planning to send these to external recipients? I would not use a
published form for that, certainly not without a lot of testing, because in
many environments it will create attachment problems for external recipients
who are not using Outlook. I would handle this either with a Word document
and mail merge or as a saved .oft file with a VBA macro to create a new item
from the file and then prompt the user -- preferably with a VBA user form,
but multiple InputBox() calls would also work. Instead of XXX, you'd want a
unique token string in the message body for each "field."

If you don't want to write code, you might want to look at the Email
Templates tool at http://www.emailtemplates.com.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"LDMueller" wrote in message
...
In Outlook 2003 I have a published form which is a basic letter with the
following in the message box as follows:

Our File Number: XXX
Entitled "XXX"
Issued XXX

Dear XXX:

The 7 year maintenance fee was duly paid for the above-referenced
patent, as indicated on the attached communication from the U.S. Patent
and
Trademark Office. The patent will now remain in force for an additional
four
years.

No further action on this patent is required until XXX, at which time
the 11 year maintenance fee becomes due. We have docketed that date and
recommend that you calendar it as well.

If you have any questions in connection with this matter, please call
XXX.

Sincerely,

Currently I have my user pressing F4 to search for the "XXX" which then
they
type the information, then press F4 to go to the next "XXX".

Is there a way to run the form and then be prompted for the information
which goes in the "XXX" fields? I'm thinking I should put some code in
the
form, like the following, but I'm not sure how to get it working. I don't
really have Form Fields in this form.

'Prompt user for Our File Number
strFileNo = InputBox("Please enter Our File Number", _
"File Number")

Any assistance would be greatly appreciated.

Thanks,

LDMueller



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Anywhere Repeatedly Prompts for Password William Hudson Outlook - Installation 3 May 18th 08 07:58 PM
Outlook 2k7 prompts for Choose Profile on Send Terry Bridges Outlook - Installation 0 November 20th 07 04:36 PM
Outlook 2003 Scurity Prompts Lucia Outlook and VBA 2 August 18th 06 03:22 PM
Repeated Outlook CDO Update Prompts Neal Outlook - General Queries 1 January 17th 06 10:32 PM


All times are GMT +1. The time now is 05:20 AM.


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.