2014 Dec 11 11:06 PM
Hi Team,
As per requirement, I am populating the data into table control and few of the columns are editable fields which will enter the input values by user.
However I have provided other two push buttons in the same screen along with table control.
I am facing one of the issue like when I enter the value in table control editable fields and press enter button updating the values in table control .
However the PAI event is not triggering when I use one of the required push button to update the table control editable field value in database table.
It seems the PAI is triggering only once either for enter button using from keyboard or push button only.
Can any one suggest me how to proceed on above mentioned?
Regards,
Suresh K.
2014 Dec 12 2:01 AM
Hi Suresh,
You should first assign a function code to pushbutton, then response the function code in 'USER_COMMAND' module.
regards,
Archer
2014 Dec 12 2:19 AM
PAI is always triggered for any of the function codes processed. So, pushbutton should trigger a PAI.
Can you post a screenshot of your screen for us to have a better idea at what is working and what is not?
2014 Dec 26 1:52 PM
Hi All,
I am closing this thread as I achieved the scenario.
Thanks,
SK.
2014 Dec 27 4:33 AM