Hi everybody,
Has anyone already used the screen data viewer extension to display data from one screen to another ?
I can't find this extension in the extension list.
I found the "axScreenDataViewer" string in several Axes files so I suppose this extension is available in our Axes version (4.2.1.001).
So the issue is how to activate it so it can appear in the extension list.
Thanks in advance for any help.
Screen Data Viewer
Moderator: jeanmichel
Re: Screen Data Viewer
Hi
The component is right there in the extensions, for TS2.
available in both w3 and jsm versions. how to use here:
https://axesdocs.lansa.com.au/index.php ... ata-viewer
basically use the SAVESCREENDATA for onLeave in the screen where you want to get the data,
then add the extension in the screen you want to show the data, name it,
and use DISPLAYSCREENDATA to display it.
The component is right there in the extensions, for TS2.
available in both w3 and jsm versions. how to use here:
https://axesdocs.lansa.com.au/index.php ... ata-viewer
basically use the SAVESCREENDATA for onLeave in the screen where you want to get the data,
then add the extension in the screen you want to show the data, name it,
and use DISPLAYSCREENDATA to display it.
Re: Screen Data Viewer
Hi Dino,
Thanks for your answer.
But this extension doesn't appear in our extension list :

It may be because we are in TS mode and not in TS2 I presume.
Thanks for your answer.
But this extension doesn't appear in our extension list :
It may be because we are in TS mode and not in TS2 I presume.
- Attachments
-
- Capture d’écran 2023-07-03 101143.png (22.19 KiB) Viewed 13005 times
Re: Screen Data Viewer
That must be.... documentation says TS2 Only.