I don't know if my "subject" made any sense, so here is an example of what I am talking about.
I have a site that is on a shared hosting service running CF7. Let's say the site is "example.com." The root folder for all the domains in my account is "htdocs" and the site files are in the...
A client wants to add a form to their site that will post from the website (CF MX 6.1) to an asp.net web service that resides on their internal network and off the web. The network URL is something like "http://myintranet/formsaver". Why use a web service? I don't know; the site runs on a...
I need to use SQL to copy a column from one Access table to another in order to get that column's properties (i.e. "Allow Zero Length"). Using alter table to add a column will not allow setting "Allow Zero Length". In other words I want to copy TableA.ColumnX to TableB.ColumnX. Once copied, I...
I have been developing on the CF 4.5 enterprise development server -- installed on Win XP Pro with IIS -- for many years now. Even as I write, I am downloading CFMX 7 development server (about time, eh?).
My question is pretty general. What should I know before installing CFMX7 on the same...
Howdy. First post this forum (I am a web developer and usually hang out in the ColdFusion zone.) Enough about me.
My first love is graphics and I am considering the purchase of a digitizing tablet. I know Wacom is reputed to be the best, but I wonder if anybody out there has experience with...
That is the question. We are considering placing sites at RackSpace, but need to know how well there servers handle CF sites, speed, reliability, etc.
Let me know.
If this seems like a silly question, please don't yell at me. Just help me.
I want to make a list box in Excel that will display a series of labels to click on, but once clicked, delivers other values (obtained from various cells with equally various formulas.) Example:
A B
1...
I use the application.cfm template to set global variables (fonts, colors, etc.) using the tag <cfset application.variable = "#data#">. The values of each variable come from a query of a table in the database.
I set about 30 variables this way and my ISP says this is bogging things...
I have set up a text file DSN and a query that successfully pulls data from the text file. The file is set up with pipe (|) delimiters. This is a read-only situation; the text file will be uploaded via a web form... already set up. It never gets updated by the web application.
The problem is...
I need to be able to pull data from a new record at the time it is inserted. I want to be able to insert the record and on the action page create a hyperlink that queries the new record for it's primary key.
I know how to create the hyperlink query, but I can't find a way to get the ID field...
That is the question. Does anyone know an efficient way to get one form field to update two fields in a record at once?
I have a select list populated with from a query that pulls two bits of info from each record -- an ID number and a text label. I want the selection to write the ID number...
When creating HTML forms on a CF page and including hidden form fields, it creates excess space that pushes the table with the form away from adjoining tables. The more hidden fields, the more space. Take 'em away, and the tables smack nicely together the way God intended.
Any idea why and...
I need the users of a web to be able to query the database by entering a "From" date and a "To" date in text boxes. The table has two Date/Time fields called "EventStartDate" and "EventEndDate" which are filled by the web administrator in an HTML form...
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.