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...
41175
ppincebourde
Jun 1, 2007 9:00 am
41176
John Bartlett
wyntermoonwolf
Jun 1, 2007 9:07 am
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...
41177
Claude Schneegans
schneeca
Jun 1, 2007 9:21 pm
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 ...
41178
Claude Schneegans
schneeca
Jun 1, 2007 9:53 pm
Hmmnnn... I mean the other way: The FORM has method="POST", but the template receives it as "GET" -- _______________________________________ REUSE CODE! Use...
41179
MusicSUBMIT
trevormorris...
Jun 4, 2007 7:50 pm
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...
41180
John Bartlett
wyntermoonwolf
Jun 4, 2007 8:15 pm
I used float in my db's to store lat/lon values. -John...
41181
Hank Miller
hankcfman
Jun 4, 2007 8:31 pm
What is the type you are for the field you are trying to put the lat and long in? -hankcfman ... From: MusicSUBMIT <lyman.trevor@...> To:...
41182
MusicSUBMIT
trevormorris...
Jun 4, 2007 8:51 pm
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...
41183
raehm
Jun 4, 2007 10:24 pm
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...
41184
Sandoval, Joe
neo1_44
Jun 4, 2007 10:33 pm
You should try uploading the file to a temporary location, them moving/alter/rename file to new location. Joe _____ From: coldfusion-howto@yahoogroups.com ...
41185
John Bartlett
wyntermoonwolf
Jun 4, 2007 10:53 pm
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...
41186
MusicSUBMIT
trevormorris...
Jun 4, 2007 11:36 pm
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...
41187
John Bartlett
wyntermoonwolf
Jun 4, 2007 11:56 pm
If it's a text field, you need single quotes around the value. Set Field1= '#FORM.Field1#'...
41188
Greg Morphis
omenchaos
Jun 5, 2007 12:18 am
take out the semi colon and make sure you use <cfqueryparams... if that doesnt work, also output the fields to check the data....
41189
MusicSUBMIT
trevormorris...
Jun 5, 2007 12:24 am
Doh! I hate that. Thanks it was that simple. :) ... -- Trevor Lyman http://www.musicSUBMIT.com Music Promotion and Internet Marketing for musicians. ...
41190
raehm
Jun 5, 2007 12:53 am
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,...
41191
John Bartlett
wyntermoonwolf
Jun 5, 2007 1:05 am
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...
41192
Lincoln
lincoln_a_c
Jun 5, 2007 10:59 am
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...
41193
ppincebourde
Jun 5, 2007 1:46 pm
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 ... ...
41194
Lee
kompwizard
Jun 5, 2007 3:02 pm
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...
41195
Lee
kompwizard
Jun 5, 2007 3:44 pm
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...
41196
John Bartlett
wyntermoonwolf
Jun 5, 2007 4:42 pm
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...
41197
MusicSUBMIT
trevormorris...
Jun 5, 2007 8:57 pm
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...
41198
George
georgefarnsw...
Jun 5, 2007 9:34 pm
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...
41199
MusicSUBMIT
trevormorris...
Jun 5, 2007 9:48 pm
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...
41200
George
georgefarnsw...
Jun 5, 2007 9:58 pm
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...
41201
Marc Broom
jpldawg
Jun 6, 2007 2:48 pm
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...
41202
Robertson-Ravo, Neil ...
teammacromedia
Jun 6, 2007 2:56 pm
Not sure what you mean? AdSense is easily added to a site. ... From: Marc Broom [mailto:jpldawg@...] Sent: 06 June 2007 15:31 To:...
41203
Ross Valenti
rossv1
Jun 6, 2007 3:25 pm
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. ...