Page 1 of 1

Screen Data Viewer

Posted: 30 Jun 2023, 19:57
by Franck.A
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.

Re: Screen Data Viewer

Posted: 01 Jul 2023, 03:52
by Dino
Hi

The component is right there in the extensions, for TS2.
available in both w3 and jsm versions.
screendataviewer1.jpg
screendataviewer1.jpg (247.89 KiB) Viewed 13022 times
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

Posted: 03 Jul 2023, 18:16
by Franck.A
Hi Dino,

Thanks for your answer.

But this extension doesn't appear in our extension list :
Image

It may be because we are in TS mode and not in TS2 I presume.

Re: Screen Data Viewer

Posted: 04 Jul 2023, 01:13
by Dino
That must be.... documentation says TS2 Only.