The Appointment form automatically opens in Edit mode. Does anyone know how to prevent this?
It looks like IBM used LotusScript to force the doc into edit mode, but I can not seem to find out where it is.
Thanks,
E
The Appointment form automatically opens in Edit mode. Does anyone know how to prevent this?
It looks like IBM used LotusScript to force the doc into edit mode, but I can not seem to find out where it is.
Thanks,
E
Subject: Appointment Entry in mailbox
In the Lotusscript CSCalendarEntry you will find in the declarations section a line starting with NAMECompare where EditMode is set to True.
Subject: RE: Appointment Entry in mailbox
Thanks Rob. That was exactly the spot.
Erskine