| Thread | Last Post | Replies |
|
| "Box" like characters in coldfusion output | 31 Mar 2006 23:15 GMT | 2 |
I am pulling data from either an access database or a SQL server database using coldfusion. The created page displays records with little boxes wherever a single quotation mark is supposed to display. This seems to be an issue, but I can't find a definate solution. Any way to fix ...
|
| CFFORM variable passing problem | 31 Mar 2006 19:40 GMT | 4 |
I have a form using CFFORM with an <input type="file">. The user is able to upload a file to the system. Any file with the extension .doc works fine. If the user attempts to uploada file with the extension .txt it appears that the filename is not passed to the form.
|
| Populate text field with a dynamically populated drop down selection | 31 Mar 2006 18:44 GMT | 2 |
I am trying to populate 3 text fields with data pulled from the database after a selection has been made from a dynamically created drop down list. Clearer explanation: I have a drop-down list that pulls from the database a list of names. Then
|
| Tracking tag | 31 Mar 2006 18:16 GMT | 2 |
I have a action page with 4 or 5 queries and I added one more but for some reason the query I added is not running. There are no conditions on this query it is a simple insert into sql. At the end of my pages on my dev server I get the report of queries that ran
|
| Problem comparing info after using hash() | 31 Mar 2006 18:11 GMT | 5 |
I am hashing a password. I have used it in the following way: <cfset UserPass=trim(hash(form.zip))> And storing the UserPass value to the database. I'm then comparing it using:
|
| Help with simple <CFIF> within a <CFOUTPUT> query | 31 Mar 2006 18:04 GMT | 8 |
The problem with the below code is that a single ItemID can be listed 3 times with 3 different reasons. I need an if statement to check all records within the GetTestIssues resultset. In this case, it only reads the first record, so the "Incorrect Dates" is the statement that ...
|
| create a csv file and what is? | 31 Mar 2006 17:53 GMT | 7 |
I am still clueless about a CSV files. I have written some queries in oracle sql and I was assigned to take these sql That is suppose to out put to a page. I was also asked to generate CSV files to go along with this.
|
| Upload Multiple Files in one form | 31 Mar 2006 15:50 GMT | 8 |
I am trying to upload the track information for cd's, and also upload the audio sample files at the same time. The samples are real media at this point (not my choice) but...anyways... I have a page that asks how many tracks? then the next page takes that and
|
| cfchart | 31 Mar 2006 15:48 GMT | 1 |
ok so I read in some documentation that in cfchart they remove the rotated attribute. If this is true how do I show my bars horizontally? I do not want them to show vertically.
|
| Simple cfchart | 31 Mar 2006 15:29 GMT | 8 |
Ok just trying to play with the cfchart tool in cfm 7 and its notworking out very well for me. Trying to find more details on how this works. I have a simple query <cfquery name="GetData" datasource="MyDS" dbtype="ODBC">
|
| Application.cfm | 31 Mar 2006 14:40 GMT | 2 |
When someone logs in to our passworded section, they're assigned two session variables, Session.membertype and Session.membernumber. So far I've only used application.cfm to throw out any users who are not logged in:
|
| Multi Language Support | 31 Mar 2006 07:00 GMT | 2 |
What is the best way to provide for multi language support for an application? I am looking at it from the persepective of both database storage and core software. I often see URL's that include something like /EN/ or /FR/ for English and French "versions". I am also familiar ...
|
| Custom Thank You Page | 31 Mar 2006 05:32 GMT | 5 |
This is my 1st day working with ColdFusion and I have a quick question regarding "Thank You" pages that come after a form is submitted. What code do I use to customize the Thank You page to reiterate the username that was just entered and the information that was just entered?
|
| Reference array elements in a structure within an array? | 31 Mar 2006 01:49 GMT | 1 |
Hi - I have an array which contains a structure, and some of the structures elements are arrays. I can't seem to get the syntax to reference elements of the innermost arrays.
|
| Scheduled tasks running twice (always three minutes apart) | 31 Mar 2006 01:44 GMT | 1 |
For some odd reason all of my scheduled tasks are running twice each night. The second run through always comes 3 minutes after the tasks runs. Has anyone had issues like this? I've tried restarting all my services and rebooting, but to no avail. I even re-created one of the ...
|