pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -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