Can you make this work with .ListView in future releases? Of course we will probably be asking for this in other object too.

I will have to wait. I am not sure how I would translate a pixel location to a row in the .ListView.

My current code.
code:
$lvwNames.OnMouseDown = 'fnlvwNamesMouseRight_Down()'
FUNCTION fnlvwNamesMouseRight_Down()
? 'In'
? $frmWMAInventory.MouseButton
IF $lvwNames.MouseButton = 2
? 'Hi'
ENDIF
ENDFUNCTION

_________________________
Kelly