@DbTitle (式言語)

現在のデータベース名を返します。

構文

@DbTitle

戻り値

title

文字列。現在のデータベースの名前が返されます。

次のフォームアクション式は、@DbTitle を使用し、現在の文書の作成者宛のメールメモを作成して送信します。@DbTitle は、メモの件名で使用されています。
return:=@Char(13);
memobody:=@Prompt([OKCANCELEDIT]; "Mail message"; 
  "Enter the contents of your mail message below." + return + "It will be sent to " + From + "."; "" );
@MailSend(From; ""; ""; "Your posting in " + @DbTitle; "";
   memobody:return; [IncludeDoclink])

クロスリファレンス

LotusScript® NotesDatabase クラスの Title プロパティ

Java™ Database クラスの Title プロパティ


追加の資料 | 商標 (英語) |