| Thread | Last Post | Replies |
|
| session variable help | 31 Oct 2006 21:41 GMT | 5 |
I have a members section which when a member logs in sets a "session.loggedin" variable equal to 1. On the intial page after the user logs in I have a link which takes them out of the member directory and to another page in the root folder of the site. The session variable works ...
|
| Is there a way to have times on the y-axis of cfchart? | 31 Oct 2006 21:17 GMT | 1 |
When using cfchart to chart some times I am having problems with the y-axis. I have tried using setting labelformat attribute to both date and number, and have formated all data for the chart using numberFormat(DateDiff("s", DateConvert("utc2Local", "January 1 1970 00:00"), ...
|
| event.keyCode not working in Firefox | 31 Oct 2006 15:19 GMT | 4 |
When i use this validation. Works fine in IE. Not working in firefox. Gives an error "event not defined". What is the fix in firefox?. <input type="text" name="var_no" onKeyPress="check(this);">
|
| Making test.html to work in coldfusion lamguage | 31 Oct 2006 03:00 GMT | 1 |
<cfset test=1111> <cfoutput>#variables.test</cfoutput> the browsing result of the code code in test.cfm is '1111.' But the brwosing result of the code above in test.htm is not like the '1111.'
|
| Deactivate debugging in coldfusion PER page | 31 Oct 2006 00:29 GMT | 2 |
Is there an option in CF (a code maybe inserted on a specific page) to deactivate debugging in coldfusion PER page (and still keep it overall)? Thanks.
|
| how do i remove 1st row from a resultset? | 30 Oct 2006 20:36 GMT | 5 |
I have a resultset that contains imported data from an Excel file. the firstrow has the column names which I would like to remove before inserting into the database.
|
| ColdFusion 7.0.2 | 30 Oct 2006 19:38 GMT | 18 |
I have a problem with ColdFusion and Dreamweaver which is driving me up the post. I have upgraded ColdFusion to version 7.0.2 and this is my problem. In Dreamweaver ? the Application Panel ? under Databases.
|
| Accessing a .NET web service | 30 Oct 2006 18:38 GMT | 1 |
The following shows the expected structure of a .NET web service that I am trying to use. I am having the worst time getting something to work with it. Please review the structure and the error and show me how you would set things up to get results back.
|
| Include a framework in next version CF? | 30 Oct 2006 18:18 GMT | 1 |
I think, CF should release next version with a default framework. Like struts or something like that. how many different framwroks we have in cf?. cfonwheels , modelglue etc... Ruby on Reils is rocking, cuz it follow a framework and strict coding
|
| Using cfloop to ignore repeated values - help | 30 Oct 2006 14:56 GMT | 3 |
I have a query that joins two tables for a price comparison site. the first table holds information about a product. the second table holds store specific information about a product. so a product in the first table is unique. In the second table the product is repeated depending ...
|
| Dynamic Variables | 30 Oct 2006 14:27 GMT | 2 |
I have problem likes this : Examples, I have 4 query : <cfquery name="GetCallA" datasource="#cDataSource#"> <cfquery name="GetCallB" datasource="#cDataSource#">
|
| DIsplay HTML Tags | 30 Oct 2006 14:22 GMT | 2 |
Does anyone know how to display HTML tags using cfoutput? I don't want the browser to interpret the flags (i.e. show source code from within the webpage. <cfoutput>**DISPLAY THIS** <a href="thisisalink.cfm?ACTION=#URL.ACTION#>Hello</a> ** END DISPLAY***
|
| Problem with Sessions and Form Stucture | 29 Oct 2006 05:22 GMT | 1 |
I'm not sure what's going on but all I'm trying to do is store the form stucture from a form post to a session variable. As soon as I leave the action page it clears the form stucture. I've done a dump of session.form right after I <cset> the form struct to the session variable ...
|
| SQL IN | 28 Oct 2006 22:32 GMT | 5 |
The user can select multiple areas, but how can I get the SQL to put them all surrounded by their own single quotes? The code below groups all the values together in one big single quote: select * from Report7
|
| Using ListFirst and ListQualify in query does not work | 28 Oct 2006 16:02 GMT | 2 |
Any one can help me with listqualify and listfirst. First of all, am using a query wich has the following "where" condition. "...where tbl_ords.teacher in (#listqualify(arguments.teacherlist,"'")#)" But the teacher in the teacher list are as follows :
|