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 wOOdy-Soft 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: Kalor
  • Content: Threads
  • Order by date
  1. Kalor

    Combo box Itemdata equivalent- wits end

    Hi all, I'm now getting back into vb .net after a few months doing vb6. What I want to do is the usual combo box thing- description with a hidden ID, then select the ID later. I've read zillions of FAQs and they all say the same thing: "Itemdata is now replaced by an object! Isn't it...
  2. Kalor

    Looping through triggers collection?

    I can't find any help on this anywhere! I'm upgrading a big 3rd party app to SQL Server 2000, and I need to loop through every trigger on a database and look for a certain keyword in the trigger's script. Any ideas?
  3. Kalor

    OnChange just won't work

    Hi all, I want to populate a text box based on the selected value in a SELECT list (combo box). I'm at my wits end trying to get OnChange to do ANYTHING. I've found some examples on the net but if I use the code it still does zippo. Here's my code...
  4. Kalor

    Strip junk chars from an entire DB

    Hi, I maintain the back end of a dodgy 3rd party app that I can't get the source to. It frequently has problems with delimiter characters in string fields- quotes, commas, etc. Since I can't add verification at the front end, I need to clean it at the back. The problem isn't limited to one or...
  5. Kalor

    ADO - recordsaffected?

    Hi all, I've been making update queries with ADODB connection recordsets and I can't use the recordsaffected property. I've tried tinkering with the command object but have only gained a headache. Is that the path I should be going down, or is there an easier way?
  6. Kalor

    List of current users?

    Hi all, I just need to know which system table shows all users who are currently logged in. Sounds like such a basic requirement but I haven't found it yet. I've tried sysprocesses, but it only has records for the users that are currently running something. IS there a table for idle users?

Part and Inventory Search

Back
Top