| Thread | Last Post | Replies |
|
| cfdirectory - create name dynamically | 31 Aug 2005 19:53 GMT | 2 |
I want to create a directory when a form is submitted with the ID number from the form. I tried this and it will work if I just put in a hard code directory name but doesn't work if I try to add a form or url name. <cfdirectory action="create" directory=d ...
|
| CFFILE ACTION="read" -- file size limitation? | 31 Aug 2005 19:11 GMT | 1 |
Hey guys. What is the limitation on the size of a file that can be read with CFFILE ACTION="read"? Folks in my office are using CFFILE to read in big data files and process them and put the results into a database. It looks like CFFILE
|
| Localhost not found | 31 Aug 2005 19:02 GMT | 1 |
I previously had coldfusion working but recently had to reinstall my system software and as a result am back to square one. I have installed coldfusion and the administrator comes up fine so it's seems to be working. But when I try to view one of my cfm pages in a browser the ...
|
| cfform flash and a href in html | 31 Aug 2005 18:55 GMT | 3 |
Hi, I think the new cfform format="flash" ROCKS!!! A little learning curve, however very little. The question I have is how do I place an anchor tag within a cfform? The anchor tag is disappearing. This is my current code....
|
| SQL/Coldfusion SUMS | 31 Aug 2005 18:29 GMT | 3 |
hi all, I am building a small application, I am just wandering whether there are any tutorials out there or anyone who can help with showing data which has been calculated i.e. showing the total of 1 column of data, the SQL for this...? if i'm not clear please let me know and ...
|
| Column Locking on a Table | 31 Aug 2005 17:10 GMT | 1 |
I have a very large table 500 rows by 200 columns.. I need to have a lock put on the header column so that when a users scrolls down they can see the header. And I need to keep the first 3columns locked so that the user can scroll
|
| Help with regular expression | 31 Aug 2005 13:07 GMT | 8 |
I'm trying to make sure that users enter their mailing address correctly. I've had some people that just enter .. or other characters. Will something like this resolve that problem? validate="regular_expression" pattern="[0-9]+\s[A-Za-z']+
|
| Deleting a structure stored within a session variable | 31 Aug 2005 11:58 GMT | 4 |
Hi I would like to delete a structure that is stored in a session variable I've tried this : <cfset StructDelete(Session.varStruct.I_OrgName)> but don't think its working???
|
| timing out a webservice called with createobject() | 30 Aug 2005 22:07 GMT | 3 |
With <cfinvoke> I can use the attribute timeout="", but if calling the web service from inside cfscript, I use something like: <cfscript> wsforex=createobject('webservice','http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl');
|
| New Text box | 30 Aug 2005 21:21 GMT | 1 |
I have button of type submit. I want that onsubmit action, It display the text box to enetr some value. Thanks in advance. Nike
|
| Checking for NULL value in query | 30 Aug 2005 20:08 GMT | 2 |
The following code use to work before the CFMX 7 upgrade on a Windows 2000 Server. Can someone provide suggestions to help me correct this problem? Thanks <!-- Query for NULL Status --> <cfquery name="qStatusNull" datasource="dsn">
|
| referencing column names dynamically | 30 Aug 2005 18:20 GMT | 1 |
I have a product database that has price fields for 7 different stores. The fields are named Part_Price_1, Part_Price_2, etc. where the number of the field equals the Store_ID number in another table. I want to be able to choose the appropriate price field in outputs and if
|
| WHERE clause question | 30 Aug 2005 17:14 GMT | 5 |
I am doing Football Survivor for the upcoming NFL season. Every week the contestant gets to pick a new team and if they win they can continue on to the next week. I need the query to pull only the teams that they have NOT picked yet. I'm not sure how to get this to work. Is ...
|
| Two dynamic drop-downs | 30 Aug 2005 16:03 GMT | 3 |
I'm trying to create a drop-down list that's populated by a query. Based on the selection in the first list, the second list is populated by another query. I tried to use TwoSelectsRelated but it seems like it uses one query.
|
| Flash Form Text Input onchange | 30 Aug 2005 15:48 GMT | 1 |
Is there a way, with <cfform format="flash"> <cfinput type="text" name="abc"> to write an event handler that will function when form element abc loses
|