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 Chriss Miller 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: dlyles
  • Content: Threads
  • Order by date
  1. dlyles

    Help with Else If

    Hey everybody. let me say that I'm a javascript newbie. I'm an asp and php kind of person. I have the below code that is giving me a syntax error. My novice eye says it's ok, obviously not. It's supposed to work like so...if the url is the referenced url than cmi.score.scaled >= and if...
  2. dlyles

    Layers

    I'm sure this is a simple one. I'm totally new to this layers thing (ok, and JS in general) and I'm trying to create 5 with onclick properties. What am I doing wrong that the labels don't show and not show correctly? <td><img src="images/personal.gif" width="90" height="20"...
  3. dlyles

    Finding empty records

    I have a report that shows a list of room numbers and items inside those room numbers. The report now can show one room number per line with a different item on each line Item 1 room 113 Item 2 room 113 room 113 item 3 room 113 What I want to do is find all rooms that...
  4. dlyles

    Error when deleting

    I have data that I'm trying to delete (I guess in a way this is related to my other post...sorry). I can delete new data on a new table, but not imported data. Any reason for this?
  5. dlyles

    Hopefully simple question from a newbie

    Can someone point me in the right direction? I'm need to run a script that will run an auto import of data. Basically I'm retrieving a .sql file everyday via FTP and I need to automatically import that data at a specified time into an existing database. Thanks in advance.
  6. dlyles

    Changind display of number

    I'm trying get data that may look like this 50000 look like this 50,000. I'm assuming this is a simple fix. Any ideas? The data is coming from an SQL db and is a int field.
  7. dlyles

    CDONTS - SMTP setup

    I am not new to ASP, but am new to trying to set up the server to work the way I need it to work. Currently I have a script that uses CDONTS to send emails. I've moved it to a new server, however, the emails are no longer going out. Any ideas?

Part and Inventory Search

Back
Top