Application Development 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: 

a question about controlling the dropdown list behavior

Former Member
0 Kudos

Hi everyone,

I got a problem,

when I make the dropdown list for a field in the screen,I put 4 records as followings:

IDENT TEXT

08 germany

cn china

ib india

jp japan

and the key field is IDENT. what I want is on the screen,only TEXT will be displayed,and

after selecting, IDENT will be returned. I have importing the value table ,and make the parameter

retfield = 'IDENT' and value_org = 's' . when I excuted the program, why I still got 'IDENT' and

"TEXT' both displayed on the screen just like "08 germany".

and my colleague copy my program to his package,when he excuted the program,he only got "TEXT'

displayed on the screen like "germany".

It is very weird. I cannot figure it out.

I would appreciate for your help.

Thanks

1 ACCEPTED SOLUTION

former_member1245113
Active Contributor
0 Kudos

Hi

What type of LISTBOX did you choose, is it only LISTBOX or LISTBOX with key in SCREEN PAINTER

please check it once

hope this would solve your problem

Regards

Ramchander Rao.K

6 REPLIES 6

Former Member
0 Kudos

Hi,

I have seen the same problem.

I believe its due to different screen resolutions

and other screen attributes.

Try adjusting your screen. Hope this will resolve your problem.

Regards,

Rajat

0 Kudos

could you please tell me how to adjust my screen in detail?

former_member1245113
Active Contributor
0 Kudos

Hi

What type of LISTBOX did you choose, is it only LISTBOX or LISTBOX with key in SCREEN PAINTER

please check it once

hope this would solve your problem

Regards

Ramchander Rao.K

0 Kudos

I choose the type listbox with key.

0 Kudos

Hi

Please try with Only LISTBOX

and check

regards

Ramchander Rao.k

0 Kudos

thank you , I thought if I have a key I should select the dropdownlist with key