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

Problem when I hide select-options in a screen

adrian_mejido
Contributor
0 Likes
572

Hi,  I have a problem when I try to hide some select-options in a screen.  By default this select-options are hided and They will be shown If the user put a "G" in one of the previous parameters.

But my problem is that when the user put a "G" this select-options are shown but the textbox isn´t shown. 

How I could solved that?

Thanks for your time.

Best Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

Hi,

can you please paste your code?

I hope you are having the MODIF ID attached to the select option. And you are hiding/showing the select option in AT SELECTION SCREEN event.

Cheers

~Niranjan

Hi,  I have a problem when I try to hide some select-options in a screen.  By default this select-options are hided and They will be shown If the user put a "G" in one of the previous parameters.

But my problem is that when the user put a "G" this select-options are shown but the textbox isn´t shown. 

How I could solved that?

Thanks for your time.

Best Regards

3 REPLIES 3
Read only

Former Member
0 Likes
546

Hi,

can you please paste your code?

I hope you are having the MODIF ID attached to the select option. And you are hiding/showing the select option in AT SELECTION SCREEN event.

Cheers

~Niranjan

Read only

Former Member
0 Likes
545

Hi Adrian,

Please provide your code here.

regards,

Ramya R

Read only

adrian_mejido
Contributor
0 Likes
545

I have already solved my problem. The problem was that when I do the loop at screen I  put screen-output to 1 or 0 and It wasn´t necessary because The programa works right if only change screen-active option.

Thanks for all.