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

a question about controlling the dropdown list behavior

Former Member
0 Likes
818

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
Read only

Former Member
0 Likes
794

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

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

6 REPLIES 6
Read only

Former Member
0 Likes
794

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

Read only

0 Likes
794

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

Read only

Former Member
0 Likes
795

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

Read only

0 Likes
794

I choose the type listbox with key.

Read only

0 Likes
794

Hi

Please try with Only LISTBOX

and check

regards

Ramchander Rao.k

Read only

0 Likes
794

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