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

Regarding Table Control

Former Member
0 Likes
664

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.

4 REPLIES 4
Read only

Former Member
0 Likes
641

Hi Suresh,

You should first assign a function code to pushbutton, then response the function code in 'USER_COMMAND' module.

regards,

Archer

Read only

Former Member
0 Likes
641

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?

Read only

Former Member
0 Likes
641

Hi All,

  I am closing this thread as I achieved the scenario.

Thanks,

SK.

Read only

0 Likes
641

What was the problem and how did you fix it?