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

    Setting a variable's name using a variable....

    I have an interesting delimma - I'm attempting to build a universal reporting tool for our orders that can expand as the tool expands (columns added for new product types, etc.). I went into the system key and pulled all of the column names for my ordering table (dbo.telcondet) and placed...
  2. ScottNeth

    cfmail read receipt

    I have a program that sends out a customer order confirmation every time an order is entered, however, several of my orders have wrong e-mail addresses and I need to have a read and/or a received receipt sent back to the person typing the order in. Knowing that e-mail is simply a modified HTML...
  3. ScottNeth

    setting variables and using in a custom tag

    I am trying to <cfset contractname=&quot;1001&quot;> based on a bunch of <cif> statements from a table of flags, but when I use a custom tag, the value <cfoutput>#ContractName#</cfoutput> won't stick in the custom tag. Scott Neth Web Designer/Cyberpunk
  4. ScottNeth

    inserting a template into a hidden field

    ARG! This is driving me nuts and I've been working on it three days: <input type=&quot;hidden&quot; name=&quot;doc&quot; value= &quot;<cfinclude template= &quot;../Secure/Req/eSignDocs/#rsLoginVerification.docNumber#/Doc.cfm&quot;>&quot;> I have a contract that needs to be stored in...
  5. ScottNeth

    MAC Address from IP address

    I need to know if there is a LEGAL way to get a MAC address from an IP address - the reason I'm asking is because I need legal verification for electonic signatures that the computer we intended the verification go to is the computer that did the verification - and no PKI is not a feesable...
  6. ScottNeth

    Writing from three text fields into one hidden field for a search page

    I need to pass a hidden variable called BTN that consists of three parts of a phone number (the area code, the NXX, and the line number). The three parts have to be entered seperately in three text fields on one search page - how exactly do I funnel them into a single string in a hidden field...
  7. ScottNeth

    Tracking an IP address

    What's the script to get someone's IP address? I need to store them in a database along with log on information. I know it's something like <cfoutput>#cgi.RemoteAddress#</cfoutput> but I can't remember the exact command and its in none of my books! Scott Neth Web Designer/Cyberpunk
  8. ScottNeth

    Inserting word files into SQL server

    Ok, this is probably a &quot;designing web sites 101&quot; question, but how do I insert, upload, and store a word document (or pdf or rft, etc) into a SQL server? I've got the interface set up to accept a file - but I'm not sure what datatype the column is supposed to be...nor >sheepish grin<...
  9. ScottNeth

    Showing seconds in a clock

    Ok, this is more something that's been irritating me more than soemthing that's essential - in ColdFusion, how do you show the precise time where the seconds change w/out having to reload the browser? I've got the <cfset todayDate=Now()> <cfoutput> #DateFormat(TodayDate, &quot;mmm dd...
  10. ScottNeth

    User Update page - eleminating trailing blank space

    Odd problem - I have an update page that won't work correctly because there's trailing spaces in the forms - if a user tried to enter in for instance, another name, they can do it, but have to delete a whole bunch of spaces (most of my users aren't smart enough to know this and will say they...
  11. ScottNeth

    How do you get an Image to download instead of appear on a page?

    Keep in mind my end-users are du-umb (2 syllables - many from the backwoods - I'm not kidding). I have 4 sets of corporate logos I need for them to be able to download in five or so different formats. Here is my stupid question - how do you make a JPG so that it downloads as a file rather than...
  12. ScottNeth

    Concatenating 3 fields into one when you insert

    Ok, clarifying question I had before and hopefully answering Struth's question - I need to concatenate three fields into one (while also entering the three fields seperately) each time a record is added. I know how to run the SQL for this on a SQL server once all the data is there, but how do I...
  13. ScottNeth

    Any have a suggestion as to the bes

    Any have a suggestion as to the best way to do this? I'm entering data into a SQL database on customers - each customer's unique identifier (i.e., the primary key in the db) is what's called a BTN (business telephone number) with a &quot;cust. code&quot; (customer code) at the end of it. I use...
  14. ScottNeth

    String data right truncation

    I'm getting a String data right truncation error when I try to drive a survey input into a SQL server. When I trace through it, I cannot for the life of me find what I'm inputting wrong. Can someone tell me what to look for? Scott Neth Web Designer/Cyberpunk
  15. ScottNeth

    Date/time entered automatically in database when form submitted

    Anybody know a quick and easy way to automatically have the date/time entered into a database when the data is entered? Scott Neth Web Designer/Cyberpunk
  16. ScottNeth

    Log In error when building login page

    I keep getting this error when I have a user login Symbol Session.MM_Username is in a scope that contains data shared across threads and cannot be accessed without an active lock I admit - I'm stumped...I have no idea what this means. If the password is wrong, its fine, it goes to the...
  17. ScottNeth

    using LDAP servers on DWUD...uh...how do you do it??

    Just wondering if there's any way you can connect an LDAP server with DWUD for dynamic content of things like member names, etc. Can anyone point me towards a manual or something on this? Scott Neth Web Designer/Cyberpunk
  18. ScottNeth

    SQL database connection which uses NT authentication

    How exactly do you log into a SQL database in the CF Administrator (or for that matter in Studio) when the database uses your windows NT login as authentication rather than a username and password? Am I stupid or is it just as easy as typing in your NT login and password...'cuz that didn't...
  19. ScottNeth

    Clarification of question of VBA macro for Excel...part number convers

    OK- I'm going to clarify this post a little bit because you're actually being helpful and my question was too vague. I have 280 workbooks of spreadsheets. On them, in column L I have (or am suppose to have) part numbers. The part numbers are 3EC15195, 3EC15200, 3EC16124, 3EC15240, 3EC15199...
  20. ScottNeth

    Possible to create an IF THEN macro in Excel?

    I have a consistant error on 280 spreadsheets that I'm really hoping I can write a macro for instead of doing them each by hand. I have a part number and a serial number that both need to be entered. The part numbers are consistant with the serial numbers, so I'm trying to find a way to write...

Part and Inventory Search

Back
Top