Screen Data Viewer

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
Franck.A
Posts: 19
Joined: 06 Nov 2020, 19:33

Screen Data Viewer

Post 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.
User avatar
Dino
Posts: 88
Joined: 19 May 2017, 08:29

Re: Screen Data Viewer

Post 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 13019 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.
Franck.A
Posts: 19
Joined: 06 Nov 2020, 19:33

Re: Screen Data Viewer

Post 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.
Attachments
Capture d’écran 2023-07-03 101143.png
Capture d’écran 2023-07-03 101143.png (22.19 KiB) Viewed 13004 times
User avatar
Dino
Posts: 88
Joined: 19 May 2017, 08:29

Re: Screen Data Viewer

Post by Dino »

That must be.... documentation says TS2 Only.
Post Reply