SelectionFormula (NotesView - JavaScript)

読み書き可能。ビューの選択式。

定義場所

NotesView

構文

getSelectionFormula() : string

setSelectionFormula(formula:string) : void

このボタンは、ページに関連するビューの選択式を切り替えます。
var sf:string = view1.getSelectionFormula();
if (sf.isEmpty() || sf.endsWith("@All")) {
	view1.setSelectionFormula("SELECT @Now < @Adjust(@modified; 0; 0; 6; 0; 0; 0)");
} else {
	view1.setSelectionFormula("SELECT @All");
}

言語間の参照

LotusScript® NotesView クラスの SelectionFormula プロパティ

Java™ View クラスの SelectionFormula プロパティ