G
Guest
I have a form to display projects for a list of client. Client is shown as
combo box. The user can add new projects or change existing projects in that
form.
I want a warning message to be displayed when the user tries to change the
client for an existing project and then the user can decide whether he wants
to change the client or not. I have done this by adding code to the MouseDown
event of that combo for Client. But the prob is the warning message gets
displayed twice once when the user clicks on that combo and again when he
selects some new value for the client, how can I avoid displaying this
message twice or is there a better way to do it?
Thanks,
combo box. The user can add new projects or change existing projects in that
form.
I want a warning message to be displayed when the user tries to change the
client for an existing project and then the user can decide whether he wants
to change the client or not. I have done this by adding code to the MouseDown
event of that combo for Client. But the prob is the warning message gets
displayed twice once when the user clicks on that combo and again when he
selects some new value for the client, how can I avoid displaying this
message twice or is there a better way to do it?
Thanks,