×

Loading...
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。

替朋友问个 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