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

Clearing Input Field

Former Member
0 Likes
835

HI,

after entering the value in the inut field and after pressing ENTER i am fetching the values and filling the table control.

Before giving the second input , INPUT Field should be cleared. When i am clearing the input field, the table control data is also clearing. how to clear input field alone.

4 REPLIES 4
Read only

Former Member
0 Likes
658

Hi,

Have you provided any btton to clear the input field?

Read only

Former Member
0 Likes
658

Hi,

Be more specific with your query.

Now when you say the input is it the part of the table control or seperate i/o fields and you are trying to fetch details.

i believe you are trying to insert the new records that you are selecting 2nd time.

if you data in the table control then append data into the internal table.

Cheers.

Regards,

Ranjith Nambiar

Read only

0 Likes
658

HI,

in the screen i have one input field and one table control. based on the input given in input field iam filling the table control . for giving the second input input field should be empty. when i am clearing that screen input field in PBO , after giving the second input , iam able to see only one record in the table control. i.e. the record corresponding to the first input is also getting cleared in the table control.

Read only

0 Likes
658

Hi,

When you clear the first input and enter the second value, n press enter then PAI module is called which populates thwe table control on the basis of what is there in the input field.

For getting the data corresponding to first input as well as second input you can append the corresponding rows to the internal table and display it in the table control