‎2015 Jan 28 11:40 AM
Dear friends,
I have creating a module pool program there is a two list box fields when i choose the data.After i am press enter then it shows blank.But i need the enter data on the same screen.So,please give me the suggestion .
Regards,
Mahesh.
‎2015 Jan 28 12:07 PM
Hi Mahesh,
Please check that whether you are clearing your field in PBO of your screen.
With Regards
Arun VS
‎2015 Jan 28 12:18 PM
Hi,
Globally Define your Screen Element
for Ex if your listbox name is name1 then
Data : listbox1 type <any Data type>.
After Pressing enter again PBO is called & your Listbox is initaialized.
Regards:
Somendra
‎2015 Jan 28 12:26 PM
When iam choose list box values it is ok.But after press enter it shows blank value.
‎2015 Jan 28 12:56 PM
Hi Mahesh,
The issue is due to clearing your workarea in PBO.
With Regards
Arun VS