Re: Mx error inserting date, cfqueryparameter advice

2004-04-19 Thread stylo stylo
Always, for every datatype, every single time. I found a list of dtattypes for most db (the cf docs are poor!) but what about Access? I don't know what mates up with a text or memo field and such. Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Mx error inserting date, cfqueryparameter advice

2004-04-19 Thread Jochem van Dieten
stylo stylo said: Always, for every datatype, every single time. I found a list of dtattypes for most db (the cf docs are poor!) but what about Access? I don't know what mates up with a text or memo field and such. The datatypes for cfqueryparam are the same as the datatypes in the JDBC spec

RE: Listing all available DSN names

2004-04-19 Thread Ben Forta
Try this code: http://www.forta.com/blog/index.cfm?mode=e http://www.forta.com/blog/index.cfm?mode=eentry=1093 entry=1093 --- Ben _ From: Josh [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 9:52 PM To: CF-Talk Subject: Re: Listing all available DSN names If you can use the

RE: Recommend a threaded forum application

2004-04-19 Thread Craig Dudley
I'd write your own Jim, it's not hard to be honest. I wrote my own for my gaming site @ http://www.gameslave.co.uk/forum/index.cfm if you want to look, it's currently pretty much tied to mssql, but it's not as big job to move it to another dbms. -Original Message- From: Jim McAtee

Re: Help! A spider...

2004-04-19 Thread Doug James
Oops! I forgot to mention that we are running MX already. Thanks! Doug Matt Liotta wrote: BlueDragon includes a spider that is callable from cfindex and works on all of their supported platforms including RedHat. -Matt On Apr 17, 2004, at 9:48 AM, Doug James wrote: Our current indexing

RE: Recommend a threaded forum application

2004-04-19 Thread Philip Arnold
From: Philip Arnold We ended up writing our own as the ones we looked at didn't do everything we needed Just as a follow-up - it took less than a week to get the major functionality in place for this (reading/posting/editing etc.)- we've since added all sorts of useful functionality I've

RE: Listing all available DSN names

2004-04-19 Thread Andy Ousterhout
Thanks.That did it. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 6:12 AM To: CF-Talk Subject: RE: Listing all available DSN names Try this code: http://www.forta.com/blog/index.cfm?mode=e http://www.forta.com/blog/index.cfm?mode=eentry=1093

RE: ZIP code validation

2004-04-19 Thread Matt Robertson
I purchase mine direct from the USPS Looks like you can no longer do this.It isn't included on their products list http://www.usps.com/ncsc/addressinfo/addressinfomenu.htm So I called them at the phone number on that page.They towed the same line.The information isn't available except in their

CFML from a DB

2004-04-19 Thread Paul Giesenhagen
If I have a constant variable such as #request.dsn# And I want to enter it into a textarea that inserts it's contents into a database, how do I pull out that information and display it. I want to enter into the textarea Hello, my DSN is #request.dsn# And when displayed on the page Hello, my

RE: CFML from a DB

2004-04-19 Thread Tony Weeg
doesn't evaluate() do that paul? -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 9:53 AM To: CF-Talk Subject: CFML from a DB If I have a constant variable such as #request.dsn# And I want to enter it into a textarea that inserts it's

RE: CFML from a DB

2004-04-19 Thread Douglas.Knudsen
cfoutput#request.dsn#/cfoutput Doug -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 9:53 AM To: CF-Talk Subject: CFML from a DB If I have a constant variable such as #request.dsn# And I want to enter it into a textarea that inserts it's

RE: CFML from a DB

2004-04-19 Thread Mike Townend
Something like CFOUTPUT#Evaluate(DE(Form.Text))#/CFOUTPUT HTH -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 14:53 To: CF-Talk Subject: CFML from a DB If I have a constant variable such as #request.dsn# And I want to enter it into

Re: CFML from a DB

