LOTUSSCRIPT /COM/OLE のクラス


GetDocumentByURL メソッド

呼び出されたデータベースで文書をインスタンス化し、その文書を表す NotesDocument オブジェクトを返します。このメソッドは、[サーバー Web ナビゲータ] データベースか [個人 Web ナビゲータ] データベース対して一般的に使用されますが、どんなデータベースオブジェクトでも呼び出しできます。

定義位置

NotesDatabase

構文

Set notesDocument = notesDatabase.GetDocumentByURL( URL$ [, reload ] [, urllist ] [, charset$ ] [, webusername$ ] [, webpassword$ ] [, proxywebusername$ ] [, proxywebpassword$ ] [, returnimmediately ] )

パラメータ

URL$


reload
urllist
charset$
webusername$
webpassword$
proxywebusername$
proxywebpassword$
returnimmediately
戻り値

notesDocument


クロスリファレンス

Java Database クラスの getDocumentByURL メソッド

式言語の @URLOpen


関連項目