Lost Focus in TextBox

  • Thread starter Thread starter Ellis Yu
  • Start date Start date
E

Ellis Yu

Hi all,

I've a form containing some textbox fields. I wrote a simple code to
check if the field is blank in lost focus event, an msg box will be shown to
remind user about it. But don't why the lost focus event is triggered when
the form is shown. I suppose the check code is effective after the form is
loaded. Anyone could help? Thanks

Best Rdgs
Ellis
 
Ellis,

Do you have somewhere a me.show or frm.show in your program and with what is
it showed.
And then as well what kind of form, mdi, showdialog, show

Cor
 
Hi Cor,

I have a code frm.show to open the form. And the form is a child
form.

Best Rdgs
Ellis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top