‎2010 Jan 27 8:50 AM
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.
‎2010 Jan 27 9:06 AM
‎2010 Jan 27 9:08 AM
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
‎2010 Jan 27 9:15 AM
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.
‎2010 Jan 27 9:24 AM
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