JAVA/CORBA クラス


createView メソッド

ビューを作成します。

メモ このメソッドは R6.5 で新しく追加されました。

定義位置

Database

構文

public View createView()
   throws NotesException

public View createView(String viewname)
   throws NotesException

public View createView(String viewname, String viewselectionformula)
   throws NotesException

public View createView(String viewname, String viewselectionformula, View templateview)
   throws NotesException

public View createView(String viewname, String viewselectionformula, View templateview, boolean prohibitdesignrefreshmodifications)
   throws NotesException

パラメータ

String viewname


String viewselectionformula
View templateview メモ ビューテンプレートは [共有 (最初は個人のデスクトップ)] のビュー形式にすることはできません。

boolean prohibitdesignrefreshmodifications

戻り値

ビュー


使用法

ビューテンプレートがない場合、新規のビューは「@DocNumber」をその値とする 1 列を含みます。ビューテンプレートはプログラムにアクセスできる必要があります。アクセスすることで、共有ビューか、エージェントを実行している有効な ID が所有する個人ビューになります。ただし、デスクトップに保存された個人ビューにはなりません。

クロスリファレンス

LotusScript NotesDatabase クラスの CreateView メソッド

式言語の @コマンド ([CreateView]) 関数


関連項目