Value of cell in a Form Grid Control

Hi,

How do I get the value of a cell in a Form Grid Control after a double click action on a cell ?

Thanks

Hi,

Not sure what you are asking - can you expand the description a little.

Is it from a lookup list ? - then use getrecord function

I can give you a better answer with a better description

Hi,

If I understand ur problem , correctly.

You can use method “mouseDblClick” of the Form Grid Control.

If you want to show this value in another field, pass this value, directly, on double click of Form Grid control to another control.

I hope, it helps…