![]() |
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 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 |
Display Modes | |
|
|
![]() |
||||
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 |