Just got bit by the fact that vfp7 didn't object to a combobox object
being set to readonly within a method.
...turns out that doing so is ineffective and that the combobox will
still change the control source in that state <sigh>
So, on the surface, it seems as if the only direct option is to set the
combobox to .not. enabled.
However, that also precludes being able to view the combo box's
contents, so, wondering if there is an easy way to allow the user to
view the pulldown while preventing it from changing the control source?
Thanks in advance.
Beverly Howard