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 Screen auto-update

Former Member
0 Likes
374

Hello,

I am trying to create a selection screen so that once the user enters the molga, the name of the country will automatically show up next to the text bar, e.g., when you enter 07, "Canada" would pop up and I would like the same happen at the title bar of the selection screen as well (i.e., if the original title is "Report", when I key in 07 in Country Grouping, I am hoping to see Report (Canada) shown up on my title bar in the selection screen,) May I know how can that be accomplished? Thanks a lot!

Regards,

Anyi

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
295

You will have to fire an event in your program. The ATSELECTION-SCREEN OUTPUT event. You must do this, by hitting enter key. Then you can populate your country, as well as re-name your title. But you will need to hit enter to do this. The frontend must tell the backend that something is happening, you may be able to get around this using a listbox.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
296

You will have to fire an event in your program. The ATSELECTION-SCREEN OUTPUT event. You must do this, by hitting enter key. Then you can populate your country, as well as re-name your title. But you will need to hit enter to do this. The frontend must tell the backend that something is happening, you may be able to get around this using a listbox.

Regards,

Rich Heilman