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

MODULE POOL LIST BOX

former_member185124
Participant
0 Likes
605

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.

4 REPLIES 4
Read only

venuarun
Active Participant
0 Likes
579

Hi Mahesh,

Please check that whether you are clearing your field in  PBO of your screen.

With Regards

Arun VS

Read only

Former Member
0 Likes
579

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

Read only

former_member185124
Participant
0 Likes
579

When iam choose list box values it is ok.But after press enter it shows blank value.

Read only

0 Likes
579

Hi Mahesh,

The issue is due to clearing your workarea in PBO.

With Regards

Arun VS