reload control names after changing name value of one control
This commit is contained in:
parent
a9a8bf0e0f
commit
49239a3e6e
@ -806,6 +806,8 @@ Public Class frmFormDesigner
|
||||
Case "Name"
|
||||
UpdateSingleValue("NAME", newValue)
|
||||
|
||||
Reload_ControlNameList()
|
||||
|
||||
CurrentControl.Name = newValue
|
||||
|
||||
Case "Index"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user