| Thread | Last Post | Replies |
|
| Trim function | 28 Jun 2005 08:58 GMT | 1 |
I am trying to trim unessasary data from a webpage. The code I have found does work, but I am trying to better udnerstand how it works, and if there is a better way to do it. If anyone could help that would be great. Here is the code...
|
| Session Management in Application.cfc | 28 Jun 2005 08:20 GMT | 1 |
I have always used an Application.cfm file for most of my webapps but I am currently working on one that needed the functionality that the Application.cfc method provides... My question is do I enable session management the same was as I would in an
|
| How to extract multilingual to MS Excel | 28 Jun 2005 08:09 GMT | 6 |
How can I extract multilingual data into MS Excel application. At the moment the data extracted into Excel file is not readable. Currently using CFMX with the following code to export data to MS Excel; <cfcontent type="application/msexcel">
|
| Encryption and CF Query | 28 Jun 2005 04:52 GMT | 4 |
When attempting to filter a query with an encrypted password, somewhere along the lines, the encrypted password doesnt validate with the database. We have checked the database against the text output of the variable, and both match up. Code snippet is posted below.
|
| Does ReturnAsBinary of CFLDAP work ?? | 28 Jun 2005 02:56 GMT | 1 |
Does ReturnAsBinary of CFLDAP work ?? I am trying [ReturnAsBinary] for objectGUID on ActiveDirectory. but it does not work, and just CFLDAP return [objectGUID] as [String] Please tell me how to use [ReturnAsBinary] or get correctly [objectGUID]
|
| Finding Records | 28 Jun 2005 01:36 GMT | 3 |
I have a table with 7 columns (keyword1, keyword 2, etc) - what I need to do is to find matching rows based on up to seven input fields, but not less than three. Thus, if my user types in seven input fields, I need it to return all records
|
| CFFILE - Form field does not contain file | 28 Jun 2005 01:21 GMT | 1 |
I am having trouble using CFFILE and my multipart form. I get this error: The form field "C:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp4366
|
| CF 101 | 27 Jun 2005 18:44 GMT | 2 |
I feel like an a.s asking this but I can't seem to get my form values to pass to the action page Here's what I have presentation page
|
| CFSCRIPT Special Characters | 27 Jun 2005 16:44 GMT | 3 |
An external application posts a $ (%24) at the beginning of each querysting. I am able to reference the querystring through normal cf tags, but not within cfscript. Is there an escape character needed? <cfparam name="$selected_rows.node" default="">
|
| CGI Var for Server IP | 27 Jun 2005 13:08 GMT | 1 |
We have 2 servers on round robin, and I need to know the the IP address of a given server. cgi.Server_Name may return the domain name which would be the same on the two servers, so thats no good. I've read in old CF doc that cgi.Local_Address would retrurn the IP, but for
|
| Encoding UTF8/ISO-8859-1 | 27 Jun 2005 12:59 GMT | 2 |
I try to migrate my old Coldfusion server 4.5 (on a windows NT server) to a brand new MX 7.0 (on a windows 2000 server). My dynamic datas are on an Oracle 8.1 database, using the ISO-8859-1 charset. With my old server, my static pages were decoded correctly with iso-8859-1 ...
|
| cfswitch problem | 27 Jun 2005 08:14 GMT | 2 |
Is it possible to do this. I am getting an error but since i am in FBX application i dont see the error. <cfswitch expression="#attributes.fy#"> <cfcase value="#request.fy.current#">
|
| FIle upload trouble | 27 Jun 2005 03:57 GMT | 1 |
I am using CFFILE to upload files to my server. Since upgrading to CF7 we are unable to upload any file bigger than about 2MB. Before the upgrade there were no issues. When we try to upload a larger file we get an HTTP_505 error. I have looked all through the CF ...
|
| How to set a simple lin to print the page | 26 Jun 2005 22:44 GMT | 1 |
I need to create a link "PRINT THIS WINDOW" on my Pop up window, so user can click on this link and print the page. Below is my Pop up window, only contain 1 table with all the information needed to be printed.
|
| Need help with advanced search please!! | 25 Jun 2005 00:42 GMT | 1 |
I am trying to create a search that searches two fields and highlights the search term. How can I do this? Here is my code as of now: <cfquery name="addfaq" datasource="stuff"> SELECT *
|