IBM Notes 组合框选项即使在刷新时也不会更新
IBM Notes combobox choices not updating even when refreshing
在表单中保存特定字段后,它将存储在视图中。此视图由带有 @DBColumn 的组合框用于另一个表单上的选择。此组合框无法将最近创建的字段显示为选项。即使刷新也无济于事。
组合框是可编辑的,并且选中了 "Refresh fields on keyword change" 和 "Refresh choices on document refresh"。
预先感谢您的帮助。
在@DbColumn中使用"NoCache"
参数。
"NoCache" gets the results of the lookup from the database; no cache
is used. If you want to ensure that Domino retrieves the latest
information for every lookup, specify this option.
在表单中保存特定字段后,它将存储在视图中。此视图由带有 @DBColumn 的组合框用于另一个表单上的选择。此组合框无法将最近创建的字段显示为选项。即使刷新也无济于事。
组合框是可编辑的,并且选中了 "Refresh fields on keyword change" 和 "Refresh choices on document refresh"。
预先感谢您的帮助。
在@DbColumn中使用"NoCache"
参数。
"NoCache" gets the results of the lookup from the database; no cache is used. If you want to ensure that Domino retrieves the latest information for every lookup, specify this option.