作成者カテゴリ返答の対象
公開
Serge
07/16/1999 08:33 PM
文書リンクアイコン 重複チェック
Re:重複チェック

こんな式でどうでしょうか?

tmp1:=@DbColumn("";"";"ViewName";1 );
tmp2:=@If(@IsMember(FieldName;tmp1);@Failure( "重複しています");@Success );
@If(@IsNewDoc;tmp2;@Success)

*該当フィールド(FieldName)のInput validationの式です
*ViewNameは参照用ビューで、1列目にFieldNameを表示。


[Previous Main Document]
重複チェック (???)
. . Re:重複チェック (のり)
. . Re:重複チェック (Serge) * 現在地 *
[Next Main Document]