2007年3月3日 星期六

Lotus筆記

lotus设计中的前端类和后端类概念,对于domino开发非常重要
http://bbs.oshelper.com/thread-636-1-2.html


在視界中快點二下後,會開啟一份文件。此時,如果文件只是要讓user瀏覽而不編輯時,可以使用下列的程式語法來進行,將程式寫在視介動作的Queryopendocument上:

Sub Queryopendocument(Source As Notesuiview, Continue As Variant)

Dim ws As New NotesUIWorkspace
Dim collection As NotesDocumentCollection
Dim doc As NotesDocument
Set collection = Source.Documents
Set doc = collection.GetFirstDocument

Continue = False

Call ws.DialogBox(doc.form(0),True,True,True,True,False,True,"",doc,True,True,False)


End Sub

這樣的效果通常用在資訊查詢上,開啟適全內容大小的視窗(最好是純表格)如此一來就可以展現不同的呈現效果!供你參考看看!

沒有留言:

ubuntu 安裝完kubernetes後做apt-get update會出現錯誤

root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...