Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection Text Limit

Former Member
0 Likes
379

Dear Expert

I m coding a program whre user is provided with 4 radio buttons.

but when i go to goto menu and then selecton text, its not let me entering my selection text.

I display text is long and its Length is creating problem.Can anyone help me in this.

I will appriciate ur help.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

do not write anything in selection text if that text exceeds the sel text area...

just write a comment after the radio button on same line..

selection-screen begin on line.
parameters: rd1 radiobutton group r1.
selection-screen comment 5(20) text-001. "i am not inform of a sys... so just chk the comment syntax once
selection-screen end of line.

parameters: rd2 radiobutton group r1.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,

what this will do is.. it will put radio button and the comment in one line.. and for that comment text u can enter what ever u want...

hope this helps

1 REPLY 1
Read only

Former Member
0 Likes
344

do not write anything in selection text if that text exceeds the sel text area...

just write a comment after the radio button on same line..

selection-screen begin on line.
parameters: rd1 radiobutton group r1.
selection-screen comment 5(20) text-001. "i am not inform of a sys... so just chk the comment syntax once
selection-screen end of line.

parameters: rd2 radiobutton group r1.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,

what this will do is.. it will put radio button and the comment in one line.. and for that comment text u can enter what ever u want...

hope this helps