Public Function urlDecode(s As String) As StringIf Len(s) = 0 Then Exit FunctionDim i As IntegerDim tmp As StringDim c As StringFor i = 1 To Len(s)c = Mid$(s, i, 1)If c = "+" Then c = " "If c = "%" Thenc = Chr$("&H" + Mid$(s, i + 1, 2))i = i +
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
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 troubleshooting the information you need here.Frequently Asked
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
$$ReturnGeneralError;當系統返回錯誤時用的表單;$$SearchTemplateDefault:查詢表單;$$ViewTemplate for base;是用來顯示base視圖的表單;$$ViewTemplateDefault:為預設表單,也就是說,你開啟任何一個視圖,如果該視圖沒有特別指定用哪個表單開啟(比如,base視圖就指定用$$ViewTemplate for base表單開啟),則它就用這個表單開啟 顯示定製的錯誤訊息要定製顯示給 Web
Class DOMobj_Person gdoc_Person As NotesDocument' ** 屬性 Property Get Document Set Document = gdoc_Person End Property Property Set Document Set gdoc_Person = Document End Property Property Get NotesID NotesID = gdoc_Person.GetItemValue("NotesID")(
The below code works very well to export a web view to a .doc file. When exporting it takes the following format:Colum1 column2 colume3datadoc1datadoc1datadoc1datadoc2datadoc2datadoc2datadoc3datadoc3datadoc3The export is being
VBS也可以編寫類:1.VBS的類有兩種事件:(1)Initialize 事件,在建立類的執行個體時發生(建立)此事件。Private Sub Class_Initialize() statementsEnd Sub當類初始化時,statements部分由零個或多個將要啟動並執行代碼語句組成。(2)Terminate 事件,在所關聯的類的執行個體終止(銷毀)時發生此事件。Private Sub Class_Terminate() statementsEnd
Here are some LotusScript classes that I have written. Put them in a script library and add a "Use" statement to the options section of your code. Or simply copy the code into the "Declarations" section. There is an explanation of how to use the
在逛論壇的時候發現的,看到寫的不錯,故而摘抄了下來。希望大家共同努力! 注意:這個方法是將附件放到富文本中,然後再將富文本當做儲存的介質,進行存取刪的操作 取附件方法------------------------------------------ 通過Notesdocument.EmabledObjects屬性取得 Java代碼 Dim db As NotesDatabase Dim view As NotesView Dim doc As NotesDocument
The following table summarizes the known maximum limits of various Notes and Domino features.ItemMaximum limitDatabase sizeThe maximum OS file size limit -- (up to 64GB)Text field size32KB (storage); 32KB displayed in a view's columnRich text field
Approximate string matchingBinary string operationsAnonymizing remailerDocument and response tree archivingC API base classSend server console commandsWork with a database designDay of WeekRead an Excel file directly (also demo file open dialog)Full