pre cutover push
This commit is contained in:
@ -71,11 +71,11 @@ end
|
||||
|
||||
Type = Get_Property(CtrlEntId, 'TYPE')
|
||||
|
||||
If ( (Type EQ 'RADIOBUTTON') or (Type EQ 'CHECKBOX') ) then
|
||||
If ( (Type EQ 'RADIOBUTTON') or (Type EQ 'RADIOGROUP') or (Type EQ 'CHECKBOX') ) then
|
||||
Convert ' ' to '_' in CtrlEntID
|
||||
end
|
||||
|
||||
If Type EQ 'RADIOBUTTON' then GoSub RadioButton
|
||||
If ( (Type EQ 'RADIOBUTTON') or (Type EQ 'RADIOGROUP') ) then GoSub RadioButton
|
||||
|
||||
GoToEvent Event for CtrlEntID
|
||||
|
||||
@ -367,4 +367,3 @@ EnableRadioButton:
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user