DCRADIO question
Posted: Thu May 02, 2013 2:24 pm
Dear all,
when cLMQ='M' before objects are created, the result is that second RADIOBUTTON is marked as 'selected' , but PROMPT 'Leto' is framed with dots (like having focus) and not PROMPT 'Mesec'.
How can I correct this visual annomaly? I'd appreciate any hint.
Thanks
Janko
Code: Select all
@ 1,10 DCGROUP oGroup0 CAPTION 'Izberi Ĩasovni interval' SIZE 19,6
@ 1,1 DCRADIO cLMQ VALUE 'L' PARENT oGroup0 PROMPT ' Leto' OBJECT oL
@ 2,1 DCRADIO cLMQ VALUE 'M' PARENT oGroup0 PROMPT ' Mesec' OBJECT oM
@ 3,1 DCRADIO cLMQ VALUE 'Q' PARENT oGroup0 PROMPT ' Kvartal' OBJECT oQ
How can I correct this visual annomaly? I'd appreciate any hint.
Thanks
Janko