Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BDazzler

    Datagridview binding

    In your data source try adding a WHERE clause and binding a parameter to the ticket number your main form. i.e. WHERE ticket_number = @ticket_number In the where clause you will be given a list of controls for possible binding to @ticket_number
  2. BDazzler

    Programmatically Send Keyboard Input to Remote Desk Top

    Thanks Patrick, in this case, my company is the client, and they (the vendor) are unwilling to commit the resources to do any addtional work on thier end for this product. I had a wonderful plan that used something just liket that. And they told us they could not (or would not?) commit the...
  3. BDazzler

    Programmatically Send Keyboard Input to Remote Desk Top

    Here's the situation: We are using an application hosted by another company via remote desk top. The application is data entry intesnive and repetative. Much of the data is already in our database. Ideally we would send our vedor a datafile and they would import the information. They are...

Part and Inventory Search

Back
Top