2004-04-19 Thread Paul Giesenhagen
Doesn't seem to work. Let me explain alittle more I add the original information into the text area and save the whole textarea into the db, then I run a query and output the results So !--- FORM.CONTENT holds the text and CFML code --- INSERT INTO tablename (content) VALUES('#form.content#')

RE: CFML from a DB

2004-04-19 Thread Tony Weeg
what does cfdump var=#getContent.content# show up as? -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 10:13 AM To: CF-Talk Subject: Re: CFML from a DB Doesn't seem to work. Let me explain alittle more I add the original information

RE: CFML from a DB

2004-04-19 Thread Matt Robertson
Paul, Unless things have improved over time, you have to write the db output to disk, as a cfm file.Then you cfinclude it into whatever you are doing. Check out the cf_execute tag in the Exchange. HtH, Matt Robertson [EMAIL PROTECTED] MSB

Printing Labels from a Web Application?

2004-04-19 Thread Oliver Cookson
Hi, I have just built e-commerce based web app but there is a need to print labels from within the back office to a laser jet with Avery A4 address labels. I could possibly use a Dymo 320 label writer instead. Luckily the back office is only viewed by IE6. If I was going to use the Avery

Re: Help! A spider...

2004-04-19 Thread Rob
Our current indexing routine leaves much to be desired and we would like to use a spider/crawler. We are running RedHat so Verity's spider is out of the question. Does anyone know/have/suggest a spider/crawler routine, custom tag or application that can be used to recursively fetch the

RE: Printing Labels from a Web Application?

2004-04-19 Thread Samuel R. Neff
This presentation sends HTML/CSS/XML to MS Word and includes examples on creating Avery labels. http://www.rewindlife.com/archives/32.cfm HTH, Sam Blog http://www.rewindlife.com TeamMM http://www.macromedia.com/go/team

RE: Printing Labels from a Web Application?

2004-04-19 Thread Tim Blair
Any thoughts would be appreciated. We've done this before as part of mail merges using CF_AveryRTF which has been fairly successful.You can get the tag from the devex here: http://short.badpen.com/?B295NO42 HTH, Tim. -- --- CF_CodingContest

clicking on a map

2004-04-19 Thread Claude Schneegans
Hi, I'm looking for a custom tag that would do the following, can someone give me a hint? - a geographical map is displayed on a page in a GIF image. - the map is declared a map (in the HTML sense), so that when a user clicks on it, the exact coordinates are sent to the server. - now in the

Re: clicking on a map

2004-04-19 Thread Bryan Stevenson
I'm not aware of a tag, but I think you may find simply passing a variable that indicates the region clicked is WAY easier than all that pixel palette colour stuffbut hey...mabye I'm not understanding what you're trying to do ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce

movie Clips on movie Clips?

2004-04-19 Thread Frank Dewey
Hi again, What I eventually am trying to do is to create a drag/drop menu where you can open and close the folders and add new folders - like Windows 2K.For this application, all movieclips/text boxes are created dynamically from Microsoft SQL.What I've thought anout doing is 1) to have a

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
simply passing a variable that indicates the region clicked is WAY easier Ok, but the problem is WHAT to put in the variable? What I want to do is get rid of all these AREAs definitions in HTML. When you have maps with tens of states, provinces, departments or whatever, its a lot of work, and

RE: clicking on a map

2004-04-19 Thread Tony Weeg
so you'd basically have to have a map from which you can get your x/y clicking coordinates and map those coords to a lat/lon combo? is that what ur trying to do? if so, then you could reverse geocode that and get the address/city/state/zip but then you'd have to have some sort of spatial

RE: Printing Labels from a Web Application?

2004-04-19 Thread Andrew S. Peterson
Any thoughts would be appreciated. If you have Crystal Reports, perhaps you could use that: http://www.windowatch.com/2004/april/crystal10_4.html Sincerely, Andrew Tim. -- --- CF_CodingContest mode=judging newentries=false Maze

