Il Calendar Profile è un documento del tuo database di posta. Per risolvere il problema, apri il tuo db di posta in designer > Shard Code > Agents e crea un nuovo agente di tipo LotusScript al cui interno, nell\'Initialize, scrivi: Dim s as new notessession Dim db as notesdatabase Dim doc as notesdocument Set db=s.currentdatabase Set doc = db.GetProfileDocument("CalendarProfile") Call doc.Remove(True) Nelle proprietà dell\'agente (ALT+INIVO) assicurati che in runtime sia selezionato \'On Event\', \'Agent list selection\' e target \'None\' (se \'None\' non dovesse esserci usa \'All new & modified documents\'). Ciao
Massimo Nadalin | Devangarde
|