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

tableview pai

Former Member
0 Likes
564

Hi. I have 2 tableviews on screen. The pai pbo logic is implemented according to the down-right-up order.

When I change data in any of tableviews, the PAI doesnt trigger. How to make the PAI logic run?

Best regards.

Lukasz

Message was edited by: Lukasz Sawicki

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
522

Hi Lukas,

Do you have define an ok_code in Program and element list ?

- and a PAI-Module to read the changes ?

- and a user command module to save the changes ?

Grx Andreas

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
523

Hi Lukas,

Do you have define an ok_code in Program and element list ?

- and a PAI-Module to read the changes ?

- and a user command module to save the changes ?

Grx Andreas

Read only

0 Likes
522

OK_code

defined in screen. haven't declared in program....

maybe this is the case.

pai module -

defined - should be triggered in chain loop, but doesnt trigger when user enters a field in tableview and changes it.

Read only

0 Likes
522

Hi,

The PAI cannot be triggerred unless the user performs some action like hitting a button, or at least the enter key. Merely changing the values on the screen is something that happens on your local GUI. You will have to hit a button , i.e., trigger a function code to respond to the Application Server , where the processing logic resides.

Regards,

Anand Mandalika.

Read only

0 Likes
522

ok. problem solved. after declaring ok-code in program the pai triggers.

thank you very much