Search Utility Form

jpdbay

Active member
Joined
Feb 22, 2006
Messages
31
Programming Experience
Beginner
Dear all,

I developed a MDI application and designed a search utility form to display search results dynamically which will be used as common search utility form. I used list view control to display result.

The problem is I dont know how to pass the SQL query (sSQL) which is build in search button of child form to seach form procedure or I would say to call procedure.

Guide me on this matter since I'm newbie in VB.net.

Thanx n rgds,
 

Attachments

  • frmSearch.txt
    5.8 KB · Views: 29
Research public variables and/or public functions and/or passing variables from one for to another.
There is a lot of information available in this forum - try searching for keywords specific to your problem.

Sounds like a public string would do the trick.
 
Back
Top