Link to home
Start Free TrialLog in
Avatar of jimm123
jimm123

asked on

Calendar Frameset

Hello,

I would like to create a Notes database that contains ONLY the calendar frameset.  Basically I just need a database with a calendar view.

How can I do this?
Avatar of Arunkumar
Arunkumar

copy the frameset from your maildb.  remove all the frames content left side and its holding panes.

now you will be left with a frameset that contains only one frame.  use it.

you should make sure that all the corresponding views in the frame are available in your database...you can alternatively customize your views based on requirements.

-arun

If you are thinking of showing the calendar then use
@PostedCommand( [OpenCalendar]; @UserName );

Or if you want the calendar view, copy the design from the mail database and incorporate into your frameset.

~Hemanth
ASKER CERTIFIED SOLUTION
Avatar of HemanthaKumar
HemanthaKumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Jimmy, Does that server your purpose completely ???