Notes クライアントと Web ブラウザを識別する文字列を返します。
@ClientType
client type
文字列。
@ClientType は、データベース式、フォーム式、フォーム内のボタン、非表示切り替え式の中で使用すると便利です。列式では @ClientType を使用しないでください。
サーバー側のバックグラウンドエージェントで @ClientType を実行すると、常に「None」が返されます。
@Prompt([OK]; "Client type"; @ClientType)
@If(@ClientType = "Notes"; @Command([OpenView];
"By Category - Notes");
@Command([OpenView]; "By Category - Web"))