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
這樣的效果通常用在資訊查詢上,開啟適全內容大小的視窗(最好是純表格)如此一來就可以展現不同的呈現效果!供你參考看看!
沒有留言:
張貼留言