A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , , , , ,

Appointment Customized form creates problem while made it default





 
 
Thread Tools Display Modes
  #1  
Old August 28th 08, 12:24 PM posted to microsoft.public.outlook.program_forms
masani paresh[_2_]
external usenet poster
 
Posts: 58
Default Appointment Customized form creates problem while made it default

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  
Old August 28th 08, 01:33 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Appointment Customized form creates problem while made it default

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  
Old August 28th 08, 03:14 PM posted to microsoft.public.outlook.program_forms
masani paresh[_2_]
external usenet poster
 
Posts: 58
Default Appointment Customized form creates problem while made it defa

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  
Old August 28th 08, 05:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Appointment Customized form creates problem while made it defa

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  
Old August 29th 08, 10:15 AM posted to microsoft.public.outlook.program_forms
masani paresh[_2_]
external usenet poster
 
Posts: 58
Default Appointment Customized form creates problem while made it defa


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +1. The time now is 10:58 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Property for sale in Spain - Record Internet Radio with Tags - Car Insurance Quotes - Web directory - Loan