![]() |
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
|
|||
|
|||
![]()
Hi,
I have created a custom form based on the appointment form. I have also created serveral new fields one of which contains a random number. I would like for this value to appear in the subject field too so that is visible from the main calendar page. So the question is how can I populate the subect field from custom field I have created Or Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ? Regards Rob |
#2
|
|||
|
|||
![]()
Is there way of showing the custom fields that I have created on the
main calendar page so that the appointment does not have to be opened to see all the data ? No. how can I populate the subect field from custom field I have created Need more specifics: When do you want to see it populated? What do you want it to look like? What happens to the subject text the user types in? What field holds the information you want to add? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roblowein" wrote in message ups.com... I have created a custom form based on the appointment form. I have also created serveral new fields one of which contains a random number. I would like for this value to appear in the subject field too so that is visible from the main calendar page. So the question is how can I populate the subect field from custom field I have created Or Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ? |
#3
|
|||
|
|||
![]()
Hi Sue ... thanks for the quick reply,
I would like to see the subject field populated with the random number when the form is created for the 1st time If possible I would like to have it as the 1st entry in the box so that any other data (name and address and job description) will be added after the random number (the random number acts as job refernce and invoice number.) When I am more upto speed with VBA and VBS and OUtlook Objects (my background is HP-UX, Solaris, Linux) I plan to make it a sequential number prefixed by a fixed ID (eg staff number) and with the other custom fields on page2 export the data to excel to send out an invoice etc Regards Rob Lowein On 4 Jan, 16:04, "Sue Mosher [MVP-Outlook]" wrote: Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?No. how can I populate the subect field from custom field I have createdNeed more specifics: When do you want to see it populated? What do you want it to look like? What happens to the subject text the user types in? What field holds the information you want to add? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roblowein" wrote in oglegroups.com... I have created a custom form based on the appointment form. I have also created serveral new fields one of which contains a random number. I would like for this value to appear in the subject field too so that is visible from the main calendar page. So the question is how can I populate the subect field from custom field I have created Or Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?- Hide quoted text -- Show quoted text - |
#4
|
|||
|
|||
![]()
If all the data to build the subject is coming from other fields on the item, then a formula behind the Subject field would be a good solution.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roblowein" wrote in message ups.com... Hi Sue ... thanks for the quick reply, I would like to see the subject field populated with the random number when the form is created for the 1st time Then you'll put code in the Item_Open event or use a formula behind the Subject field. If possible I would like to have it as the 1st entry in the box so that any other data (name and address and job description) will be added after the random number (the random number acts as job refernce and invoice number.) When I am more upto speed with VBA and VBS and OUtlook Objects (my background is HP-UX, Solaris, Linux) I plan to make it a sequential number prefixed by a fixed ID (eg staff number) and with the other custom fields on page2 export the data to excel to send out an invoice etc Regards Rob Lowein On 4 Jan, 16:04, "Sue Mosher [MVP-Outlook]" wrote: Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?No. how can I populate the subect field from custom field I have createdNeed more specifics: When do you want to see it populated? What do you want it to look like? What happens to the subject text the user types in? What field holds the information you want to add? "roblowein" wrote in oglegroups.com... I have created a custom form based on the appointment form. I have also created serveral new fields one of which contains a random number. I would like for this value to appear in the subject field too so that is visible from the main calendar page. So the question is how can I populate the subect field from custom field I have created Or Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?- Hide quoted text -- Show quoted text - |
#5
|
|||
|
|||
![]()
Again Sue .. thanks for the reply...
I am right in thinking that the only way to add a formula to the subject field is via VBS / VBA ... rather that directly from the subject field definition (ie like a custom field where you can add values and formulas etc. Regards rob Sue Mosher [MVP-Outlook] wrote: If all the data to build the subject is coming from other fields on the item, then a formula behind the Subject field would be a good solution. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roblowein" wrote in message ups.com... Hi Sue ... thanks for the quick reply, I would like to see the subject field populated with the random number when the form is created for the 1st time Then you'll put code in the Item_Open event or use a formula behind the Subject field. If possible I would like to have it as the 1st entry in the box so that any other data (name and address and job description) will be added after the random number (the random number acts as job refernce and invoice number.) When I am more upto speed with VBA and VBS and OUtlook Objects (my background is HP-UX, Solaris, Linux) I plan to make it a sequential number prefixed by a fixed ID (eg staff number) and with the other custom fields on page2 export the data to excel to send out an invoice etc Regards Rob Lowein On 4 Jan, 16:04, "Sue Mosher [MVP-Outlook]" wrote: Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?No. how can I populate the subect field from custom field I have createdNeed more specifics: When do you want to see it populated? What do you want it to look like? What happens to the subject text the user types in? What field holds the information you want to add? "roblowein" wrote in oglegroups.com... I have created a custom form based on the appointment form. I have also created serveral new fields one of which contains a random number. I would like for this value to appear in the subject field too so that is visible from the main calendar page. So the question is how can I populate the subect field from custom field I have created Or Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?- Hide quoted text -- Show quoted text - |
#6
|
|||
|
|||
![]()
No, you're wrong about that. There's no reason you can't put the Subject field on a hidden custom page and build a formula for it through that text box's Properties dialog.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "roblowein" wrote in message ups.com... Again Sue .. thanks for the reply... I am right in thinking that the only way to add a formula to the subject field is via VBS / VBA ... rather that directly from the subject field definition (ie like a custom field where you can add values and formulas etc. Sue Mosher [MVP-Outlook] wrote: If all the data to build the subject is coming from other fields on the item, then a formula behind the Subject field would be a good solution. "roblowein" wrote in message ups.com... Hi Sue ... thanks for the quick reply, I would like to see the subject field populated with the random number when the form is created for the 1st time Then you'll put code in the Item_Open event or use a formula behind the Subject field. If possible I would like to have it as the 1st entry in the box so that any other data (name and address and job description) will be added after the random number (the random number acts as job refernce and invoice number.) When I am more upto speed with VBA and VBS and OUtlook Objects (my background is HP-UX, Solaris, Linux) I plan to make it a sequential number prefixed by a fixed ID (eg staff number) and with the other custom fields on page2 export the data to excel to send out an invoice etc Regards Rob Lowein On 4 Jan, 16:04, "Sue Mosher [MVP-Outlook]" wrote: Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?No. how can I populate the subect field from custom field I have createdNeed more specifics: When do you want to see it populated? What do you want it to look like? What happens to the subject text the user types in? What field holds the information you want to add? "roblowein" wrote in oglegroups.com... I have created a custom form based on the appointment form. I have also created serveral new fields one of which contains a random number. I would like for this value to appear in the subject field too so that is visible from the main calendar page. So the question is how can I populate the subect field from custom field I have created Or Is there way of showing the custom fields that I have created on the main calendar page so that the appointment does not have to be opened to see all the data ?- Hide quoted text -- Show quoted text - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Customized Appointment form keeps reverting to default form | John E. | Outlook - Using Forms | 3 | December 30th 06 02:57 PM |
Customize Appointment Form | Wilson Cheung | Outlook - Using Forms | 1 | November 22nd 06 02:32 AM |
Customizing appointment form | Sherry8 | Outlook - Calandaring | 5 | October 12th 06 03:56 AM |
Corrupt Appointment form | John Smith | Outlook - General Queries | 1 | August 2nd 06 05:55 AM |
modify outlook form-appointment form | blanc | Outlook and VBA | 1 | March 24th 06 03:20 PM |