0

基本的に、数値を持つ 1 つのフィールドがあり、Field1 = # で、次に Field2 に同じ # が必要な値の検証が必要です (そうでない場合は、小さな赤いエラーが発生します)。

私は以下を見ています:

    <fieldRules xmlns="http://urlthatdoesn'texist" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <valueValidation><booleanRules><booleanRule type="Error">

    <expression type="WinWrap">Csng("0" &amp; "%Amount%") &lt;&gt; Csng("0" &amp; "%Amount%") 
</expression>

<message>Field1=Field2</message>
</booleanRule>
</booleanRules>
</valueValidation>
</fieldRules>

問題は、このコードで何が必要で、何が必要でないかを理解しようとしているのですが、Google が実際に正しい方向に向けていないことです。xmlns URL は必要ですか?

4

0 に答える 0