RE: clicking on a map

2004-04-19 Thread Hagan, Ryan Mr (Contractor ACI)
Try this: If you use the image in a form (e.g. input type=image ...), when you click on the image the X,Y of the image is passed to the form's action page. You can then use something along the lines of ImageMagik to find out what the color of the pixel is at that exact location.Note that there

Re: movie Clips on movie Clips?

2004-04-19 Thread Thomas Chiverton
On Monday 19 Apr 2004 15:51 pm, Frank Dewey wrote: What I eventually am trying to do is to create a drag/drop menu where you can open and close the folders and add new folders - like Windows 2K. Have you seen the blueshoes DHTML tree ? It really is good, and supports drag'n'drop. -- Tom

Re: clicking on a map

2004-04-19 Thread Bryan Stevenson
Ok, but the problem is WHAT to put in the variable? The region ID What I want to do is get rid of all these AREAs definitions in HTML. You still need the areas or nothing is clickable AFAIK When you have maps with tens of states, provinces, departments or whatever, its a lot of work, and

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
so you'd basically have to have a map from which you can get your x/y You just declare ISMAP in you IMG tag, but you don't have to actually define the HTML associate MAP and all AREAs. This way, the exact coordinates of the pixel hit are sent to the server. >From these coordinates, I can get the

HTTPS

2004-04-19 Thread John Ho
hi all I have an applicatin in ColdfusionMX Can someone show me how to secure this web page with HTTPS?. What else do I need? John __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash [Todays

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
You can then use something along the lines of ImageMagik If ImageMagik does this, it could do the job. The problem now is finding ImageMagik... The dev's exchange search returns nothing. -- ___ See some cool custom tags here:

RE: clicking on a map

2004-04-19 Thread Nando
Claude, Cool Idea! Maybe you wouldn't need to bother with the x/y coordinates, and could just grab the color directly - or is that what you're thinking already? ... check this handy little program out for grabbing the color under the mouse pointer. http://www.nattyware.com/pixie.html

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
You still need the areas or nothing is clickable AFAIK No, and this is the point: you just have to declare ISMAP in your IMG tag, and the coordinates are appended as parameters to the URL. No need for a MAP tag. -- ___ See some cool custom tags here:

RE: HTTPS

2004-04-19 Thread Tony Weeg
:) nothing, make ur links https://www.yourdomain.com and that will throw the ssl on the request response tony -Original Message- From: John Ho [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 11:19 AM To: CF-Talk Subject: HTTPS hi all I have an applicatin in ColdfusionMX Can

RE: clicking on a map

2004-04-19 Thread Hagan, Ryan Mr (Contractor ACI)
Hmm, typo sorry.It's ImageMagick: http://www.imagemagick.org/ http://www.imagemagick.org/ I get the impression that it's already installed on most servers.However, it's a bit complex.If you can grab the color info using _javascript_ on the client side, that'd be cool.I'm sure you could also do

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
check this handy little program out for grabbing the color under the mouse pointer. Thanks, I'll have a look. I didn't think it was ever possible. Otherwise, getting the color index from the coordinates from the image file is just a breeze in C, but it will have to be a CFX_ tag. --

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
imagemagick.org I see, thanks. Not a simple solution for every one. I think it will take longer for me just to read the licence agreement than to write a tag for myself ;-) -- ___ See some cool custom tags here:

RE: movie Clips on movie Clips?

2004-04-19 Thread Frank Dewey
I just looked at that blueshoes tree.It is close to what I want to do. Of course I havn't looked at it too much yet, but I'm wondering ifa user can also rename a menu item.Another thought has to do with the visual aspects provided by Flash compared to DHTML.But, using DHTML might prove

Re: clicking on a map

2004-04-19 Thread Claude Schneegans
check this handy little program out for grabbing the color under the mouse pointer. Nice little program, but it looks like it is a stand alone program and does not seem it can be used from _javascript_ in any browser on a HTML page. They sell the source, but they don't even say in what laguage it

