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

data display problem in module pool list box

Former Member
0 Likes
542

Hi Friends

I got problem with list boxes in module pool programming

I m displaying to lists based on the one another. i.e department is one list box designation is another one. designation list box can display based on department. up to this it is working.

But I have to use these two fields as mandatory fields.. then i can get values in department list box but i can not get designation list box values.................

please solve my problem..........

Thanks,

Rohini.v

3 REPLIES 3
Read only

Former Member
0 Likes
449

Hi,

I am assuming that you have made the designation list drop down as input Required in its properties in Module Pool,

Instead, put the Department field only as input reqd. and for the Designation Drop down, handle it in your PAI.

You can provide an error meesage in the status bar if the Designation is not selected.

Regards,

Samson Rodrigues.

Read only

Former Member
0 Likes
449

Hi Rohini

You have said that you could form two list boxes basing on one another in a module pool screen. I posted this in UI programming section. But I could not do it. Can you please help me how

Vijaya Chamundi

Read only

awin_prabhu
Active Contributor
0 Likes
449

Hi Rohini,

In screen painter layout, Double click on list box 'Department' , Goto -> Attributes -> Program -> make input field as Required.

Similarly Double click on list box 'Designation', Goto -> Attributes -> Program -> make input field as Required.

Thanks,