![]() |
| 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. |
|
|||||||
| Tags: attachment, form, images, submission |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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 | |
|
|
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 |