Hi
I am tearing my hair out over an inconsistent problem with dates when using an MSAccess query with ColdFusion. The query looks like this:
<CFQUERY NAME="UpdateList" DATASOURCE="DB1">...
Hello experts.
I have an output query WADAdboartikel
I have there allready two functions.
checkall and popchoosentovergleich.
Now i want to add one more:
When i check one checkbox in one ...
Dear All,
I have a serious problem with HTML formatting in emails using CFMAIL.
Emails are working perfect in Lotus Domino environment, but it breaks the formatting in the Windows e...
I am trying to get 2 form fields to bind together:School state and student school using cfselect and a cfc. If a user picks a different state I only want the schools to show in that state. The...
I've got a Site-wide Error handler and the missing template handler set up on the server, and the Site-wide handler does catch some errors, but not all of them. It seems to catch errors like i...
C: on my CF MX server is being filled up faster by unknown files yet. Only 600 MB is avail for the free space.
With CF, is there a way to identify and sort the files and folders by the size?...
I have this codes working fine:
<cfparam name = "form.txtAmt" default = "0" />
<cfparam name = "balance" default = "0" />
<cfparam name = "form.txtSplitQt...
does coldfusion offer an easy way to combine variables into a string like java
e.g. <cfset something = "String1" + variable + "String2">
Cheers
I am not quite sure why this is not working. I am trying to query news items from a database using CFQuery and placing them in a javascript scroller.
<CFQUERY NAME="myquery" DATASOURCE="myd...
I am trying to access the paypal webservice but I can't just use the cfinvoke tag because PayPal requires you to acces their webservice via HTTPS with an SSL certificate. I have installed the ...
I am trying to save a PDF file (which I am being passed from a adobe pdf submit service as I think a binary stream) in a browser, I just want the PDF to saved so I can attach it and email it. ...
I'm trying to set up a cold fusion server on my local machine with no luck yet. I'm setting it up in Dreamweaver. I've tried two obvious root folders and both give me an error message when I...
hi
I know creating a pdf with a rpt using cfm can be done by CFOBJECT the wrapper dll, and then use the CrystalPDF method to create
the pdf
i know we cannot even embed cfreport under cfd...
I'm using the AjaxLink function to effectively reorder a table and I now need to insert a variable into the destination URL. It's a nesting issue. I've simplified the code for the sake of th...
I recently upgraded to coldfusion 8, and for some reason the auto-generated coldfusion client side form validation isn't working anymore. I have the CFIDE folder in the webroot directory, and...
I have a folder with lots of large images.
I'd like to show a thumbnail of each image, but I'm looking for a way to dynamically create the thumbnails.
Can cfpdf create thumbnails of jpg files?
I'm having a difficult time understanding what exactly Macromedia/Adobe Flex technology is, and what I'd need in order to build AND HOST Flex apps. Here is what I currently have installed on ...
I have problems with a CF page that reads data from a db and post the results from the query via CFHTTP to a secure page in a another server (not mine). Then the page updates my db with the ...
I am setting up our new login process. I originally set this up to test it on our Intranet development server and it worked perfectly. I am attempting to utilize the CFLOGIN and CFLOGINUSER ...
Hello,
I'm experiencing a great deal of frustration and although I've looked through as much printed and online documentation as I can find I cannot figure out the correct thing to do here.
...
Hi,
What I'd like to do is add to/subtract from a dropdown list with a coldfusion query using checkboxes.
e.g - say I have 4 checkboxes whose values are car makes - ford, audi, bmw, vw....
Could anyone tell me how to attach multiple attachments to CFMAIL tag. I use MIMEATTACH attribute to attach single document.
Hi Friends
I need to build a multi level tree structure for my application (i dont want to use cfftree tag) with javascript which should be a database driven . If anyone have the code with u ...
ODBC Error Code = 25000 (Invalid transaction state)
[Microsoft][ODBC SQL Server Driver][SQL Server]Transaction count after EXECUTE indicates that a COMMIT
or ROLLBACK TRANSACTION statemen...
Hi All,
I'm trying to do a rather complex comparison/update on my data and I'm looking to do it with 1 query. Basically, I have 2 tables. Table "A" contains accnt_id_1, accnt_id_2 and accnt...