摘要:
Lost in the land of LotusScript? Before posing a question to our SearchDomino.com experts, check out our list of LotusScript frequently asked questions. Whether you're troubleshootingthe information you need here.Frequently Asked Questions:LOTUSSCRIPTAccessing an Excel file through LotusScriptAd 阅读全文
posted @ 2012-04-24 09:56
hannover
阅读(351)
评论(0)
推荐(0)
摘要:
to code "Measure twice, cut once" Extending arrays the easy way Use the list operator Logging agents Code structure Hiding your code Fundamental LotusScript Tip #1. Option Declare Make sure you always use "Option Declare." It sounds obvious, but there are several determining fact 阅读全文
posted @ 2012-04-24 09:54
hannover
阅读(328)
评论(0)
推荐(0)
摘要:
NotesDateTime instead of strings Use DXL as Transport Use wizard interface in your Notes client Consuming Web services Use classes Use the Evaluate command Use "trusted servers" Everyday LotusScript Tip #1. Use error trapping Error trapping tests a particular condition when running a progr 阅读全文
posted @ 2012-04-24 09:53
hannover
阅读(458)
评论(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-24 09:52
hannover
阅读(314)
评论(0)
推荐(0)
摘要:
Here's the problem. You're using object-oriented LotusScript to create classes and objects. Like a good object-oriented LotusScript developer, you're declaring all your class variables as "Private" and then writing "Setter" and "Getter" properties to allow a 阅读全文
posted @ 2012-04-24 09:49
hannover
阅读(422)
评论(0)
推荐(0)