Hi all,Some urgent help is needed related to the Room Reservation database:-
There is a button on the Calender’s view in the Room res. db - “View by Site”, which displays the documents by the selected “Site”.
The formula written for this button is-
choice:=@PickList([Custom] : [Single]; @DbName; “($Sites)”;“View by Site”;“Select the Site you want to see:”; 2);
@SetEnvironment( “RoomSelected” ; “” );
@SetViewInfo([SetViewFilter];choice;“$26”;False;1)
The entries are dispalyed correctly by the Site name except for this condition-
If a user books a room for a meeting that runs past 12 midnight, that meeting appears in the Calendar view for ALL sites (regardless of which site that meeting is).
For example, there was a meeting last night starting at 11pm to 1 AM for a particular room, then this meeting then appears at the top of ALL Calendars, regardless of which site is slected.
The code written on the postopen event of the view is :
choice:=@PickList([Custom] : [Single]; @DbName; “($Sites)”;“View by Site”;“Select the Site you want to see:”; 2);
@SetViewInfo([SetViewFilter];choice;“$26”; 0)
Please suggest what is the issue.
Thanx in advance!