I see a lot of discussion and some very religious arguments about Public Variables, so I don't use them lightly, and when I find I'm about to I give it a lot of thought.
One instance in particular is, the status of showing tool tips. Some people like them, some people hate them, so I give the option to turn them on or off. This is done with a Public Variable called glTipState. It's a logical value, only .T. or .F.
So for the no public variable purist, what danger am I really facing here? And I'm also reminded that the machines we use today are massive boxes with memory bigger than hard drives were in the day VFP had it's last horizon even. So, why is this a problem? Or is it?
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."
One instance in particular is, the status of showing tool tips. Some people like them, some people hate them, so I give the option to turn them on or off. This is done with a Public Variable called glTipState. It's a logical value, only .T. or .F.
So for the no public variable purist, what danger am I really facing here? And I'm also reminded that the machines we use today are massive boxes with memory bigger than hard drives were in the day VFP had it's last horizon even. So, why is this a problem? Or is it?
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."