we are experiencing problems while using DDS converted formats in a php script.
We created a simple test format with 2 screens and now we simply want to switch to the second format by pressing the F9 function key.
At the moment we created a button with the onClick event pressKey("f9").
But we get an error:
Code: Select all
OnClick Error: Object expected
Below is our php code:
Code: Select all
<?php
$view = '/profoundui/userdata/dspf/HelloWorld2.json';
$output = array('view' => $view, 'screen' => 'DIALOG01');
echo json_encode($output);
?>
I hope you are able to help us and if further questions occur feel free to ask.
Kind Regards,
Marvin