| Thread | Last Post | Replies |
|
| keep getting the duplicate number | 31 Dec 2004 15:18 GMT | 1 |
When I execute this code, sometimes, I got the same claim number in the database, which should not be. I do not know where I made a wrong. (I user MS SQL 2k as back-end.) <!--- Initializing form variables -? <cfinclude template ='testINIT.cfm'> <!--- Error checking the ...
|
| ListBox to an Array? | 31 Dec 2004 02:00 GMT | 6 |
I want to get the contents of a list box within a form to create an array. I thought something like this would do it: <cfif IsDefined ("Form.ZipList")> <cfset myList = #Form.ZipList#>
|
| dispay .swf files with <cfoutput> | 30 Dec 2004 23:35 GMT | 2 |
Hello all!!! I ahve a page that displays a image or .swf file. My code below checks to see if the image is a .swf or not. If it is it includes the appropriate code to display the movie. Well the code below will not display the movie. It shows a big white box. If you ...
|
| Outputting query with unknown column names | 30 Dec 2004 21:01 GMT | 2 |
Hi all: I'm having one hell of a time with a query recordset and I'm stumped. I have a query recordset that I need to output. I do not know how many columns I will have or what they will be called and so, I was using the columnlist variable to find that. Worked for a time. ...
|
| Recursive GET request? | 29 Dec 2004 20:26 GMT | 3 |
Guys, my program performs a get request on a web page, and retrieves href links to jobs and ignores all other links. Now what i now need to do is perform a recursive call on each of the links i have retrieved, is this possible? At the moment m at a bit of a dead end and need a ...
|
| Multiple Session Management | 29 Dec 2004 19:00 GMT | 1 |
I am building an application which will be used by thousands of users simultaneously. So session handling is most important aspect. I don't want to use cookies or client variables.
|
| Export to Tab Separated File | 29 Dec 2004 18:55 GMT | 3 |
I am in need of giving the client a button on the page that allows them to export the current recordset to a tab separated file for saving on their desktop. Any good ideas on this? Or even working samples? Thanks! Chris
|
| Passing session variables from ColdFusion to ASP | 29 Dec 2004 18:06 GMT | 1 |
Is there a way to pass a session variable from ColdFusion to ASP? I need to pass one from the login page in ColdFusion to ASP pages so that I could restrict access to the pages without login. Please let me know. Thanks in advance.
|
| Sorting two columns as one? | 29 Dec 2004 14:52 GMT | 2 |
Not sure how to approach this, but I've got course numbers (columns num and multinum) that I'm selecting from two different tables (Courses and MultiCourse). I want to be able to sort the two different course number columns as if they were a single column. I know my order ...
|
| CFFile Wierdness | 28 Dec 2004 22:17 GMT | 6 |
I've got a form that includes an upload field, and the form also inserts into a database. Everything works fine as long as there is a file being uploaded. If there is no file being uploaded and the file field is blank, I get an error saying "You have attempted to dereference a ...
|
| CFINPUT Help! | 28 Dec 2004 19:53 GMT | 8 |
I need to make sure that an input field contains 5-10 letters and numbers only with no spaces. Can someone tell me what the correct pattern would be for this????? Any help would be awesome. Thanks. This doesn't seem to do it: <cfinput name='un' ...
|
| CFLDAP Query not quite right... | 28 Dec 2004 19:50 GMT | 3 |
I am using this query: <cfldap name="qGetUsers" server="myServer" action="query"
|
| Speed up file listings | 28 Dec 2004 18:02 GMT | 2 |
We generate reports as PDF files and deliver them via our intranet. Basically, a user selects the type of report they would like to see from a drop down list generating by getting a list of directories containing reports. Then a page loads with all the reports of that type. ...
|
| XML XSLT | 28 Dec 2004 02:54 GMT | 3 |
I am trying to build a dynamic Wap based on content in an XML, with the required Format in an XSLT file. I am using your reference Macromedia Coldfusion MX Web application Construction Kit.
|
| how to pass form value to query | 27 Dec 2004 21:54 GMT | 4 |
Hi, can every one give me a help? Here what I want. I want to pass a form value to action page and display all not only 'man' but also' woman' to the result Here what I do in the search page <cfform action='GoldAdvancedSearchActionPage.cfm' method='post'> <B>I am looking for a ...
|