![]() |
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 |
#2
|
|||
|
|||
![]()
What do you actually see on the new task? Where is your form published? To work in this scenario, it needs to be published either to Organizational Forms, to Personal Forms, or to the forms library on each folder where items are stored. Also, you may need to create the custom fields in the target folder, if you want them to be displayed there in folder views.
Note that you are moving an item, not a form. A form is the code/UI template. It is the item that contains the data that the form displays. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "koops2121" u37561@uwe wrote in message news:78760171b4d50@uwe... I have a task form that I move from folder to folder in Outlook public folders. Basically when you save and close it should move to the folder above it. This worked fine before with Outlook 2000/2003. Using the code: Sub Item_Close oTask.Move oFolder End Sub Now in 2007 it doesn't do anything. I've also tried changing it so that it copies the form, then moves the copy: Sub Item_Close Set ocTask = oTask.Copy ocTask.Move oFolder End Sub This creates the new task, however none of the custom fields come over with it for whatever reason. Does anyone have any suggestions? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Public Folder with Custom Form | Joe | Outlook - Using Forms | 4 | March 5th 07 05:28 PM |
Custom form in public folder always wants to save changes | Tom G. | Outlook - Using Forms | 6 | November 10th 06 08:59 PM |
Outlook 2007 Favorite folder dissapeared after moving pst files. | [email protected] | Outlook - General Queries | 2 | September 28th 06 05:21 AM |
How to use a custom form as a default folder form ? | David | Outlook - Using Forms | 14 | July 17th 06 07:14 AM |
Fields get created in folder, not in custom form | kkarre | Outlook - Using Forms | 2 | February 2nd 06 09:56 PM |