SAVE SCREEN

This action allows you to save image of a chart displayed on the current screen or the entire displayed screen in an attribute of the Picture or Document types (in the latter case the image is saved as PDF file).

SAVE SCREEN [StringLiteral() ] TO AttributeIdentifier() [ AS PDF ]

SAVE SCREEN 'my chart id' TO Object.PictureAttribute 

The action above saves the chart identified by id my chart id in the picture attribute of some object in the Context. The id of the chart can be specified when defining a chart query.

SAVE SCREEN TO Object.PictureAttribute 

The action above saves the current screen in the picture attribute of some object in the Context.

SAVE SCREEN TO Object.DocumentAttribute AS PDF 

The action above saves the current screen in the document attribute of some object in the Context as PDF file.

  • Last modified: 2023/05/09 01:45