Rightclick specification

The rightclick specification is a list of commands available on the pop-up menu in the Report Viewer. All right-click events are supported by a list of scripts in the \scripts_rightclick directory. This specification allows you to control the text on the pop-up menu. At run time, underscores in these text strings are replaced by spaces.

rightclick : properties_of_view delete_view

By default, the commands are valid for both single and multiple selections of result records in the Report Viewer. This behavior can be controlled by using the single modifier:

rightclick : properties_of_view(single) delete_view(single)

A special string, sep, allows visual separators to group commands. At run time, these commands appear on the pop-up menu in the order specified.