Hi All
I have a dwo with only one column in it. I made that column's edit style 'RadioButtons' with Yes, No, and Maybe 3 options in it to start.
During the run time, I am able to manipulate those options to only display Yes and No, or Yes and Maybe, or No and Maybe but fail to list only one option display, any one.
This is the Modify I use to manipulate it
dw_1.modify("consent_option.values = 'Yes~tY/No~tN/Maybe~tM/'")
It works with 2 or 3 options listed but the dwo comes up blank if I have the Modify only contain one, any one.
It works when
dw_1.modify("consent_option.values = 'Yes~tY/No~tN/'") - with any combo
but fails when only have one listed
dw_1.modify("consent_option.values = 'Yes~tY/'") - dwo comes up blank so does this one
dw_1.modify("consent_option.values = 'Yes~tY'")
I have checked my dwo settings and sizes all that but none helped/mattered.
Please advise.
Much appreciate it.
CJ