First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Converting string to Date
Can coldfusion convert the following date string query variable i have 20080418 to a formatted date. eg; 15-Apr-2008 Or does my string have to be something like 20008/04/18 or 2008-04-18 This dosent work below, I dont have the quotes in the right places I think. Thanks B #dateformat("query.orderd... 21 Apr 2008 22:57
cfgridcolumn value question
Hi, I am pulling back a query that is populating a cfgrid cell with either a 1 or a 2. Instead of the 1, I'd like the grid to display "No", instead of 2, display "Yes". If anyone has any thoughts on how to do this, I'd appreciate it! cfwild <cfgridcolumn name="I" header="Status" width="120" value... 22 Apr 2008 14:49
Using database and file results in search collection
I have a document management application that contains data about PDF documents in a database with a reference to the file name to access the PDF, like: id Name Number URL 1 Doc Title 1 100-199 100-199.pdf 2 Doc Title 2 100-287 100-287.pdf We currently search on the name and numbe... 21 Apr 2008 16:33
Error When using CFPDF ACTION="MERGE"
500 ROOT CAUSE: java.lang.OutOfMemoryError: Java heap space at com.adobe.internal.io.ByteArrayByteWriter.resizeBuffer(Unknown Source) at com.adobe.internal.io.ByteArrayByteWriter.write(Unknown Source) at com.adobe.internal.pdftoolkit.core.io.ByteWriterOutputByteStream.write(Unknown Source) at com.... 21 Apr 2008 16:33
CFGrid Show/Hide Columns Questions
Ok, with a HTML format CFGrid, I'm wanting the users to be able to hide and show the columns, using the functionality behind the right click. If I start out with all columns set to display="true" then the user can hide the columns they need to. However, what I'm wanting to do is to only show 5 or so columns ... 21 Apr 2008 16:33
CFGRID - Sum of Column Values
Hi, Is there a way to sum | total a column of numeric values in a cfgrid? I want to populate a cfinput text box with the number, and bind it so that as changes to numbers occur on the grid, the cfinput box changes. I've been able to do this by creating a function that goes and extracts the information vi... 21 Apr 2008 16:33
cfdirectory create and cffile move no longer work inCF8.01
We have upgraded from CF7 to CF8 enterprise on a windows 2003 server with IIS 6. Anytime I try to run a script that creates a directory or copies or moves files to a mapped drive to a network share fails. I have changed the user for the ColdFusion Application service to a user that has full rights to the share ... 21 Apr 2008 14:08
webservice secure
I would like to secure my webservice just like cfc.If i go to cfc it will ask me for userid and password. can i do that for wsdl. thankx ... 21 Apr 2008 16:33
enforcing field length in CFMX7 flash form
Hi Does anybody know how to validate minimum length of 8 digits. In HTML format i would have used regex with pattern of \d{8}, but i found regex doesn't work in flash format. Any pointers will be appreciated! --Sam ... 21 Apr 2008 10:54
Dynamic named arguments
Hi, I have 2 cfc methods one receives 3 arguments, id,fieldid,fieldvalue. Where fieldid is a db column name and fieldvalue is the value of that field. I want to pass this info to another method which accepts many more optional arguments. I would like to use the arguments.field as the name of an argument for t... 22 Apr 2008 04:44
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28