![]() |
| 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. |
|
|||||||
| Tags: appointment, creates, customized, default, form, made, problem, while |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I have customized the outlook form Form-Design Forms-Calender-P.2 and renamed it to "FindConf". I have made this form to default so that whenever I try to send meeting reques this forms appear along with Appointment and Scheduling tab. My customized form is working fine as expected but I have following problem after integrated it with Outlook(by making it default). Here problem is when I send the metting request to user then that user could not see the content of the meeting and he see following message: "The item contains active content that cannot be displayed in the Reading Pane. Open the item to read its contents" Then user has to double click on mail to view this content. Other problem is when user clicks double click on the mail it also display FindCongf my customized form along with Appointment. I dont want it to display it when user receives the meeting request like Scheduling tab will not be displayed. Could any one please help me out in this two problems. Thanks, Paresh |
| Ads |
|
#2
|
|||
|
|||
|
The first issue is normal and expected behavior with custom forms.
I'm confused about the second issue. Are you saying that you want the custom form to be visible only to you, not to recipients? (If so, why use a custom form in the first place?) -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "masani paresh" wrote: Hi, I have customized the outlook form Form-Design Forms-Calender-P.2 and renamed it to "FindConf". I have made this form to default so that whenever I try to send meeting reques this forms appear along with Appointment and Scheduling tab. My customized form is working fine as expected but I have following problem after integrated it with Outlook(by making it default). Here problem is when I send the metting request to user then that user could not see the content of the meeting and he see following message: "The item contains active content that cannot be displayed in the Reading Pane. Open the item to read its contents" Then user has to double click on mail to view this content. Other problem is when user clicks double click on the mail it also display FindCongf my customized form along with Appointment. I dont want it to display it when user receives the meeting request like Scheduling tab will not be displayed. Could any one please help me out in this two problems. Thanks, Paresh |
|
#3
|
|||
|
|||
|
It is expected behaviour means we can not solve it??
Yes I want recipient should not able to see because the cusomized form is just to meant for meeting sender and not for receiver. just like Scheduling tab will not be disaplayed when receiver received the meeting request. but while sending sender can see it and add the attendees. Thanks, Paresh "Sue Mosher [MVP-Outlook]" wrote: The first issue is normal and expected behavior with custom forms. I'm confused about the second issue. Are you saying that you want the custom form to be visible only to you, not to recipients? (If so, why use a custom form in the first place?) -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "masani paresh" wrote: Hi, I have customized the outlook form Form-Design Forms-Calender-P.2 and renamed it to "FindConf". I have made this form to default so that whenever I try to send meeting reques this forms appear along with Appointment and Scheduling tab. My customized form is working fine as expected but I have following problem after integrated it with Outlook(by making it default). Here problem is when I send the metting request to user then that user could not see the content of the meeting and he see following message: "The item contains active content that cannot be displayed in the Reading Pane. Open the item to read its contents" Then user has to double click on mail to view this content. Other problem is when user clicks double click on the mail it also display FindCongf my customized form along with Appointment. I dont want it to display it when user receives the meeting request like Scheduling tab will not be displayed. Could any one please help me out in this two problems. Thanks, Paresh |
|
#4
|
|||
|
|||
|
It is expected behaviour means we can not solve it??
Correct. As for your other issue, one solution might be to design the form with the page hidden and then use code in the Item_Open event handler to display it (Inspector.ShowFormPage) only on new items (Item.Size = 0). -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "masani paresh" wrote: It is expected behaviour means we can not solve it?? Yes I want recipient should not able to see because the cusomized form is just to meant for meeting sender and not for receiver. just like Scheduling tab will not be disaplayed when receiver received the meeting request. but while sending sender can see it and add the attendees. "masani paresh" wrote: Hi, I have customized the outlook form Form-Design Forms-Calender-P.2 and renamed it to "FindConf". I have made this form to default so that whenever I try to send meeting reques this forms appear along with Appointment and Scheduling tab. My customized form is working fine as expected but I have following problem after integrated it with Outlook(by making it default). Here problem is when I send the metting request to user then that user could not see the content of the meeting and he see following message: "The item contains active content that cannot be displayed in the Reading Pane. Open the item to read its contents" Then user has to double click on mail to view this content. Other problem is when user clicks double click on the mail it also display FindCongf my customized form along with Appointment. I dont want it to display it when user receives the meeting request like Scheduling tab will not be displayed. |
|
#5
|
|||
|
|||
|
Unless and untill user clicks on the find conf room button how would I know whether Item.Size if 0 or not. Could you tell me why Scheduling tab is not getting displayed when user received the meeting request from some other user? It is expected behaviour means we can not solve it?? Correct. I think if we cannot solve this then there is no point to make my customized form as a default one. Could you tell me how can I use just P.2(which is the tab I have customized and renamed to FindConf) easily. I don't want Appointment and Scheduling tabs along with my customized form. User should just need to click some where to open my customized form FindConf and find conf room and close it. Thanks, Paresh "Sue Mosher [MVP-Outlook]" wrote: It is expected behaviour means we can not solve it?? Correct. As for your other issue, one solution might be to design the form with the page hidden and then use code in the Item_Open event handler to display it (Inspector.ShowFormPage) only on new items (Item.Size = 0). -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "masani paresh" wrote: It is expected behaviour means we can not solve it?? Yes I want recipient should not able to see because the cusomized form is just to meant for meeting sender and not for receiver. just like Scheduling tab will not be disaplayed when receiver received the meeting request. but while sending sender can see it and add the attendees. "masani paresh" wrote: Hi, I have customized the outlook form Form-Design Forms-Calender-P.2 and renamed it to "FindConf". I have made this form to default so that whenever I try to send meeting reques this forms appear along with Appointment and Scheduling tab. My customized form is working fine as expected but I have following problem after integrated it with Outlook(by making it default). Here problem is when I send the metting request to user then that user could not see the content of the meeting and he see following message: "The item contains active content that cannot be displayed in the Reading Pane. Open the item to read its contents" Then user has to double click on mail to view this content. Other problem is when user clicks double click on the mail it also display FindCongf my customized form along with Appointment. I dont want it to display it when user receives the meeting request like Scheduling tab will not be displayed. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Customized appointment P.2 form problems | masani paresh[_2_] | Outlook - Using Forms | 0 | August 28th 08 12:18 PM |
| When i open an existing appointment in Outlook Calendar, then close, it automatically creates an unwanted recurring appointment. | David H | Outlook - Calandaring | 1 | June 28th 07 11:32 AM |
| Customized Appointment form keeps reverting to default form | John E. | Outlook - Using Forms | 3 | December 30th 06 03:57 PM |
| Appointment form customized and face problems | Safal | Outlook - Using Forms | 6 | November 20th 06 02:03 PM |
| Problem Printing Customized Outlook Form using Word Template | ajkim001 | Outlook - Using Forms | 15 | April 28th 06 06:28 PM |