Hi all, Anybody know if it is possible to run a scheduled task located in a website protected by SSO solution SiteMinder ? I tryed to specify username and...
The UserName/Password is used to solve a browser login dialog box. If it's a web based form app, it has no affect. You may be able to create a page to fetch...
Hi, Although I'm not sure this could be related to CF, but I'm having some weird errors caused from time to time in some form action template not able to find ...
Hmmnnn... I mean the other way: The FORM has method="POST", but the template receives it as "GET" -- _______________________________________ REUSE CODE! Use...
I'm testing out a zipcode radius search tutorial from easycfm.com. I'm uploading the data to my MySQL database but I'm having troubles getting the latitude...
I think I'm good- looks like Float was right. Thanks for the help! ... -- Trevor Lyman http://www.musicSUBMIT.com Music Promotion and Internet Marketing for...
I want to change the name of the uploaded image file at the time that I upload it. I am using the following to upload an image from my computer to my server. I...
You should try uploading the file to a temporary location, them moving/alter/rename file to new location. Joe _____ From: coldfusion-howto@yahoogroups.com ...
I never heard of this custom tag before, I always use CFFILE to process file uploads. But Joe's right, you upload the file using the tag (which moves it out...
I keep getting a database exception error on an update statement and I can't figure out why. The form field I'm updating is a "text" type or "memo" type in...
Doh! I hate that. Thanks it was that simple. :) ... -- Trevor Lyman http://www.musicSUBMIT.com Music Promotion and Internet Marketing for musicians. ...
thanks for the tip... I have changed the name successfully using cffile action "rename", but for some unknown reason, it does NOT include the file extension,...
You're setting the variable "newimagename" without the FORM scope and then referencing it in the CFFILE tag with it. It's probably creating a local variable...
Many times we received this error in one of my Coldfusion application. Error Executing Database Query. Timed out trying to establish connection If we restart...
Can you detail your method please ? Siteminder is a third-party tool, and i don't think i may be able to simulate the cookie generation ... If it's ... ...
Hello everyone, I have a frameset where one of the frames is a coldfusion template. I need to make the CF frame aware of the NAME of the page in one of the...
I've been searching our forum for answers, but thought I would give folks more information. FIve frames in browser Three horizontal frames Bottom horizontal...
It's always a pain in the arse but Javascript in one frame can access another frame to either set variables or invoke functions. Whatever javascript that will...
I'm using the output of a memo field in one query as a qualifier in a second query. The "like" function doesn't seem to work like it should. Here are the...
The second query will use only the first row produced by the second query. If the first query produces two or more zip codes then you need some kind of looping...
Would it make more sense to do some kind of join? I'm just not so great at them. I've used this exact "Like" statement to pick out small blocks of text from...
I can't tell from here what would be the best approach. What is the structure of the tables? What gets returned from Table1? and what does ZipVariable in the...
I am doing some contract work and my client wants to have Google AdSense on their pages. I have never used AdSense but it appears that their might be an...
Adding Adsense to .CFM is not against Google's TOS. I have Adsense ads on many cf sites. Just copy&paste the code generated through the Adsense interface. ...