Re: HTTPS

2004-04-19 Thread John Ho
This applicaiton is not World wide web do I need HTTPS? thanks :) nothing, make ur links https://www.yourdomain.com and that will throw the ssl on the request response tony -Original Message- From: John Ho [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 11:19 AM To: CF-Talk

RE: Printing Labels from a Web Application?

2004-04-19 Thread Ian Skinner
There is an old article (Last year I believe) in the Cold Fusion Developer's Journal to to just this.Print labels and other highly formatted content.I'm afraid I don't have the opportunity to look up the article just now, but I'll try it later today if nobody else can find it. HTH

Re: HTTPS

2004-04-19 Thread Ray Champagne
Why would you need to have it have SSL if it is not on the web? Ray At 11:48 AM 4/19/2004, you wrote: This applicaiton is not World wide web do I need HTTPS? thanks :) nothing, make ur links https://www.yourdomain.com and that will throw the ssl on the request response tony

RE: HTTPS

2004-04-19 Thread Tony Weeg
is it an internal app? http://anything.anything.tld(.com,.org,.whatever) make sense? doesn’t have to be www but it really can be anything tw -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 11:48 AM To: CF-Talk Subject: Re: HTTPS

RE: HTTPS

2004-04-19 Thread Philip Arnold
From: John Ho I have an applicatin in ColdfusionMX Can someone show me how to secure this web page with HTTPS?. What else do I need? Buy a secure certificate for the site Change your links to be https:// You're done [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: HTTPS

2004-04-19 Thread Douglas.Knudsen
hey, even an intranet can have snoopers!Ha!We SSL some of our stuff internally if it deals with HR related data, salary, employee data, etc. John, HTTPS is not a CF thing, an IIS or Apache thing.You setup in IIS/Apache.Do a search.IIS has a nice enough help system.Apache has apache.org of

Re: movie Clips on movie Clips?

2004-04-19 Thread Thomas Chiverton
On Monday 19 Apr 2004 16:42 pm, Frank Dewey wrote: Of course I havn't looked at it too much yet, but I'm wondering ifa user can also rename a menu item. There is an updateObjectByArray() method you can call on a node. visual aspects provided by Flash compared to DHTML.But, using DHTML Can't

Re: HTTPS

