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 TouchToneTommy 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: *

  • Users: kateryn
  • Content: Threads
  • Order by date
  1. kateryn

    checkboxes bound to table not acting as expected

    I have a table to which I have used late-databinding to bind the textboxes and checkboxes on my windows form. I use a bound combo box to that same table to display the correct info. The textboxes are working perfectly in displaying the data from the correct row in the table when I select a...
  2. kateryn

    System InvalidCast Exception

    Anyone have any suggestions for tracking down the an error occuring in the dll: I've already got try/catch on all my code. When in debug mode it comes up with unhandled exception : Systems.Windows.Forms.dll SystemInvalidCastException Since I've got all my code in try/catch blocks - this...
  3. kateryn

    need help defining logic for multiple table lookup/update

    I have three tables first table: vendors consists of the following columns: vendor id (unique), address_id , specialty_id (address_id and specialty_id columns compose a unique key) Second table: Addresses consists of the following columns: address id (unique/key) - relationship to vendor...

Part and Inventory Search

Back
Top