摘要:
Coming back to Object-Oriented programming in LotusScript after a lengthy spell programming in only JavaScript was a bit of a shock: LotusScript isso restricted! Everything has to be declared and set up in rigid class hierarchies that can't be rejigged on the fly like you can in JavaScript (whic 阅读全文
posted @ 2012-04-23 10:48
hannover
阅读(308)
评论(0)
推荐(0)
摘要:
class inheritance Use platform-specific LotusScript code with classes Use version-specific LotusScript code with classes Use LSI_Info()/GetThreadInfo Use the execute command Use advanced logging Mixing Java and LotusScript Advanced LotusScript Tip #1. Understand binding There are two types of bind.. 阅读全文
posted @ 2012-04-23 10:41
hannover
阅读(402)
评论(0)
推荐(0)
摘要:
The LotusScript language in Domino is very powerful once you find out that you can create custom classes with it. I´m going to write some articles about creating great helper classes, and start off with the basics of creating user classes. I am NOT going to explain why object oriented programmi 阅读全文
posted @ 2012-04-23 10:07
hannover
阅读(221)
评论(0)
推荐(1)