2004-04-19 Thread John Ho
yeah, it just internal web but has sensitive info. What security should I use?. Thanks John [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: movie Clips on movie Clips?

2004-04-19 Thread Ryan Kime
chattyfig.figleaf.com is a good start. As for loading child movies into a container, you can use the createEmptyMovieClip() and loadMovie() functions in Flash. You can do a search on actionscript.com for those and check out the specifics. -Original Message- From: Frank Dewey

RE: ZIP code validation

2004-04-19 Thread cf-talk
Here's a link to my free zip code database.I haven't updated in in a while... but zip codes really don't change much. http://www.cfdynamics.com/zipbase -Novak -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 8:17 AM To: CF-Talk Subject:

Changing sessiontimeout attribute

2004-04-19 Thread Daniel Elmore
Hello, the CFAPPLICATION tag is throwing me for a ride here. I can't seem to consistently change the timeout for session variables. I'm calling the CFAPP tag twice in application.cfm (don't worry about why, long story, it has to be done). Something like this cfapplication name=app1

Re: [OT] Dreamweaver nightmare

2004-04-19 Thread Deanna Schneider
Dave, We do the combo of the three (CF, DW Templates, and Contribute). But, we've found that we must include the html, head, and body tags in all our templates, only using cfinclude for things like navigation and design elements. It's definitely more of a PITA. But, it's the only we've been able

Help with Error Message, Please

2004-04-19 Thread Claremont, Timothy
I am now getting an error on a page that was working perfectly well last week. The error is as follows: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Visual FoxPro Driver]Base table fields have been changed and no longer match view fields. View

RE: Changing sessiontimeout attribute

2004-04-19 Thread Dave Carabetta
Hello, the CFAPPLICATION tag is throwing me for a ride here. I can't seem to consistently change the timeout for session variables. I'm calling the CFAPP tag twice in application.cfm (don't worry about why, long story, it has to be done). Something like this cfapplication name=app1

RE: Changing sessiontimeout attribute

2004-04-19 Thread Daniel Elmore
I don't really see how that is going to change anything. I'm not really looking for code design tips on this one, this is an issue with the CFAPPLICATION tag itself. Thanks -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 12:28 PM To: CF-Talk

arrayindexoutofbounds error

2004-04-19 Thread Deanna Schneider
Hi All, So, I've come up with what I think is a bug. We're using CFMX 6.1 on linux with Oracle 8.1.7. If I have a web form that inserts data into a varchar2 field, and the user enters more than 2000 characters AND a microsoft extended character, I get an arrayindexoutofbounds error. Doesn't

Re: Help with Error Message, Please

2004-04-19 Thread Deanna Schneider
Well, it looks like what you're referencing is a view, and that someone changed the underlying table structure, rendering your view useless. - Original Message - From: Claremont, Timothy I am now getting an error on a page that was working perfectly well last week. The error is as

RE: Help with Error Message, Please

2004-04-19 Thread Ian Skinner
On first blush, from the error message you provided me, sounds like something changed in your database design.A field was modified in a table that is used in a view and the corresponding field in the view no longer matches it's parent in the base table? Any clearer? -- Ian

Writing formatted data to Excel

2004-04-19 Thread Hagan, Ryan Mr (Contractor ACI)
Greetings, I know that MS has kept .xsl files proprietary, but I was wondering if anyone knew any tricks for spitting out some formatted data into Excel. Basically, I really just want to set the format to a column as currency. I can dump a TAB delimited file from CFMX just fine into Excel, but

RE: [OT] Dreamweaver nightmare

2004-04-19 Thread Dave Watts
We do the combo of the three (CF, DW Templates, and Contribute). But, we've found that we must include the html, head, and body tags in all our templates, only using cfinclude for things like navigation and design elements. It's definitely more of a PITA. But, it's the only we've been

RE: Writing formatted data to Excel

2004-04-19 Thread Burns, John D
Someone else suggested a good idea when asking about doing a word document conversion before.They said to create a file the way you want it, then save it.Open it in a text-editor and copy the formatting and stuff from there.It doesn't allow for very much dynamic flexibility, but if you're doing

Class not found error when browsing to a CFC directly.

2004-04-19 Thread Shawn Grover
Hi gang. I was trying to demonstrate CFMX's self documentation of CFCs to a co-worker, so punched in the URL to a CFC file.I got the error listed below. I've seen this occur before but have not been able to determine the exact circumstances where I would see it.I initially suspected it was a

RE: Dreamweaver sites deleting themselves

2004-04-19 Thread Scott Fegette
This (losing site definitions) did happen a lot in DW 6.0, and less frequently in 6.1- I'd definitely recommend checking out this utility: http://mm-exporter.joexx.de/ http://mm-exporter.joexx.de/ ... very handy for backing up/migrating your entire site definitions- but alas, is only available

RE: [OT] Dreamweaver nightmare

2004-04-19 Thread Mark W. Breneman
On the same note. Is there a way to over ride the non editable regions?We are building contribute templates with DW and the frustrating this is that I need to open them in a text editor to make changes to them after adding non editable regions. Maybe some thing like a command line switch when DW

RE: Writing formatted data to Excel

2004-04-19 Thread Heald, Tim
There is a Jakarta project called POI that is making java objects that can create all different types of office documents.Se it here: http://jakarta.apache.org/poi/index.html http://jakarta.apache.org/poi/index.html -- Timothy Heald Web Portfolio Manager Diplomatic Security U.S. Department

RE: [OT] Dreamweaver nightmare

2004-04-19 Thread Marlon Moyer
I thought the whole point of templates was that it is a template that will be replicated on each of the pages that uses that template.So, if you need to add something to a non-editable region, you would edit the template file and then have the changes cascade to the pages. -- Marlon Moyer, Sr.

Any good with DE() ??

2004-04-19 Thread Jon Block
I've got some really cool code that is based upon a technique that works like this... cfsavecontent variable=displayFieldFormat b#summary#/b /cfsavecontent cfoutput query=exampleQuery #evaluate(de(#displayFieldFormat#))# /cfoutput (Don't ask why I'm doing it this way.. it's required

Re: [OT] Dreamweaver nightmare

2004-04-19 Thread Deanna Schneider
Your solution there is not to do it. Basically, you'd be defeating the concept of an editable region. If you need to add page-specific elements, it should either be done inside an editable area, or outside the html entirely (like for cf processing logic or includes, or whathaveyou). If you edit

Re: [OT] Dreamweaver nightmare

2004-04-19 Thread Kevin Graeme
If you edit in the non-editable areas, then you want to dissociate the page from the template. If you don't, and then update the template, it will overwrite your code in the non-editable areas. That's why those areas are non-editable. If you need to add code that is specific to the page, either

Re: Any good with DE() ??

2004-04-19 Thread Bryan F. Hogan
#replaceNoCase(trim(summary), chr(35), 'all')# Jon Block wrote: I've got some really cool code that is based upon a technique that works like this... cfsavecontent variable=displayFieldFormat b#summary#/b /cfsavecontent cfoutput query=exampleQuery #evaluate(de(#displayFieldFormat#))#

Re: Any good with DE() ??

2004-04-19 Thread Bryan F. Hogan
Change it to just replace() chr(35) is never going to have a case [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Writing formatted data to Excel

2004-04-19 Thread Samuel R. Neff
I'd agree with John's suggestion that you should create the formatted text in Excel, save as HTML, and then view the HTML to see how it persisted the formatting information. The only difference of opinion I have is that this technique is extremely flexible and can be used to accomplish a very

2 CFMX UPgrade Questions

2004-04-19 Thread Robert Shaw
Hi, I am going to upgrade some of our CF 5 machines and we have a few questions we thought the CF gurus on this list may be able to answer. 1. Can we upgrade from CF 5 to CFMX for J2EE and if so will this save our settings and migrae them like a straight CFMX upgrade would? 2. I heard the

CFHTTP returns 404 statuscode for valid URL

2004-04-19 Thread Carolyn Foster
I'm using CFHTTP as part of a link checker feature in one of our Web sites, and there's one URL in particular that gets flagged as invalid even though it isn't. The URL is http://www.bart.gov, and when I open it in my browser the site loads without any problem. However, when I run this line of

RE: Any good with DE() ??

2004-04-19 Thread Burns, John D
You need to check if summary contains a pound and if so, replace it with ## probably.Not sure if there's a function to escape pounds automatically or not. John -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:20 PM To: CF-Talk Subject: Any

RE: 2 CFMX UPgrade Questions

2004-04-19 Thread Douglas.Knudsen
see inlineDoug -Original Message- From: Robert Shaw [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:32 PM To: CF-Talk Subject: 2 CFMX UPgrade Questions Hi, I am going to upgrade some of our CF 5 machines and we have a few questions we thought the CF gurus on this list may

RE: CFHTTP returns 404 statuscode for valid URL

2004-04-19 Thread Burns, John D
They might not have a default document set for the site.They may be catching the 404 error and redirecting based on that.If that's the case, your status code would probably stay as 404.Not 100% sure on that, but it's a guess. John -Original Message- From: Carolyn Foster [mailto:[EMAIL

RE: [OT] Dreamweaver nightmare

2004-04-19 Thread Mark W. Breneman
Right you are! But, I don't want to use the templates as a dream weaver template (that is what CFincludes do for me).I just want to control what contribute users can edit.As far as I know using the templates is the only way I can do that. Mark W. Breneman -Cold Fusion Developer -Network

RE: CFHTTP returns 404 statuscode for valid URL

2004-04-19 Thread Ian Skinner
A shot in the dark, but maybe the target site is using some kind of browser agent detect, and is not understanding the agent provided by your cold fusion server, but has no problem when you browse to it with your normal browser and it's common user agent? Maybe / Maybe not -- Ian

RE: CFHTTP returns 404 statuscode for valid URL

2004-04-19 Thread Paul Kenney
If www.bart.gov is redirecting you, do you have the redirect attribute for cfhttp set to true? Paul Kenney [EMAIL PROTECTED] 916-212-4359 -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 11:39 AM To: CF-Talk Subject: RE: CFHTTP returns 404

RE: CFHTTP returns 404 statuscode for valid URL

2004-04-19 Thread Burns, John D
FYI, when I went to www.bart.gov it redirected me to www.bart.gov/index.asp If you can't get redirecting and stuff working, put in that full address and maybe it'll work right. John -Original Message- From: Paul Kenney [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:04 PM To:

Re: New Security Bulletin for CFMX

2004-04-19 Thread george . earl
Hey Dave...gotta link to all 19 of those?? ;-) I think there is a rollup due later this month. We're building a CFMX 6.1 server (Enterprise, Windows 2000 Advanced Server). Is there any method to the madness of installing the 19 or so hot fixes and security patches? Should they be installed in

Re: New Security Bulletin for CFMX

2004-04-19 Thread Dave Carabetta
We're building a CFMX 6.1 server (Enterprise, Windows 2000 Advanced Server). Is there any method to the madness of installing the 19 or so hot fixes and security patches? Should they be installed in chronological order based on their release dates? Should the security patches be folded in

OT: Javascript popup onsubmit

2004-04-19 Thread Robert Orlini
Any help w/this _javascript_ would be appreciated. Since I'm very new to _javascript_. script function popup(popupType) { window.open(this); } /script form method=post action="" > select name=date option value=#dateFormat(dateAdd('m',i,now()),'mm')##dateFormat(dateAdd('m',i,now()),' ')#

RE: New Security Bulletin for CFMX

2004-04-19 Thread Douglas.Knudsen
after painstaking work I found the hotfix list here http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm#MX61 I see 12 listed.Of the 12 do you really need all of them?some are for *nix only some for Windows only, etc.. Doug -Original Message- From: [EMAIL PROTECTED]

RE: CFMyAdmin Update - New MX compatible version available

2004-04-19 Thread Daniel Mackey
Hi Matt and all, We have taken all your comments and suggestions into consideration and the latest version uploaded today will solve any problems posted so far including the hard-coding of the port number. Update List: -Now works on Linux/Windows with support for IE/Firefox/Moz -Ability to

Session Variables Not Holding

2004-04-19 Thread Nick Baker
Session variables are not holding for the session with the following on the local development system (CF 5.0). Session variables are holding on the live Web site which uses MX. Any suggestions. Below is the CFAPPLICATION setting Thanks, Nick CFAPPLICATION name=Development

RE: New Security Bulletin for CFMX

2004-04-19 Thread Dave Carabetta
after painstaking work I found the hotfix list here http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm#MX61 I see 12 listed.Of the 12 do you really need all of them?some are for *nix only some for Windows only, etc.. Don't forget the Security Bulletins as well. They don't get

Odd RegEx question.

2004-04-19 Thread Jeff Waris
I need some pointing in the right direction. I am guessing this is a rereplace Regex situation.How would you do this Here is my string sometext(1(2)more text I need to strip everything up to the first ( and strip everything after the last ) The string I'd like to end up with would be

XML/SOAP Credit Card Settlement with Bank of America

2004-04-19 Thread Nathan Woodward
We have been using Bank of America's credit card system and we have been having terrible performance with the settlement process involved with our credit card verification system. The initial problem is that when I try to load the wsdl file into dreamweaver MX it bombs out - this is the URL for

Directory mapping

2004-04-19 Thread Phillip B
Lets say I map a directory named foo. Two sites already have a directory named foo but the rest don't. Will this cause a problem for the two sites that have the directory? I'm using CF 5 and MX. Phillip B [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Odd RegEx question.

2004-04-19 Thread Ben Doom
If CFMX: newstring = rereplace(string, .*?(\(.*\)).*, \1); If CF5, I'll ... uh ... thing of something else.:-) Caveats:untested, off the top of my head, YMMV --Ben Doom Jeff Waris wrote: I need some pointing in the right direction. I am guessing this is a rereplace Regex situation.How

CFMAIL on 4.5

2004-04-19 Thread Ciliotta, Mario
Hi I still have an old CF 4.5 server running and I noticed today that all the email that I send, when they are received by the user they have a sent time that is 1 hour later then the actually sent time that I sent the email.Is this a bug in CF4.5? Thanks MArio [Todays Threads] [This

Re: CFMAIL on 4.5

2004-04-19 Thread Jim Campbell
Maybe your server's got its daylight savings/time settings wrong? - Jim Ciliotta, Mario wrote: Hi I still have an old CF 4.5 server running and I noticed today that all the email that I send, when they are received by the user they have a sent time that is 1 hour later then the actually

RE: CFMAIL on 4.5

2004-04-19 Thread Cameron Childress
The sent time will reflect the time setting on your server.Check to make sure that the machine CF is installed on has the proper time setting and is properly obeying Daylight Savings.You probably also want to verify that on your SMTP server as well. -Cameron - Cameron Childress

Re: CapFirst UDF

2004-04-19 Thread Deanna Schneider
Pascal, Very sweet. But, is there any way to say unless the thing in parens is s or es - in other words, this will turn this: adult(s) into Adult(S) (Note that I've ordered the teach yourself regular expressions book, but it hasn't arrived yet) - Original Message - From: Pascal Peters

Re: XML/SOAP Credit Card Settlement with Bank of America

2004-04-19 Thread Matt Robertson
switch to in-process request? I had a nightmare of a time with them not too long ago.cf_bofainprocess was the result,Its a quick/dirty tag for use with their in-process method, not the new xml/soap.Its free in the MM devex. I wrote it to be simple, but the way it loops over a parm list can be

Pass NTAuth to SQL thru CF5?

2004-04-19 Thread Morgan Senkal
This is a topic that has come up several times in the past.I have always discouraged it, opting to go with an application-level security model.My question is, is it possible to pass the NT user authentication information directly to the SQL server thru CF?The goal would be to have the SQL server

problem with french characters when updating MSSQL.

2004-04-19 Thread Dan Farmer
I have the following being input into a MSSQL longtext I've tried several functions such as preservesinglequotes and paragraphformat but I still get errors... any ideas as to what string function I should be using? It seems to be choking on the french characters. french Nous avons tiss des

RE: problem with french characters when updating MSSQL.

2004-04-19 Thread Philip Arnold
From: Dan Farmer I have the following being input into a MSSQL longtext I've tried several functions such as preservesinglequotes and paragraphformat but I still get errors... any ideas as to what string function I should be using? It seems to be choking on the french characters.

RE: problem with french characters when updating MSSQL.

2004-04-19 Thread Philip Arnold
From: Dan Farmer I have the following being input into a MSSQL longtext I've tried several functions such as preservesinglequotes and paragraphformat but I still get errors... any ideas as to what string function I should be using? It seems to be choking on the french characters.

  1   2   >