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

Customized appointment P.2 form problems



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 28th 08, 11:18 AM posted to microsoft.public.outlook.program_forms
masani paresh[_2_]
external usenet poster
 
Posts: 84
Default Customized appointment P.2 form problems

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).

The basic functionality of my customized form is to finding free conference
room and display it in ListBox control. Now user will select any conference
room followed by clicking the button selectConf so the selected conference
room will be appended to a Attandees list in Scheduling tab. Now here strange
problem occuring is given below:

If I did not touch(open) Scheduling tab before adding conference room(s)
then there is not an any problem. It is displaying free/busy status very
clearly for all the conference room(busy status in blue line).

Now I have followed following procedu

1. I have added two conf rooms say X and Y without touching(opening)
Scheduling tab.
2. I have clicked on Scheduling tab, I could see that both X and Y conf
room displays free/busy status.
3. I again went back to my FindConf tab and I selected conf Z and clicke
selectConf to add it into Attendees list.
4. I have clicked on Scheduling tab, I could see that X and Y conf rooms
still displays free/busy status but for conf room Z i could see only strips
like ///////// and not disaplaying anything.

In my code I did not included Item.Save after adding conf room in the
Item.Recipient list. But when I have added Item.Save then irrespective of
whether I have opened Scheduling tab or not for all conference room X,Y and Z
it displays strings ///////.

Please refer the code given below.

Sub CommandButton2_Click

Dim confRoomName
If Not IsNull(Item.GetInspector.ModifiedFormPages("Find Conference
Room").Controls("ListBox1").Value) Then
Item.Recipients.Add(confRoomName(0))
Item.Save //I have removed this because it not display free/busy
status as explained above
End If
End Sub

If some one face the same issue then please let me know. Basically I want
the free/busy status to be displayed for all the conf room irrespective of
whether I have opened Scheduling tab or not.

Thanks,
Paresh




 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Outlook form Mike \(NLX\) Outlook - General Queries 4 August 1st 08 09:27 PM
Com Add-in for Publishing a customized form in a public folder and setting this form as deafult form for the calendar Vidya[_2_] Add-ins for Outlook 0 September 17th 07 09:47 AM
Changing appointment form causes problems Ron Outlook and VBA 0 January 12th 07 02:55 PM
Customized Appointment form keeps reverting to default form John E. Outlook - Using Forms 3 December 30th 06 02:57 PM
Appointment form customized and face problems Safal Outlook - Using Forms 6 November 20th 06 01:03 PM


All times are GMT +1. The time now is 11:12 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.