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...
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...
I am trying to <cfset contractname="1001"> 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
ARG! This is driving me nuts and I've been working on it three days:
<input type="hidden" name="doc" value= "<cfinclude template= "../Secure/Req/eSignDocs/#rsLoginVerification.docNumber#/Doc.cfm">">
I have a contract that needs to be stored in...
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...
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...
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
Ok, this is probably a "designing web sites 101" 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<...
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, "mmm dd...
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...
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...
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...
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 "cust. code" (customer code) at the end of it. I use...
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
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
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.