Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:save_screen [2022/09/01 01:23] – ↷ Page moved from a_f:3100_actions:save_screen to a_f:a:save_screen administrator | a_f:a:save_screen [2023/05/09 01:45] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Actions | + | {{tag>Index Action |
| ====== SAVE SCREEN ====== | ====== SAVE SCREEN ====== | ||
| Line 10: | Line 10: | ||
| ===== Example ===== | ===== Example ===== | ||
| - | <code aim>SAVE SCREEN 'my chart id' TO Object.PictureAttribute</ | + | <code aim>SAVE SCREEN 'my chart id' TO Object.PictureAttribute </ |
| The action above saves the chart identified by id '' | The action above saves the chart identified by id '' | ||
| - | <code aim>SAVE SCREEN TO Object.PictureAttribute</ | + | <code aim>SAVE SCREEN TO Object.PictureAttribute </ |
| The action above saves the current screen in the picture attribute of some object in the Context. | The action above saves the current screen in the picture attribute of some object in the Context. | ||
| - | <code aim>SAVE SCREEN TO Object.DocumentAttribute AS PDF</ | + | <code aim>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. | The action above saves the current screen in the document attribute of some object in the Context as PDF file. | ||