| Thread | Last Post | Replies |
|
| Logging info from uploads | 27 Aug 2005 10:41 GMT | 1 |
Hey everyone. I have a feature where users can upload files to me, I would like to use the cflog to my advantage, and be able to log the ip address that uploaded the file to me, the name of the file, and the time it happened. Any other information would be good to, but those are ...
|
| Encrypting ColdFusion Files | 27 Aug 2005 00:06 GMT | 2 |
I've been using CFENCODE to encrypt my files and test them on my server with absolutely no problems. However, a few other people have tried to run the script and get the following junk on their screen: Allaire Cold Fusion Template Header Size: New
|
| CFPOP - Total number of messages variable? | 26 Aug 2005 18:36 GMT | 3 |
Hello All- I'm using CFPOP. I have close to 2500 emails. I would like to view the last 10. If I could find the total number of messages first- I could have StartRow="MAXMESSAGES-10"
|
| unable to use octal escape for RegExp in CF | 26 Aug 2005 18:05 GMT | 1 |
I understand that an octal escape (e.g. - "\000-\337") can be used in ASP. However, I tried this in ColdFusion to no avail. Does ColdFusion simply not process octal escapes/values or is there another way of specifying octal values?
|
| use a cfloop or cfif help | 26 Aug 2005 16:07 GMT | 4 |
I have a table with 30 names and 5 departments. I need to put an 'X' in each department that the employees work in. Select e.firstName,e.lastName e.employeeNum,d.employeeNum, d.department d.termReason
|
| cfcomponent and output array | 26 Aug 2005 15:16 GMT | 1 |
I Ill creat a component for get some variable and put it on a array and Use it in page like this : #array[10]# This is my first component, and i have realy some problem to understant it ...
|
| Rounding time to nearest 15 mins | 26 Aug 2005 08:55 GMT | 4 |
I am trying to round the current time to the nearest 15 mins ahead. I am using this to get the time in the format that I need: <cfset timenow = #TimeFormat(now(), "hh:mmtt")#> But I would like to increment it ahead to the nearest 15 minute increment.
|
| coldfusion and xml | 26 Aug 2005 06:03 GMT | 2 |
how do i use coldfusion to connect to a database and then to use xml to get the data i have from the database to be in xml format?
|
| ldap info. | 26 Aug 2005 04:38 GMT | 6 |
Each user has at least two email addresses and max is five. And I want able to retrieve all for one user and place it in the text boxes. However, my code can only retrieve one. Please help ================================================================================
|
| Can CFFunction return a Multi-Dimensional Array | 26 Aug 2005 02:59 GMT | 2 |
Is this impossible? Thanks, Danny Here is what I am trying that will not work...
|
| Passing the cflogin.name to a session variable | 25 Aug 2005 22:22 GMT | 2 |
Hi All, I have created a login page that authenticates with LDAP. I am trying to pass the cflogin.name value to my session variable. I think the problem is because I am passing the cfparam at the top (but I could be worng). Attached is my code, any help would be appreciated.
|
| Web Service Error | 25 Aug 2005 17:29 GMT | 7 |
Hello; I've hit a snag setting up my first Web Service and have run out of places to look and articles to read. I get the following error: Web service operation "setBaseStudent" with parameters
|
| Need Recommendation for IO Device | 25 Aug 2005 17:22 GMT | 2 |
Can anybody recommend a digital IO device that I could use with CF? I've tried one but it can't be used as a COM Object.
|
| CFC Return Value | 25 Aug 2005 15:04 GMT | 2 |
I'm trying to write a CFC so that it returns the value of "contact_id" in the following query: <cfquery name="GenerateContactID" datasource="#application.dsn#"> SELECT contact_id+1 AS contact_id
|
| unknown exception condition | 25 Aug 2005 14:27 GMT | 2 |
Error Diagnostic Information unknown exception condition unknown error while executing a tag. I get the following error off and on in a page where I am displaying
|