fix VKT_PREVENT...
This commit is contained in:
parent
caf4072604
commit
5160385458
@ -816,7 +816,7 @@ Public Class frmFormDesigner
|
|||||||
UpdateSingleValue("VKT_ADD_ITEM", IIf(newValue = True, 1, 0))
|
UpdateSingleValue("VKT_ADD_ITEM", IIf(newValue = True, 1, 0))
|
||||||
|
|
||||||
Case "PreventDuplicates"
|
Case "PreventDuplicates"
|
||||||
UpdateSingleValue("VTK_PREVENT_MULTIPLE_VALUES", IIf(newValue = True, 1, 0))
|
UpdateSingleValue("VKT_PREVENT_MULTIPLE_VALUES", IIf(newValue = True, 1, 0))
|
||||||
|
|
||||||
Case "DefaultValue"
|
Case "DefaultValue"
|
||||||
UpdateSingleValue("DEFAULT_VALUE", newValue)
|
UpdateSingleValue("DEFAULT_VALUE", newValue)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user