Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
open different form for each column in my grid
posted

Hi, I need help.

I have a grid, I need to open a different form for each column in my grid, in doubleclik event.

I have now the code for catch the name of the current column in a variable, but... How do I do for compare it with the name of each column.

something like this:

If variablecurrentcolumn = "Column1"

open frm1

if variablecurrentcolumn = "column2"

open form2

Thank you :)