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 dencom 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. cerebalbore

    JavaScript Allowable Element IDs?

    I'm a bit of a novice when it comes to JavaScript and I'm slowly getting there using bits and pieces in my project where needed, but this morning something utterly baffling occured. Let me explain... I had two ASP HiddenFields, one with an ID of WO and the other STEP, both populated on page...
  2. cerebalbore

    SQL Stored Procedures and Sequencing of Events...

    Hi all, I need a bit of help understanding SQL server 2005 and custom stored procedures. I’m by no means an expert at using SQL, I can do quite a bit of querying and manipulation, but this has me stumped because the terms I use to describe the potential issue aren’t right (or they mean...
  3. cerebalbore

    What applications are being used

    Hi, For my work, I've been asked to investigate creating an application that monitors what applications are 'active' on a PC for completing time sheets. So for example, from time hh:mm:ss until hh:mm:ss user was using SAP (application has focus), did nothing (PC was idle) for half an hour, then...
  4. cerebalbore

    Excel Find and Replace manual/recorded differences with dates

    Hi All, I have a spreadsheet exported from another application into Excel, which has a column with a 'date' in it which is in the format dd.mm.yyyy - this needs to then be formatted to a date for calculations etc. There are four of these column types and the rows regularly exceed 20,000, so for...
  5. cerebalbore

    Help with Query - FROM keyword not found where expected error

    Hi, I have an old query (not written by me) which is running against an oracle database, but I get the error "FROM not found where expected". The from looks to me like it is in the right place! I am not used to Oracle, but am ok with SQL. I am using MS Query because I don't know any other way...
  6. cerebalbore

    Get next record

    Hi all, I need some help getting the next record in sequence - I have already tried numerous things to get this done and haven't found an answer that will do what I want. The only thing I have found out is that what I want to do isn't 'good practice'. So here's a snippet of my table...
  7. cerebalbore

    Carriage return characters and strings...

    Hi all, I've got an issue with an application and carriage return characters, and after researching and Googling haven't found a solution. In the application a user enters the first comment, then when a subsequent comment is added to the existing, the existing comment(string) is separated...
  8. cerebalbore

    Zebra Label Printing and LPT1 in .NET 2005

    Hi all, I'm trying to create a .net app that prints a label. Normally the Zebra printers are all networked but for the purpose of development work I have a printer directly connected to my PC via LPT1 (avoids confusion, and the networked ones are in a different building!). I can successfully...
  9. cerebalbore

    Active Directory Password Validation (that won't lock out account)

    Hi, I'm trying to learn VB.NET, using Visual Studio 2005, and I need to build an application for users to log in to that works with the Active Directory (so that my database doesn't need to store passwords, and users can use their XP passwords). I've searched the forums and found some code here...

Part and Inventory Search

Back
Top