隐藏Lotus Library中的代码
摘要:转自:http://searchdomino.techtarget.com/tip/Hide-code-in-Script-LibraryDo you want protect your work? Create a button in a form, and copy the code below:Note: In the Script Library there are two types of code:1 - not compiled (that I can see, contained in $ScriptLib field)2 - compiled (that I can not
阅读全文
posted @
2012-06-25 14:36
Black Bean
阅读(215)
推荐(0)
使用LotusScript删除私有文件夹
摘要:'DECLARATIONSConst APIModule = "NNOTES" ' Windows/32 onlyConst NOTE_CLASS_VIEW= &H0008Declare Function OSPathNetConstruct Lib APIModule Alias "OSPathNetConstruct" ( Byval NullPort As Long, Byval Server As String, Byval FIle As String, Byval PathNet As String) As Integ
阅读全文
posted @
2012-06-07 09:45
Black Bean
阅读(400)
推荐(0)