Hi
PB 2017 R3
I have a datawondow object with a column in the edit form of radiobutton.
In a group box, there are 4 possible options for the column's value. They are 'A', or 'B', or 'C', or 'D'
I need to change the initial selected value to, say, 'C', from current initial selected value 'A' when the window first opens. How do I make that happen?
I looked up the Help and this is what it has to say:
When a window opens, one RadioButton in a group must be selected. You specify which is the initially selected RadioButton by selecting the Checked property in the General property page in the RadioButton's Properties view.
For the life of me, I just can not find the said 'Checked' property in the IDE's the page/tab.
I need your help, if you please.
Thank you