July 10th, 2008
msquared (Administrator)
|
upload multiple files like gmail problem.
Hey Everyone,
Well this is my first time asking a question on here so please forgive me if i post
my question in the wrong section.
What i am... more »
|
|
Auto fill form fields using coldfusion
Hey Everyone,
Well i don't know if my question should be in javascript/ajax or coldfusion, i figure this is more of a coldfusion question. But if... more »
|
|
OOP: Problem implementing a add, edit, delete Contact form
Hi,
I'm writing a contacts section for a cms on a website, I've decided to write the section in OO code. So far I have my Contacts object and a page... more »
|
|
Need Help Closing Database connections
I am running a website at GoDaddy where I have their least expensive plan that supports Linux/ColdFusion/mySQL. Apparently this plan supports a small... more »
|
|
cfpop - recognize original sender
Hi Community,
i have a problem. I want to know the original sender, when I forward a message via Outlook.
Example:
Person A sends a message to... more »
|
|
How To Create Sticky Forms
Hey Guys,
I have just started working on ColdFusion, so I am relatively new to it than most of you may be. I am trying to create 'Sticky... more »
|
|
Coldfusion Form
I have created a coldfusion for www.lfcsb.co.uk/Form.cfm using this tutorial http://www.fordwebs.com/cfform.cfm. However, as you will see if you... more »
|
|
OOP: Problem with edit form
Hi,
I'm having trouble fully implementing the edit section of a contact admin system, so far I have written the following:
- Bean (Contact.cfc)
-... more »
|
|
Max Number in List (Solution)
The delima was I had a list of numbers that I needed to find the maximum value of. Simply doing Max(ListName) did not work because the Max function... more »
|
|
Problem Creating a User Object
Hi,
I've been trying to implement a more OOP oriented approach to dealing with user security on one of my websites, and I am trying to validate the... more »
|
|
count digits
Hi Guys,
I need to make a pin like ADD - 00001 through ADD - 99999. I used the ID colomn in the table to generate this number like below:
<cfset... more »
|
|
What is CFREPORT?
I have a query that I was using cfcontent and cfheader to output to an excel file. I think that cfreport can do that but i don't get it. Does it... more »
|
|
Export Chart Created via CFCHART to Excel
Hi,
I created a chart using cfchart and export it to excel. However, the chart exported cannot be displayed.
This problem does not happen when i... more »
|
|
how can i read excel data and import into sql using cfm??
how can i read excel data and import into sql using cfm???
I have a CFM form for user to import excel file into database and save file in the folder... more »
|
|
Multiple Search Parameters in one Form
Hello,
I've been working on trying to figure out how to script something where if a user enters more then one search term in the same fieldbox, it... more »
|
|
Repair a CF MX v7 Administrator installation
How can the Application.cfm files within the ColdFusion MX v7 CFIDE folder be recreated without disturbing live sites on the same server? Will CF... more »
|
|
How to display text sql values? (Text running off screen)
I have some text fields in my database, and I'm displaying them on the screen, but no matter what type of element I nest the output in, the text is... more »
|
|
cffile upload to database
1 Reply |
Posted by: cfnut
| Last post by acoder, 22 days ago
I recently switched over to a new hosting company and my update query doesn't work. Any ideas on what I can change to make this work? I changed it... more »
|
|
Using Oracle with Coldfusion??
I'm using Coldfusion MX7, but I don't see an Oracle datasource in my coldfusion administrator. I've looked around trying to figure out how to get an... more »
|
|
Having trouble with iif and quotes
I'm having an issue with quotes and double quotes on my iif statement. I'm trying to call a javascript function but can't seem to get the syntax... more »
|
|
DB Security
1 Reply |
Posted by: cfnut
| Last post by acoder, 33 days ago
While developing my website I notice that sometimes when there is an error in my database the error page shows my connection string with the username... more »
|
|
Multiple update with checkboxes and cfloop
Hi all!
How can I update only selected records from recordset at once?
We have a form page form.cfm and processing page update.cfm.
In form page... more »
|
|
retrieve windows login username?
I'm trying to retrieve the username of the user logged into a machine when a person visits my page on our intranet. I've looked over... more »
|
|
validate two checkbox variables
I want to validate this two checkbox variables on an action page and also an update page
<cfinput type="checkbox" name="gender"checked> ... more »
|
|
Error when trying to copy a file
I'm trying to copy a file which is located on my C drive over to a network path. I'm getting the error below when trying to perform the copy. The... more »
|
|