| Thread | Last Post | Replies |
|
| Session help!! | 04 Aug 2005 19:48 GMT | 4 |
Hi All, I have the following code used to have a user login. I can't get the the session to hold the username. thanks in advance. attached is the CFC and the login page.
|
| Extract Value Pairs from String | 04 Aug 2005 19:11 GMT | 2 |
Can anyone tell me how I would use a regular expression to extract value/pairs from a string and put them into a structure.... has anyone ever done this before? <cfset string = '<IMG height=184 alt="some text" rel=nofollow src="nop.gif"
|
| Freeze and sync headers | 04 Aug 2005 17:28 GMT | 1 |
We have a report that has many pages. Our president wants to have the column headings stay at the top (similar to Excel) when he scrolls down which I've done with frames but the left to right scrolling is independant in the two frames. Is there another method to keep these ...
|
| Automatically unzipping a file upon upload | 04 Aug 2005 16:12 GMT | 2 |
Hey everyone, my title and summary are the basic idea, I just want to know if there is a way for users to be able to upload like zipped archives of pictures, and then when the server gets them, automatically unzip them. If anyone can think of anything, let me know. Thanks.
|
| CFDOCUMENT - Producing code in IE | 04 Aug 2005 15:48 GMT | 1 |
I tried a test run with CFDOCUMENT and CF 7 using this code in the body of a page: <cfdocument format="PDF"> <p>Content goes here</p>
|
| Query of Queries with constructed query using QueryNew() and QueryAddRow() | 04 Aug 2005 15:01 GMT | 2 |
Long story short, I need to do quite a bit "heavy lifting" with a template. Specifically, I need to be able to upload a CSV file, then take the contents of the CSV file and run some calculations based on a certain "column" within a "row". I figured the best way to accomplish this ...
|
| SOAP download remote files | 04 Aug 2005 13:26 GMT | 1 |
Hi. I have this: Server A (location 1) - www.mydomain.com
|
| Remote Java Web Service over HTTPS - How to Connect? | 04 Aug 2005 12:13 GMT | 7 |
I am using Coldfusion MX 6.1 to develop a web service client that has to connect to a remote Java web service over HTTPS (SSL over HTTP). I have installed the X509 certificate in a Java Trust Store and the PKCS12 key in a Java Key Store. I still can't connect to the service ...
|
| Storing encrypted images in SQL Server | 04 Aug 2005 07:52 GMT | 1 |
I want to store images in an encrypted format. my database is SQL Server.Which is the best possible way to do it Thanks un advance CFDyn
|
| Packaging CFCs effectively | 04 Aug 2005 01:15 GMT | 3 |
I'm finally getting around to converting some significant chunks of my websites to use ColdFusion Components to abstract out database access a bit. The problem I almost immediately ran into is that I can't find any good way to package my CFCs.
|
| Selecting records using URL.recordID Problems!! | 04 Aug 2005 01:02 GMT | 2 |
Ok, I am trying to build a message board. I am having problems with inserting the wrong ID into a table based on an URL.recordID. It keeps defaulting to record 1. I have been working on this all day, and I am very frustrated. Any idea would be great.
|
| Funky character in HTML for hotmail | 04 Aug 2005 00:44 GMT | 1 |
Doesn't happen if sent to Yahoo or others, but am seeing a character that looks like this at the top of my HTML emails: ??? I did a view source and hotmail has wrapped my code with this: <table border=0
|
| onSessionEnd Not Firing | 03 Aug 2005 22:56 GMT | 2 |
I'm having a problem getting onSessionEnd to run when the session times out. I copied the code off of the CF doc pages and it doesn't create the log file. the cflog works if I put it in the onSessionStart, so I know that isn't the problem. Any idea what it could be?
|
| Convert LDAP Attribute accountexpires to a date | 03 Aug 2005 21:54 GMT | 2 |
I"m able to convert the attribute pwdlast set to a date using the following code, but it doesn't really work with accountexpires. Any help is appreciated. I was using this with a hardcoded (certainly not desirable) number of days until password expiration occured. While we do ...
|
| QueryNew - Resource Issues? | 03 Aug 2005 21:50 GMT | 3 |
We have a program that reads data in from an Excel spreadsheet and to handle the sorting, selection and translation of columnar data to row data we are loading the Excel data into a dynamic query created with the QueryNew function. We
|