Page 1 of 1

grid INvisible

Posted: Thu May 06, 2010 1:20 pm
by l3whmg
Hi friends, I'm using a lot of grid and for one reason I need to set a grid NOT visible. I've read help document and, in alternate syntax, I've found "VISIBLE <lValue>" :D
But it seems don't work :cry:
I can view the cursor, the border and so on.
It's a problem or it's correct?
I'm working with HMG 3.0.30 (2010.04.19)
Best Regards

Re: grid INvisible

Posted: Thu May 06, 2010 1:42 pm
by srvet_claudio
Hi Luigi,
I probe with versions HMG 3.0.29 and 3.0.32 and I had no problem.

You test change:

WinName.GridName.Visible: = .F. ======> WinName.GridName.Hide
WinName.GridName.Visible: = .T. ======> WinName.GridName.Show

Best Regards,
Claudio Soto.

Re: grid INvisible

Posted: Thu May 06, 2010 4:57 pm
by l3whmg
Hi Claudio,
MANY thanks: your trick works fine! But now I update my HMG version :mrgreen:
Best Regards!

Re: grid INvisible

Posted: Thu May 06, 2010 7:38 pm
by srvet_claudio
Hi Luigi,
I'm glad that you have fixed the problem.
Best regards,
Claudio Soto.