Task form created in outlook 2007

Status
Not open for further replies.

pjeffers

Member
I have an old custom task form application. It was developed in Outlook 2007.
We are now on Outlook 2013.
Issue 1: I have a lot of UDP fields

If I can get them to delete all of tasks, Can I assume that I could then delete any UDP fields not used so that
all new tasks will just the the ones left or new ones created?

If not:
do you have VBA code to run and "clean" up the old tasks.

Issue 2:

I have vbscript that does validation, brings up calendar, populates other fields based on a modification to a field. If i create a new task, this code runs. If I open a new task that I created and save, and then reopen it the script does not run.. It did in outlook 2007 when I created it.


thanks again for your help
 
1. You want to delete the actual tasks that are in the folder or change the custom form/delete the old fields? Deleted the tasks is easy - i probably have some code around here somewhere. Deleting the custom fields via VBA is more difficult (I think). I don't have code samples that do that.

Yes, you'll be able to delete the fields from the folder once all tasks using the form an/or fields are deleted.

2. Where is the script stored? Is it a new item script?
 
I will each person delete the tasks in thier task folder, so there should not be anything there.
Then I would like to make changes to the form and publish and have them install it
I will test it on my machine first. I should have thought of that.
I just dont want to create one off tasks.

The script is there when I presss view code. It is not a module. I went back to an earlier task and all worked. So I deleted all the tasks I had created. It now works with new tasks and old tasks. I dont know what I did
but thanks for your help.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
wayneame Changing the Form Used by Existing Task Items in a Folder Outlook VBA and Custom Forms 4
F Validation on custom task form after task acceptance Outlook VBA and Custom Forms 1
D Using a VBA Custom Form to Send Reoccurring Email Upon Task Completion Outlook VBA and Custom Forms 4
P Custom form reverts from task Outlook VBA and Custom Forms 1
M Recurring icon for custom form task item Outlook VBA and Custom Forms 6
J Best approach for restarting custom task form development after seemingly corrupt form environment Outlook VBA and Custom Forms 0
L Custom task form issues! Using Outlook 1
S Outlook to validate task form before sending Using Outlook 5
W Custom Task Form: Scrollbars Do Not Appear On Textbox Using Outlook 4
D create auto number field in task form Outlook VBA and Custom Forms 4
K Need help Publishing a new Task form! Outlook VBA and Custom Forms 1
S Custom Task Form - Reminder Control Outlook VBA and Custom Forms 1
N Custom Task form - security Outlook VBA and Custom Forms 5
C create a button go to linked account on a task form BCM (Business Contact Manager) 3
C Task form fields Outlook VBA and Custom Forms 2
C Form Region, Task Pain, Ribbon Extension - which way is best? Outlook VBA and Custom Forms 1
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
D Copy Appointment Body to Task Body Outlook VBA and Custom Forms 0
K Daily Task List Minimized Cannot Display Using Outlook 5
S Outlook 2016 Understand and customize prepended behavior of recurring task Using Outlook 0
B Outlook 365 Populate Outlook Task UDFs from a UDF text string Outlook VBA and Custom Forms 2
K Multiple copies of task being created Using Outlook 2
P Short Date Format when typing in a task Using Outlook 2
C Outlook 2013 Task Recurrence - Third Friday After the Second Tuesday Using Outlook 2
P Task display now leaves little room for notes Using Outlook 10
C-S-R How to clear an Outlook (To Do) Task Flag? Using Outlook 8
G Event when creating task from mailitem Outlook VBA and Custom Forms 2
P Changing the font that the task view shows Using Outlook 5
D How To Combine Share Task Folders in just one Folder Using Outlook 0
P Can I create a Rule that sends me an email when I get a Task? Using Outlook 2
G Arggh, weakness of reminder for every Task recurrence Using Outlook 0
P Can't paste an image into a task Using Outlook 3
J Office 365 erased all of my task views Using Outlook 3
T Report For Task Recurrance Outlook VBA and Custom Forms 4
E Can't accept or decline task (no button appears) Using Outlook 2
Z VBA to convert email to task, insert text of email in task notes, and attach copy of original email Outlook VBA and Custom Forms 4
Z Task Filter Not Working When I add too many criteria Using Outlook 0
X If you change expiration date of repeated task it dupplicates Using Outlook 1
Z How to show concatenated categories in list task view? Using Outlook 2
Z VBA to Collapse Task Folder Groups Outlook VBA and Custom Forms 1
E To convert imported data to custom fields in Task list Outlook VBA and Custom Forms 1
I Help with dates in task list. Using Outlook 5
Y Outlook Task View - Table Format - Customize Reminder Time to Drop-Down Selection Using Outlook 2
M Daily Task List Minimized Cannot Display Using Outlook 2
P Add a contact to the New Task in Outlook 2016 Using Outlook 2
S Codes for "Mark Complete" the task Outlook VBA and Custom Forms 2
W Deleting Sent Task Email, Deletes the task from my list Using Outlook 1
K Task priority modification Using Outlook 4
F Search folder for tasks in all task folders Using Outlook 1
JohnViuf Export task list view settings to other pc Outlook VBA and Custom Forms 16

Similar threads

Back
Top