How can I do the search function

  • Thread starter Thread starter Ivan V via DotNetMonster.com
  • Start date Start date
I

Ivan V via DotNetMonster.com

Hi All:

I am tyring to do a search function for my program. When I open a window
form, there will be a serach button and once I press that serach button,
another form will pop up and ask for specific details about the search, once
the deatils were filled up, a run buuton from the pop up form will be pressed,
but too bad is, not will change in the original form. I am wondeing what's
wrong with it.

Following is some code of it:

The first window form: I have fields which are "cus_name" amd "cus_code"

For the pop up form: I have a field to input the "cus_code", once the run
button had pressed, this pop up form will close and should bring back the
result to the first window form, but it does not. (If the cus_code is invaild,
invalid message will be poped up).

Thanks for all your attentions!

Best rgds,
Ivan
 
Hi,

http://www.windowsformsdatagridhelp.com/default.aspx?ID=211c119c-7920-4fc0-9887-26a58190eb5c

Ken
-----------------
Hi All:

I am tyring to do a search function for my program. When I open a window
form, there will be a serach button and once I press that serach button,
another form will pop up and ask for specific details about the search, once
the deatils were filled up, a run buuton from the pop up form will be
pressed,
but too bad is, not will change in the original form. I am wondeing what's
wrong with it.

Following is some code of it:

The first window form: I have fields which are "cus_name" amd "cus_code"

For the pop up form: I have a field to input the "cus_code", once the run
button had pressed, this pop up form will close and should bring back the
result to the first window form, but it does not. (If the cus_code is
invaild,
invalid message will be poped up).

Thanks for all your attentions!

Best rgds,
Ivan
 

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

Back
Top