JAVA/CORBA クラス
ビューを作成します。
メモ このメソッドは 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
boolean prohibitdesignrefreshmodifications
ビュー
ビューテンプレートがない場合、新規のビューは「@DocNumber」をその値とする 1 列を含みます。ビューテンプレートはプログラムにアクセスできる必要があります。アクセスすることで、共有ビューか、エージェントを実行している有効な ID が所有する個人ビューになります。ただし、デスクトップに保存された個人ビューにはなりません。
クロスリファレンス
LotusScript NotesDatabase クラスの CreateView メソッド
式言語の @コマンド ([CreateView]) 関数
例 関連項目