Purpose

.RightClickMenus allows you to specify for the application whether shortcut menus are displayed when a field or record in a Paging Cycle is clicked using the secondary mouse .
 

Syntax

ObjectReference.Rightclickmenus = Value
 

Operation

ObjectReference is the Tag Name of the Application object
Value
is a variable with value of TRUE or 1, FALSE or 0
 

Remarks

The value of this property can only be set, not retrieved.  This property should be set in Function In logic only. 

This is an Application property that, when set, supplies an appropriate shortcut menu whenever the secondary mouse is clicked.  The mode options provided are selected from the list: Add, Change, Delete, Insert, Lookup, and Window.  The modes allowed on the current screen are always included.

If you right-click on a field that has a window, the WINDOW option will be included on the menu. If RightClickMenus are enabled, right clicking will not open the window on a windowed field.
 

Example

Enabling .RightClickMenus :

Application.RightClickMenus = True
 

Comment on this topic

Topic ID: 510083