Skip to content

ViewButton

To enter the ViewButton keyword in the command line, use one of the options:

  • Press MA + X7|View + X7|View
  • Type ViewButton
  • Type the shortcut ViewB
  • Type VB

The ViewButton keyword is an object keyword which is used to call or store the object assigned on the view button.

Calling a view button only works if the object assigned to it supports it.

For more information see the Call Keyword.

ViewButton [Screen_Number].[“ViewButton_Name” or ViewButton_Number] (/Option “[Option_Value]”)

[Function] ViewButton [Screen_Number].[“ViewButton_Name” or ViewButton_Number] (/Option “[Option_Value]“)

The ViewButton keyword uses the following option keywords:

  • To call the view assigned to ViewButton 4 on screen 2, type:
User name[Fixture]>ViewButton 2.4 
Important:
If you do not specify the screen location using the /Screen option keyword, the view will be called to the screen that currently has focus.