Hi All,
I am looking to read a lotus notes calendar entry through the com-handles. I have done this by picking up the calendar view handle and other methods of lotus notes.
I am picking up the calendar view handle in the following manner:-
ASSIGN chCalenderView = chLotusDatabase:GetView('($Calendar)').
Now i am facing a problem i.e., This calendar view handle (chCalenderView) only available when calendar view is open. If calendar view is not open in the lotus notes workspace then this handle becomes invalid and no other methods will be execute with this invalid handle.
Can anyone have any idea how to open a lotus notes view (Calendar view) with the code?
Please reply urgently.
I am looking to read a lotus notes calendar entry through the com-handles. I have done this by picking up the calendar view handle and other methods of lotus notes.
I am picking up the calendar view handle in the following manner:-
ASSIGN chCalenderView = chLotusDatabase:GetView('($Calendar)').
Now i am facing a problem i.e., This calendar view handle (chCalenderView) only available when calendar view is open. If calendar view is not open in the lotus notes workspace then this handle becomes invalid and no other methods will be execute with this invalid handle.
Can anyone have any idea how to open a lotus notes view (Calendar view) with the code?
Please reply urgently.