by admin » Mon 20. Aug 2018 9:56:18
Hello,
if you want to send values from one panel into another panel this is possible only when second panel is opening.
Then you can use Openview method to open panel and use 4-th parameter of this method to send required values into opened panel.
Example ho to do this is in PmiButton preconfigurations when you create new one-state button and you select Action named "Open modal panel ...".
But this is only 1-st part of this problem, 2-nd part is in modal dialog, when you create new object in application you select group "Panels (PmPanel)/Common inputbox".
I recommend you to create first this panel and after that create button, where you can select path to opened panel.
If both panels are opened there is no possibility to send data directly between them.
You can send data from one panel to application (server) and than second panel must determine, that new data are available and then this pnel can read this data from server.