‎2009 Oct 07 2:29 PM
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
‎2009 Oct 08 4:10 AM
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.
‎2009 Nov 12 6:49 AM
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
‎2009 Nov 12 6:56 AM
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,