Simulating right click and selection from context menu

Grzegorz (Greg) Pasternak grzegorz at niagara.com
Thu Dec 29 09:23:12 EST 2016


I need to simulate user action to pop up context menu from the list in grid control following by selection of the menu item.

I have tried following to open context menu:

Queue set current field {[pRow.cFldName]}
Queue click (Shift,Command/Ctrl) {[pRow.cFldName] (pRow.cLineNo)}

where pRow is parameter passed to this method.

No luck so far.

What else can I try?

Greg



More information about the omnisdev-en mailing list