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

Tags: , , ,

form for images submission with attachment





 
 
Thread Tools Display Modes
  #1  
Old April 25th 08, 10:12 PM posted to microsoft.public.outlook.program_forms
Resi
external usenet poster
 
Posts: 15
Default form for images submission with attachment

Hello!
I am trying to set up an outlook form for colleagues to send me entries for
our images library.
I created the form main body based on the default message form with the
fields required to gather the data, however I reached a couple of stumbling
blocks!

1. how do I get the attachment function? I need for staff to attach the
photo they sent the info about to the message.

2. how do I share this form with all staff? I am rather new to forms and not
sure if I can just send the message and they can send me the info by replying
to it? or can the form sit on a public folder for all to access as and when
they need without having to look for my old message?

3. I also need for the form to be delivered to the 'media' mailbox, not
mine. (even tho it would be good to start with to be cc'ed in if that
possible just to make sure all works fine... the media mailbox is amanaged by
a volunteer)

I am using Outlook 2003 and exchange server 2003, sbs.

thanks for your help!
Resi
Ads
  #2  
Old April 25th 08, 10:41 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default form for images submission with attachment

1) You leave the mail message body control on the form. Without that, users cannot attach files.

2) You publish a message form to the Organizational Forms library on your Exchanger server. If you want people to go to a public folder to make their submissions, you'd use a post form, not a message form, and publish it to the folder.

3) If you're using a message form, run the form, add that mailbox as a recipient, then save the form as an .oft file. Open it again in design mode and remove the To and Cc controls. If you're using a post form, put code in the Item_Write event handler to forward it to the desired mailbox.

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


"Resi" wrote in message ...
Hello!
I am trying to set up an outlook form for colleagues to send me entries for
our images library.
I created the form main body based on the default message form with the
fields required to gather the data, however I reached a couple of stumbling
blocks!

1. how do I get the attachment function? I need for staff to attach the
photo they sent the info about to the message.

2. how do I share this form with all staff? I am rather new to forms and not
sure if I can just send the message and they can send me the info by replying
to it? or can the form sit on a public folder for all to access as and when
they need without having to look for my old message?

3. I also need for the form to be delivered to the 'media' mailbox, not
mine. (even tho it would be good to start with to be cc'ed in if that
possible just to make sure all works fine... the media mailbox is amanaged by
a volunteer)

I am using Outlook 2003 and exchange server 2003, sbs.

thanks for your help!
Resi

  #3  
Old April 25th 08, 11:33 PM posted to microsoft.public.outlook.program_forms
Resi
external usenet poster
 
Posts: 15
Default form for images submission with attachment

Thanks Sue!
I'll have a go tomorrow when back at work. will let you know how it goes!
thanks
Resi

"Sue Mosher [MVP-Outlook]" wrote:

1) You leave the mail message body control on the form. Without that, users cannot attach files.

2) You publish a message form to the Organizational Forms library on your Exchanger server. If you want people to go to a public folder to make their submissions, you'd use a post form, not a message form, and publish it to the folder.

3) If you're using a message form, run the form, add that mailbox as a recipient, then save the form as an .oft file. Open it again in design mode and remove the To and Cc controls. If you're using a post form, put code in the Item_Write event handler to forward it to the desired mailbox.

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


"Resi" wrote in message ...
Hello!
I am trying to set up an outlook form for colleagues to send me entries for
our images library.
I created the form main body based on the default message form with the
fields required to gather the data, however I reached a couple of stumbling
blocks!

1. how do I get the attachment function? I need for staff to attach the
photo they sent the info about to the message.

2. how do I share this form with all staff? I am rather new to forms and not
sure if I can just send the message and they can send me the info by replying
to it? or can the form sit on a public folder for all to access as and when
they need without having to look for my old message?

3. I also need for the form to be delivered to the 'media' mailbox, not
mine. (even tho it would be good to start with to be cc'ed in if that
possible just to make sure all works fine... the media mailbox is amanaged by
a volunteer)

I am using Outlook 2003 and exchange server 2003, sbs.

thanks for your help!
Resi


  #4  
Old May 13th 08, 06:10 PM posted to microsoft.public.outlook.program_forms
Resi
external usenet poster
 
Posts: 15
Default form for images submission with attachment

Hi Sue
I am not succeeding... I think I need to backtrack and figure out how to
design the new e-mail message based form. I did try but when I tested and
sent it to the vol who will be inputting the data into the software, she
recieved a blankc e-mail.

when I try to design the new form, it pop- up a message saying i haven't got
all Activex setting or something enabled. could this be the reason? is
anywhere some info step by step on designing forms?

