M
Mark Kubicki
questions of the day (at least for me)
I have a small pop-up form whose only purpose is to display information. It
has a few text boxes, all of which are locked...
1st issue:
when the form opens, the 1st text box is selected (like when you would
double click text to edit an entire word / field); I don't really want
anything selected... the box can have focus, but the text shouldn't be
"selected". How to I get this?
2nd issue:
I want to check the value of one of the fields when the box opens; if it is
null, then I'll make a label visible (providing the user some additional
direction). What event is this suppose to go behind; at this point, I feel
as though I've tried them all -except the right one!
thanks in advance,
mark
I have a small pop-up form whose only purpose is to display information. It
has a few text boxes, all of which are locked...
1st issue:
when the form opens, the 1st text box is selected (like when you would
double click text to edit an entire word / field); I don't really want
anything selected... the box can have focus, but the text shouldn't be
"selected". How to I get this?
2nd issue:
I want to check the value of one of the fields when the box opens; if it is
null, then I'll make a label visible (providing the user some additional
direction). What event is this suppose to go behind; at this point, I feel
as though I've tried them all -except the right one!
thanks in advance,
mark