基本上,我想要一个值验证,其中有一个字段有一个数字,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" & "%Amount%") <> Csng("0" & "%Amount%")
</expression>
<message>Field1=Field2</message>
</booleanRule>
</booleanRules>
</valueValidation>
</fieldRules>
问题是,我试图弄清楚这段代码需要什么,什么不是,谷歌并没有真正为我指明正确的方向。我需要 xmlns 网址吗?