使用 4D 的 html 选择元素,如下所示。加载时,如果用户有银行 ID,我无法将所选银行设为选定,尽管它已经在内存中。4D 版本为 16.3。浏览器似乎完全忽略了 4DIF。
<select style="width:100%;" id="bank_list" class="form-control input-sm" tabindex="0" name="bank">
<option></option>
<!--4DLOOP [Bank]-->
<option value="<!--4DVAR [Bank]ID-->" <!--4DIF ([User]BankID=[Bank]ID)--> selected="selected" <!--4DENDIF--> ><!--4DVAR [FinvoiceFactoring]PartyName -->
</option>
<!--4DENDLOOP -->