‎2005 Jan 31 11:56 AM
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
‎2005 Jan 31 12:13 PM
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
‎2005 Jan 31 12:13 PM
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
‎2005 Jan 31 12:21 PM
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.
‎2005 Jan 31 12:29 PM
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.
‎2005 Jan 31 12:34 PM
ok. problem solved. after declaring ok-code in program the pai triggers.
thank you very much