| Thread | Last Post | Replies |
|
| cfmail email adds | 22 Nov 2006 13:19 GMT | 2 |
Hi i have a form which user enter email addresses then press send which goes to a action page where cfmail send out the email to all the emails in the form element "EMAIL" what i want to do is insert into a table all the email addresses as seperate
|
| Need help passing form variables | 22 Nov 2006 06:44 GMT | 5 |
My application has a search page and a results page, on the results page I used the "<previous - next>" DW server behaviors to split my results up to 10 records per page. I have some form variables from my search page that pass to the initial results page, but when I click "next" ...
|
| Verity Collection Unabled to Create Anything | 22 Nov 2006 01:39 GMT | 4 |
Why am I getting this error? ---------------------------------------------- Unable to create collection sts. Unable to create collection sts.
|
| CFHTTP with Client Certificate -- Help | 21 Nov 2006 20:21 GMT | 11 |
I have been racking my brain all day about this problem. I am trying to make a web services call (through any method I can manage) to a server using WSDL. Problem is that I am required to use a client certificate that was provided by the server administrators of the target web ...
|
| <CFexecute> not giving output | 21 Nov 2006 19:51 GMT | 1 |
code at command line which is working fine should be executed.
> license_gen.exe test.xoq -o test.txt -v arguments to exe file: text.xoq is the input file name
|
| Hash help | 21 Nov 2006 18:14 GMT | 4 |
I was trying to script a function in coldfusion that does sha256 encryption using a shared secret value. Doesnt seem like this is possible using CF functions. Can someone please tell me how I can do this any ohter way using CF. So basically it takes 3 parameters data, sharedkey ...
|
| Query the Database for data is very very slow | 21 Nov 2006 16:30 GMT | 1 |
We run Coldfusion MxX 6.1 wit MS access 2003. Requesting Pages that query the Database for data is very very slow. What can i do to increase the speed of it. Will teh use of SQL Server in stead of MS Access solve the proble.
|
| Increase CFFile size limit | 21 Nov 2006 14:32 GMT | 5 |
I need to be able to upload large file to a server for a project involving digital imaging. The files are between 125mb and 250mb. We are not allowed to have FTP access to the server so, even though it is not as efficient I need to use CFFILE to upload them.
|
| How to rank load results on car page | 21 Nov 2006 13:29 GMT | 8 |
This is kinda hard for me to explain. When an admin user adds a new car to our "used car" pages, it will always just appear in the order it was added. BUT, the admin user might really want the car to appear in a certain order on the page, so that someone visiting our website ...
|
| List into Query? | 21 Nov 2006 06:19 GMT | 2 |
This should be simple, but I can't wrap my head around it. A user inputs their zip code into a page. A list of nearby zip codes is returned from the database, separated by commas. No problem, that part's done.
|
| CFFile Write problems | 20 Nov 2006 19:00 GMT | 1 |
Hi Folks - I was wondering if anybody has come across this problem where CFFile just doesn't want to work. I am not receiving any errors within either the CF logs or the system logs. CF is set up as a local system account and has full
|
| Extract words from textarea | 20 Nov 2006 16:29 GMT | 3 |
How can I extract seperate words from a textarea? Thanks.
|
| Finding / skipping CSV errors in files | 20 Nov 2006 16:19 GMT | 1 |
I have a user that refuses to check his CSV files for errors prior to uploading them into a bulk mailing system and then complains when the system gives him an error. Does anyone know a good place to find information on how to either delete a faulty line of information or skip it ...
|
| sending Umlauts via AJAX | 20 Nov 2006 15:45 GMT | 1 |
Using Coldfusion MX 7.0.2, I encountered problems submitting Umlauts properly via AJAX to a CFM. The CFM page receives the Umlauts as not renderable and the #ASC( )# code returns 65533.
|
| Grouping | 20 Nov 2006 13:30 GMT | 9 |
Hi i have a cfoutput of some names and check boxes next to them which are grouped. i would like to be able to select all names in one group, with a button, i think i nearly have the code just not quite working, only the first check box in the group is checking.
|