Thanks, look forward to hear from you
R

"Sue Mosher [MVP-Outlook]" wrote:

1) You leave the mail message body control on the form. Without that, users cannot attach files.

2) You publish a message form to the Organizational Forms library on your Exchanger server. If you want people to go to a public folder to make their submissions, you'd use a post form, not a message form, and publish it to the folder.

3) If you're using a message form, run the form, add that mailbox as a recipient, then save the form as an .oft file. Open it again in design mode and remove the To and Cc controls. If you're using a post form, put code in the Item_Write event handler to forward it to the desired mailbox.

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


"Resi" wrote in message ...
Hello!
I am trying to set up an outlook form for colleagues to send me entries for
our images library.
I created the form main body based on the default message form with the
fields required to gather the data, however I reached a couple of stumbling
blocks!

1. how do I get the attachment function? I need for staff to attach the
photo they sent the info about to the message.

2. how do I share this form with all staff? I am rather new to forms and not
sure if I can just send the message and they can send me the info by replying
to it? or can the form sit on a public folder for all to access as and when
they need without having to look for my old message?

3. I also need for the form to be delivered to the 'media' mailbox, not
mine. (even tho it would be good to start with to be cc'ed in if that
possible just to make sure all works fine... the media mailbox is amanaged by
a volunteer)

I am using Outlook 2003 and exchange server 2003, sbs.

thanks for your help!
Resi


  #5  
Old May 13th 08, 06:43 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default form for images submission with attachment

To work for recipients as well as senders, the form needs to be published to the Organizational Forms library or each user's Personal Forms library with the "Send form definition with item" box on the (Properties) page unchecked. Don't forget to click the Edit Read Page button in the form design to develop a page layout for recipients. See http://www.outlookcode.com/article.aspx?id=61 for other important points about custom message forms.

For links to walkthroughs, see http://www.outlookcode.com/article.aspx?ID=35. My books also have walkthroughs.

If you get errors, give the complete text of any error message. "or something" doesn't provide much for us to go on.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Resi" wrote in message ...
Hi Sue
I am not succeeding... I think I need to backtrack and figure out how to
design the new e-mail message based form. I did try but when I tested and
sent it to the vol who will be inputting the data into the software, she
recieved a blankc e-mail.

when I try to design the new form, it pop- up a message saying i haven't got
all Activex setting or something enabled. could this be the reason? is
anywhere some info step by step on designing forms?

Thanks, look forward to hear from you
R

"Sue Mosher [MVP-Outlook]" wrote:

1) You leave the mail message body control on the form. Without that, users cannot attach files.

2) You publish a message form to the Organizational Forms library on your Exchanger server. If you want people to go to a public folder to make their submissions, you'd use a post form, not a message form, and publish it to the folder.

3) If you're using a message form, run the form, add that mailbox as a recipient, then save the form as an .oft file. Open it again in design mode and remove the To and Cc controls. If you're using a post form, put code in the Item_Write event handler to forward it to the desired mailbox.



"Resi" wrote in message ...
Hello!
I am trying to set up an outlook form for colleagues to send me entries for
our images library.
I created the form main body based on the default message form with the
fields required to gather the data, however I reached a couple of stumbling
blocks!

1. how do I get the attachment function? I need for staff to attach the
photo they sent the info about to the message.

2. how do I share this form with all staff? I am rather new to forms and not
sure if I can just send the message and they can send me the info by replying
to it? or can the form sit on a public folder for all to access as and when
they need without having to look for my old message?

3. I also need for the form to be delivered to the 'media' mailbox, not
mine. (even tho it would be good to start with to be cc'ed in if that
possible just to make sure all works fine... the media mailbox is amanaged by
a volunteer)

I am using Outlook 2003 and exchange server 2003, sbs.

thanks for your help!
Resi


 




Thread Tools
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
How to find out a relation between the embedded images and the attachment collection of an email DPM Outlook and VBA 4 November 22nd 08 01:58 PM
pasted images appear as place holders in Outlook 2003 (since updating form IE6 to IE7) Robert Aldwinckle Outlook - General Queries 0 April 22nd 08 06:52 PM
Attachment in a form proud2bhaole Outlook - Using Forms 0 March 28th 07 03:49 AM
Attachment in a form Sue Mosher [MVP-Outlook] Outlook - Using Forms 0 March 28th 07 02:58 AM
Free Link Exchange and Search Engine Submission Turonga.com Outlook Express 0 June 21st 06 05:17 AM


All times are GMT +1. The time now is 09:04 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Modded Xbox - Watch House Online - Mortgages - Credit Cards - Secured Loans