G
Guest
Dear All,
Firstly, I hope this is the correct place to post this question.
I have a form which will be used to print labels. There are only 2 labels
which are needed, and the second is a sub-set of the first. I have designed
the form for the first, with the idea of hiding/disabling the controls which
will not be used.
As the value of true = -1 I would have thought that I could have done
something like this:
TextBox1.Enabled *= -1
Therefore the everytime the combo changed from label 1 to label 2 the
controls would disable and re-enable.
However, this doesn't seem to be the case. I would appreciate if someone
could let me know why this isn't the case.
Thank you in advance,
Mike Swann
Firstly, I hope this is the correct place to post this question.
I have a form which will be used to print labels. There are only 2 labels
which are needed, and the second is a sub-set of the first. I have designed
the form for the first, with the idea of hiding/disabling the controls which
will not be used.
As the value of true = -1 I would have thought that I could have done
something like this:
TextBox1.Enabled *= -1
Therefore the everytime the combo changed from label 1 to label 2 the
controls would disable and re-enable.
However, this doesn't seem to be the case. I would appreciate if someone
could let me know why this isn't the case.
Thank you in advance,
Mike Swann