×

Loading...
Ad by
  • 技多不压身,工到自然成:安省技工证书特训班,点击咨询报名!
Ad by
  • 技多不压身,工到自然成:安省技工证书特训班,点击咨询报名!

替朋友问个 Lotus Notes 的编程问题,谁知道哪里能找到Notes 8.5的Programming API guide?

My friend is working on an application that integrates with Lotus Notes Calendar.

For the calendar form, user can customize it to add new buttons. The app has code to add a template into _Calendar Entry to show a new button which will be able to send out invitation...

The way how it works is to open _Calendar Entry form and insert the template.When you click Calendar button on Notes home page, it will load _Calendar Entry form.
The app code use alias "Appointment" as the form name for _Calendar Entry.

This works well on version 7, but failed on version 8.5.

What they found is that there are two forms that have been linked to "Appointment":
one is _Calendar Entry and the other is _wCalendar Entry.
For some reason the code add the template to _wCalendar Entry, not _Calendar Entry.
when users use "Appointment" to open form, it opens _wCalendar Form.

Does anyone know where _wCalendar Entry is used?
Report

Replies, comments and Discussions:

  • 工作学习 / 学科技术讨论 / 替朋友问个 Lotus Notes 的编程问题,谁知道哪里能找到Notes 8.5的Programming API guide?
    My friend is working on an application that integrates with Lotus Notes Calendar.

    For the calendar form, user can customize it to add new buttons. The app has code to add a template into _Calendar Entry to show a new button which will be able to send out invitation...

    The way how it works is to open _Calendar Entry form and insert the template.When you click Calendar button on Notes home page, it will load _Calendar Entry form.
    The app code use alias "Appointment" as the form name for _Calendar Entry.

    This works well on version 7, but failed on version 8.5.

    What they found is that there are two forms that have been linked to "Appointment":
    one is _Calendar Entry and the other is _wCalendar Entry.
    For some reason the code add the template to _wCalendar Entry, not _Calendar Entry.
    when users use "Appointment" to open form, it opens _wCalendar Form.

    Does anyone know where _wCalendar Entry is used?
    • IBM PMR