@ 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
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.
I've tried this even before, but it doesn't work.
As well I've used o:xbeP_KillInputFocus() and o:xbeP_SetInputFocus() without desired effect, but I beleive SETFOCUS does the same.