fix VKT_PREVENT...

This commit is contained in:
Jonathan Jenne 2018-12-20 18:08:48 +01:00
parent caf4072604
commit 5160385458

View File

@ -816,7 +816,7 @@ Public Class frmFormDesigner
UpdateSingleValue("VKT_ADD_ITEM", IIf(newValue = True, 1, 0))
Case "PreventDuplicates"
UpdateSingleValue("VTK_PREVENT_MULTIPLE_VALUES", IIf(newValue = True, 1, 0))
UpdateSingleValue("VKT_PREVENT_MULTIPLE_VALUES", IIf(newValue = True, 1, 0))
Case "DefaultValue"
UpdateSingleValue("DEFAULT_VALUE", newValue)