LOTUSSCRIPT /COM/OLE のクラス


例:SetTargetFrame メソッド
次のスクリプトは、特定のターゲットフレームにページを開きます。

Dim workspace As New NotesUIWorkspace
Call workspace.SetTargetFrame("top")
Call workspace.OpenPage("banner")

関連項目