JAVA/CORBA クラス
ビューを作成します。
メモ このメソッドは 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
boolean prohibitdesignrefreshmodifications
クロスリファレンス LotusScript NotesDatabase クラスの CreateView メソッド
式言語の @Command([CreateView]) 関数
例 関連項目