![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I wish to have a folder based custom form that myself and 3 colleagues
can access in a shared mailbox. Each of us accesses the shared mailbox as an "additional mailbox" to our personal one. But here is my problem : 1) I cannot publish to a folder because I want instances of this custom form to be stored in multiple folders. 2) Publishing to the "Personal Forms Library" does not work as it does not share with my colleagues, and additionally is not visible from the shared mailbox 3) I cannot use "one off" forms as this results in duplication, but also the security settings in Outlook do not allow the VBScript to run. 4) I cannot publish to the "Organizational Forms Library" as my company does not allow it. Are there any other options ? Thanks in advance for any suggestions. Steve |
#2
|
|||
|
|||
![]()
Have each user publish the form to their own Personal Forms library.
Depending on how you want users to be able to invoke it, you may also want to publish it to the shared calendar. You'll need owner permission on the folder to do that. This means, of course, that when you update the form, it will need to be republished in all these places. It is essential to maintain a good versioning scheme on the (Properties) page of the form, so that you can know which version is in use at any given moment. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Shad" wrote in message ... I wish to have a folder based custom form that myself and 3 colleagues can access in a shared mailbox. Each of us accesses the shared mailbox as an "additional mailbox" to our personal one. But here is my problem : 1) I cannot publish to a folder because I want instances of this custom form to be stored in multiple folders. 2) Publishing to the "Personal Forms Library" does not work as it does not share with my colleagues, and additionally is not visible from the shared mailbox 3) I cannot use "one off" forms as this results in duplication, but also the security settings in Outlook do not allow the VBScript to run. 4) I cannot publish to the "Organizational Forms Library" as my company does not allow it. Are there any other options ? Thanks in advance for any suggestions. Steve |
#3
|
|||
|
|||
![]()
Thanks Sue,
However, instances of this form need to be stored in folders in the shared mailbox, not in user's personal mailbox. I have found that even if published to the Personal forms library, as soon as an instance of the form is copied to a folder in the shared library, it becomes a one-off and the VBscript code won't run. Regards, Steve |
#4
|
|||
|
|||
![]()
I suspect that if you look at the form's MessageClass and Size, you'll see
that it is not in fact a run-off. The lack of code execution is more likely caused by a default setting on the user's machine; see http://outlookcode.com/article.aspx?id=67 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Shad" wrote in message ... Thanks Sue, However, instances of this form need to be stored in folders in the shared mailbox, not in user's personal mailbox. I have found that even if published to the Personal forms library, as soon as an instance of the form is copied to a folder in the shared library, it becomes a one-off and the VBscript code won't run. Regards, Steve |
#5
|
|||
|
|||
![]()
Fantastic, thanks Sue. You were absolutely right - enabling the
"script in shared folders" has allowed the script to run, so I will now follow your suggestion about my colleagues all publishing to their Personal Forms Library. Regards, Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with publish custom Post form | shubhangi | Add-ins for Outlook | 6 | February 18th 08 02:12 PM |
Publish custom form MAPI error | jharris | Outlook - Using Forms | 2 | November 22nd 06 03:41 PM |
Script to publish custom form from .OFT to calendar | Patrick W. | Outlook - Using Forms | 2 | April 19th 06 02:55 PM |
Is it possible to create and publish Outlook Custom Form through VBA | [email protected] | Outlook - General Queries | 3 | March 10th 06 09:25 PM |
Is it possible to create and publish Outlook Custom Form through VBA | [email protected] | Outlook - General Queries | 1 | March 10th 06 02:51 PM |