Page 1 of 1

ThisWindow.Name - while editing grid

Posted: Thu Apr 15, 2010 11:36 am
by mol
If you want to get ThisWindow.Name while editing cells in the GRID, you will get _HMG_GRID_INPLACEEDIT

I think, it's a bug... It should return name of parent window.

Mark

Re: ThisWindow.Name - while editing grid

Posted: Thu Apr 15, 2010 4:20 pm
by Roberto Lopez
mol wrote:If you want to get ThisWindow.Name while editing cells in the GRID, you will get _HMG_GRID_INPLACEEDIT

I think, it's a bug... It should return name of parent window.

Mark
I'll check it...

Re: ThisWindow.Name - while editing grid

Posted: Thu Apr 15, 2010 10:30 pm
by Roberto Lopez
mol wrote:If you want to get ThisWindow.Name while editing cells in the GRID, you will get _HMG_GRID_INPLACEEDIT

I think, it's a bug... It should return name of parent window.

Mark
It's a bug.

In Grid's 'ColumnValid' event you receive a reference to '_hmg_grind_inplaceedit' window, instead the Grid parent window.

I'll fix for the next release.

Thanks for reporting.