Task form fields

Status
Not open for further replies.
C

cmonroe21

I have created a custom task form using the p.2 page and now need to

replicate the "To..." button and its text box as well as the Send button. I

know I need to assign the already existing task form fields to these controls

to make them work like they do on the standard task form, but can't seem to

figure out which fields to use... I figured the To textbox would use the

"Assigned To" field or the "Recipients" field, but both of these fields are

read only?? Could you help??

(To clarify, I was able to make my other email form work without using any

coding by assigning the "To" field to my own "To" button and textbox, and by

assigning the "Subject" field to my own subject box, etc. etc... but am

having trouble doing it with the task... need to know which field to assign

to the "To..." button, the "Send" button, and the "To" textbox... this task

will need to be assigned to someone. Also, I am VERY new to the whole coding

thing! Have been able to make all my custom forms work without using it so

far! Thank you!!)


 
The Assigned To field on a task request is the equivalent of the To field

from the Mail form, but it's not a simple text box. You must drag the field

from the field list. Note, though, that task requests have some internals

that are not exposed to developers, such as the check boxes for "Keep an

updated copy" and "Send me a status report."

To create a Send button, you'd need to add a command button and write code

for its Click event.

Sue Mosher

"cmonroe21 " <u48566@uwe> wrote in message

news:96a963fe4de09@uwe...
> I have created a custom task form using the p.2 page and now need to
> replicate the "To..." button and its text box as well as the Send button.
> I
> know I need to assign the already existing task form fields to these
> controls
> to make them work like they do on the standard task form, but can't seem
> to
> figure out which fields to use... I figured the To textbox would use the
> "Assigned To" field or the "Recipients" field, but both of these fields
> are
> read only?? Could you help??

> (To clarify, I was able to make my other email form work without using any
> coding by assigning the "To" field to my own "To" button and textbox, and
> by
> assigning the "Subject" field to my own subject box, etc. etc... but am
> having trouble doing it with the task... need to know which field to
> assign
> to the "To..." button, the "Send" button, and the "To" textbox... this
> task
> will need to be assigned to someone. Also, I am VERY new to the whole
> coding
> thing! Have been able to make all my custom forms work without using it
> so
> far! Thank you!!)
 
Thank you so much! That's exactly what I needed! I appreciate the help!

And the quick response! :)

Sue Mosher [MVP] wrote:
> The Assigned To field on a task request is the equivalent of the To field
> from the Mail form, but it's not a simple text box. You must drag the field
> from the field list. Note, though, that task requests have some internals
> that are not exposed to developers, such as the check boxes for "Keep an
> updated copy" and "Send me a status report."

> To create a Send button, you'd need to add a command button and write code
> for its Click event.
> >I have created a custom task form using the p.2 page and now need to
> > replicate the "To..." button and its text box as well as the Send button.

> [quoted text clipped - 21 lines]
> > so
> > far! Thank you!!)



 
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
P Task form created in outlook 2007 Outlook VBA and Custom Forms 2
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 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