Page 1 of 1

GridView issues when using Mouse.Right

Posted: Wednesday 7th September 2022 6:05pm
by gambafeliz
Hi

My problem is that when I use the Mouse.Right event on the GridView_Click() it throws me the following error "No mouse event data"

I know it's a known change. But I don't know how to replace the code so that it works like I applied it before with Mouse.Right

Would someone be so kind as to tell me how I can substitute this code to make it work. Thank you

Re: GridView issues when using Mouse.Right

Posted: Wednesday 7th September 2022 6:15pm
by gambafeliz
i just fixed it
// Before, Public Sub GridView1_Click() - Now, Solution: the following code
Public Sub GridView1_MouseDown()
  IF Mouse.Right Then
  Endif
End