JAVA/CORBA クラス


createView メソッド

ビューを作成します。

メモ このメソッドは Release 6.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 戻り値
View
使用法
テンプレートビューがない場合は、新しいビューの値として [@DocNumber] の列が含まれます。

クロスリファレンス
LotusScript NotesDatabase クラスの CreateView メソッド

式言語の @Command([CreateView]) 関数


関連項目