Re: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Dawn Huang
Hi Paul Can you send me the cfgridTest.cfm file? I still can't get my script working after adding in statement : InvalidTag http-equiv=Content-Type content=text/html; charset=utf-8 style TABLE { font-size : 85%; font-family : Arial Unicode MS; } /style

Re: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Dawn Huang
Hi Paul Thanks for the prompt reply. I still can't get my script working after adding in the below statements, it is still showing squares : InvalidTag http-equiv=Content-Type content=text/html; charset=utf-8 style TABLE { font-size : 85%; font-family : Arial

RE: (Homesite) Output in CFCs

2005-03-09 Thread Calvin Ward
See, you should be using Dreamweaver anyway! Macromedia says so: What tool should developers use to write applications for ColdFusion MX? Macromedia Dreamweaver MX 2004 is the premier development environment for ColdFusion MX 7. New Dreamweaver extensions included with ColdFusion MX 7 make it

OT: Web Accessibility

2005-03-09 Thread A.Little
Hi, Does anyone out there know of any tools/services that I can integrate with out web publishing system that will check the page content (entered by users) against web accessibility guidelines (WAI/s508/SENDA) before we allow it to be published to the live site. I know about the Bobby, LIFT

Deleting Messages With CFPOP

2005-03-09 Thread Robert Nurse
Hi All, I'm trying to use CFPOP to delete message on the pop server after the application has processed the contents. But, according to the documentation, you need a message ID (UID) to do this. Some of the messages have no ID. Is there another way to automatically delete the messages?

CFHTTP head request exists?

2005-03-09 Thread Micha Schopman
Does someone happen to know undocumented functionality to execute a head request with cfhttp instead of a get request? Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Re: CFHTTP head request exists?

2005-03-09 Thread Massimo Foti
Does someone happen to know undocumented functionality to execute a head request with cfhttp instead of a get request? CF 6.1 docs lists head as value for the method attribute in cfhttp: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p58.htm#wp163296 6 I never tried it.

RE: CFHTTP head request exists?

2005-03-09 Thread Micha Schopman
I just noticed, .. case of rtfm better, thanks. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Re: (Homesite) Output in CFCs

2005-03-09 Thread Raymond Camden
If I may (respectfully) disagree with the Mother Ship - I highly encourage any CF developer out there to look at CFEclipse. It is a wonderful editor and well worth the time. If you were a HS+ user (like I was), I think you will find this a lot more to your liking then DWMX. On Wed, 9 Mar 2005

RE: (Homesite) Output in CFCs

2005-03-09 Thread Robertson-Ravo, Neil (RX)
Indeed, I couldn't agree more. I made the switch around August '04 and haven't looked back.. The only time I open HS is to do a RegEx/find/replace as I think Eclipse has a long way to go in terms of speed with that. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]

Dumb Event Gateway question

2005-03-09 Thread Scott Stroz
Is there a way to connect to Yahoo messenger using one of the included 'Gateway Types' in CFMX7? If not, is there a 'custom gateway type' out there that will accomplish this? -- Scott Stroz Boyzoid.com ___ Some days you are the dog, Some days you are the tree.

Re: WSDL creation in CFMX 6.1

2005-03-09 Thread Phillip Duba
Thanks Tom, I am excited about the stuff available in CFMX7 related to the WebServices, it'll just takes us a while to test all our code and migrate over (whenever we have time, of course). Unfortunately, the client can't connect using VisualStudio .NET 2003. To me it sounds like a bug in VS,

RE: (Homesite) Output in CFCs

2005-03-09 Thread Calvin Ward
My comment was tongue in cheek :P CFEclipse is looking really promising, I know that I'm never going back to HomeSite/CF Studio regardless of anything else. Unless of course it became a supported platform by its vendor, and then I would consider it again. I'm not a big fan of working with 'dead'

RE: (Homesite) Output in CFCs

2005-03-09 Thread Steve Brownlee
I have every intention of switching to CFEclipse once it has a few more key features. Right now, I switch between Dreamweaver and CFEclipse depending on the task I need to perform. - DWs search and replace functions put Eclipse's to shame - The ability to hide all panels while coding is a big

Re: Dumb Event Gateway question

2005-03-09 Thread Rey Bango
I don't have an answer for you, Scott, but this is definitely not a dumb question. This is a great inquiry! I'd like to know as well. Rey... - Original Message - From: Scott Stroz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 09, 2005 9:16 AM Subject:

RE: (Homesite) Output in CFCs

2005-03-09 Thread Dawson, Michael
OK. I'll bite. Where is the best resource for installing, configging and using CFE? If Ray uses it, it's gotta be good. (But, I do like my HS+ setup a lot!) M!ke -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 8:09 AM To:

RE: (Homesite) Output in CFCs

2005-03-09 Thread Dawson, Michael
The biggest PITA with HS+ is I can't, for the life of me, turn off that damn Codesweeper crap. I even edited the files directly and removed all profiles. HS still creates those damn codesweeper.log files all over my server. If I can get CFE to duplicate all the stuff I use in HS+, I would

RE: (Homesite) Output in CFCs

2005-03-09 Thread Calvin Ward
I'm not sure on your specific need, however there is an active group developing CFEclipse. CFEclipse Resource Page: http://www.dopefly.com/pages/cfeclipse.cfm Spike's Blog (major CFEclipse contributor, not sure on exact role): http://www.spike.org.uk/blog/index.cfm Tigris Project Page:

Re: (Homesite) Output in CFCs

2005-03-09 Thread Raymond Camden
Michael, you can easily do the hide all panels thing in CFE. You just need to maximize the editor. I believe CFE uses the same key command Eclipse uses for maximizing for something else. I had to add a new key command. I just bound F12 to it. On Wed, 9 Mar 2005 09:44:44 -0500, Steve Brownlee

Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Okay I have my SMTP ACCESS tab set up where the Annonymmus box is unchecked and the Basic and Windows boxes are checked. So now I am assuming that to use my SMTP you will have to authenticate. So in CFAdmin how do you set this up. It states to authenticate you need to enter this format for the

RE: (Homesite) Output in CFCs

2005-03-09 Thread Micha Schopman
I believe most people are withheld by providing eclipse (which is actually nothing more than a highly sophisticated IDE framework) with all necessary features to make it a DWMX replacement. Currently you need to download Eclipse, and install CFEclipse. But we aren't there yet, we also want support

Re: (Homesite) Output in CFCs

2005-03-09 Thread Mark Drew
Ctrl + M to maximise the editor you are working with. With regards to snippets, they are on steroids :) I hope in CFE You can use them for a load of things including new pages from snippets. The key combo tends to be a trigger text e.g. fusedoc + Ctrl+ Shift + i by default, I change that to

Re: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
to into the cf admin and click Mail Settings. In the mail server space, enter user:[EMAIL PROTECTED] where user is the account username. my email address is [EMAIL PROTECTED] so my username would be websitemaker password is the account password in clear text mail.mysite.com is the name of

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Thanks for the info. Okay how and where do I set the SMTP port? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 9:57 AM To: CF-Talk Subject: Re: Using SMTP authentication for CFMAIL to into the cf admin and click Mail Settings. In the

Re: Deleting Messages With CFPOP

2005-03-09 Thread Nathan Strutz
AFAIK, all messages have an ID. The ID is a number assigned by CF to identify which message it is. They always start with #1, so you have to be careful, because if you delete the first message, they act like an array, (push pop) so now message #2 is #1, etc. -nathan strutz

Re: (Homesite) Output in CFCs

2005-03-09 Thread Nathan Strutz
Mark Drew wrote: Ctrl + M to maximise the editor you are working with. You can also double-click the top of any panel to maximize it to your screen. This includes the editor windows, projects pane, file explorer, task manager, (tabbed) browser view, or whatever. -nathan strutz

CFMX, Oracle, store procs, and result sets

2005-03-09 Thread Douglas Knudsen
Ok, I have a developer trying to use an SP in Oracle to return an actual query result set to CFMX. Is this even possible anymore? He followed http://livedocs.macromedia.com/coldfusion/7/htmldocs/0313.htm but gets Error Executing Database Query. [Macromedia][Oracle JDBC Driver]The

Re: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
open the smtp service dialog and click advanced next to ip address. the rest should be simple enough :-) On Wed, 9 Mar 2005 09:57:20 -0600, Eric Creese [EMAIL PROTECTED] wrote: Thanks for the info. Okay how and where do I set the SMTP port? -Original Message- From: Matt Robertson

Re: Dumb Event Gateway question

2005-03-09 Thread Adam Haskell
A company called Zion Software has a product called jbuddy http://www.zion.com/products/jbuddy/index.html it supports Yahoo, along with various other things. We use Lotus Sametime in house and I have to say the messanging event gateway can be fun to play with, not found any actual application

Re: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
oh and also the button marked 'connection' on the same dialog. its all pretty obvious. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

RE: CFMX, Oracle, store procs, and result sets

2005-03-09 Thread Dave Watts
Ok, I have a developer trying to use an SP in Oracle to return an actual query result set to CFMX. Is this even possible anymore? He followed http://livedocs.macromedia.com/coldfusion/7/htmldocs/0313.htm but gets Error Executing Database Query. [Macromedia][Oracle JDBC

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Okay I made the change. In CFADMIN I went in and set the Mail server to my IP address and changed the Server port submited the change and checked Verify. Got a Connection Verification Failed! error message. I went into IIS again and SMTP and chenged the Authentication to Annonymus. Stopped and

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
am I going to have to change this in my router as well? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 10:11 AM To: CF-Talk Subject: Re: Using SMTP authentication for CFMAIL oh and also the button marked 'connection' on the same dialog.

Re: Dumb Event Gateway question

2005-03-09 Thread Scott Stroz
Adam, Thanx, I found that site. JBuddy SDK is a skosh on the expensive side for what I was looking for. On Wed, 9 Mar 2005 11:10:20 -0500, Adam Haskell [EMAIL PROTECTED] wrote: A company called Zion Software has a product called jbuddy http://www.zion.com/products/jbuddy/index.html it

Re: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
if your router is only allowing traffic from specific ports, then yes. On Wed, 9 Mar 2005 10:27:53 -0600, Eric Creese [EMAIL PROTECTED] wrote: am I going to have to change this in my router as well? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Okay I made the port changes in the two areas. Allowing Annonymus access. Stoped SMTP service and restarted. Go into CFAdmin, enter my ip address and server port, check to verify and submit, and still check verification fails. -Original Message- From: Matt Robertson [mailto:[EMAIL

OT: query problem

2005-03-09 Thread Jeff Fongemie
Something odd here. Using mySql with a timestamp field, I'm trying to query records from the last seven days up until right now. I've got this: where date_entered = curdate() and date_entered = DATE_SUB(curdate(),INTERVAL 7 day) This results in records from one day back to seven days

Re: CFMX, Oracle, store procs, and result sets

2005-03-09 Thread Douglas Knudsen
bamm! thanks Dave. My developer is happy now, complained about the Live Docs though. :) D On Wed, 9 Mar 2005 11:30:19 -0500, Dave Watts [EMAIL PROTECTED] wrote: Ok, I have a developer trying to use an SP in Oracle to return an actual query result set to CFMX. Is this even possible

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
okay I change the port setting on the router as well and it still fails verification. I am losing my hair over this.. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 10:42 AM To: CF-Talk Subject: Re: Using SMTP authentication for

Re: OT: query problem

2005-03-09 Thread Jeff Fongemie
Something odd here. Using mySql with a timestamp field, I'm trying to query records from the last seven days up until right now. I've got this: where date_entered = curdate() and date_entered = DATE_SUB(curdate(), INTERVAL 7 day) This results in records from one day back to

Re: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Charles Polisher
On Wed, Mar 09, 2005 at 03:38:14AM -0400, Dawn Huang wrote: Hi Paul Can you send me the cfgridTest.cfm file? I still can't get my script working after adding in statement : InvalidTag http-equiv=Content-Type content=text/html; charset=utf-8 style TABLE { font-size : 85%;

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Ok got it to verify. So I tried sending an email. Wait nothing comes to me. So I check the Event Log and find the following error: Message delivery to the remote domain 'message.alltel.com' failed for the following reason: The remote server did not respond to a connection attempt.

Application.cfm and Virtual Directories

2005-03-09 Thread Ian Skinner
Is there information on how an Application.cfm file behaves with virtual directories? If one has a IIS virtual directory bar defined for a website foo, then it is accessed something like this http://foo/bar/myTemplate.cfm;. Should or should not an Application.cfm in the root directory of foo

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Rick Faircloth
Eric, You were getting verification and successfully mailing before adding the user:password@ part to your SMTP server name, right? Rick -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 12:07 PM To: CF-Talk Subject: RE: Using SMTP

Re: Can we enter chinese chars using CFGrid?

2005-03-09 Thread Paul Hastings
Charles Polisher wrote: I don't think Arial is a good choice for displaying Chinese text. Try a suitable Chinese font. no, arial unicode has pretty much every language in the world in it--it's huge. ~| Logware

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
well I took off the authentication piece for now, changed the ports and got it to verify on my IP. here is the error I am getting form the CF mail log my real IP is not displayed and is subsituted with [my IP] for this email Error,scheduler-3,03/09/05,11:14:24,,Could not connect to SMTP host:

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
so to answer your question, I am not using the username paswword just the IP since I am no longer authenticating -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 11:16 AM To: CF-Talk Subject: RE: Using SMTP authentication for CFMAIL

How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Hi, all... This seems simple, but I haven't found a solution... I've always had clients choose a single photo at a time and used CFFILE to upload them one at a time into a photo gallery. Now, I want to allow the client to choose a directory and then loop through the photos and upload them at

RE: Application.cfm and Virtual Directories

2005-03-09 Thread Katz, Dov B \(IT\)
I'm pretty sure application.cfm propagation is only with physical directories... Not iis virtual ones... -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 12:08 PM To: CF-Talk Subject: Application.cfm and Virtual Directories Is there

OT Query Select Problem

2005-03-09 Thread Dwayne Cole
My query looks like this: = select * from TBL_A where idPrimaryKey IN (15,12,1,8,4) = but the results are returned in the order of 1,4,8,12,15 Im using MS Access. Is there any way to have the results returned in the same order as the list of values passed in the IN statment?

Re: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
So you are running an open relay on port 25? Thats catastrophic. Restrict IP access at least while you try to debug this (its one of the tabs in the SMTP service window) -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com

RE: Using SMTP authentication for CFMAIL

2005-03-09 Thread Eric Creese
Not on port 25, on the new port I set up. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 11:28 AM To: CF-Talk Subject: Re: Using SMTP authentication for CFMAIL So you are running an open relay on port 25? Thats catastrophic. Restrict

RE: Application.cfm and Virtual Directories

2005-03-09 Thread Dave Watts
Is there information on how an Application.cfm file behaves with virtual directories? If one has a IIS virtual directory bar defined for a website foo, then it is accessed something like this http://foo/bar/myTemplate.cfm;. Should or should not an Application.cfm in the root directory

Re: ColdFusion 5 and Stored Procedures Issue

2005-03-09 Thread Barrett Nuzum
Gentlepersons: A bump and a few additional data points. A call to cfusion_dbconnections_flush() seems to clear up the issue, except: a) Macromedia doesn't recommend flushing manually. b) because we have multiple SPs on one page, we'd need to flush after each one to avoid hitting the connection

Creating/updating a blog in Flash using CFMX

2005-03-09 Thread Ron Eis
We've got a website built in Flash. We want to create a weblog that is dynamically updated by ColdFusion. After researching the Macromedia Dev Center, it looks like we need Flash MX Professional 2004 and Data Connection Wizard and DataGrid Column Editor Extensions. Is this correct? Or what's

Re: (Homesite) Output in CFCs

2005-03-09 Thread Michael Dinowitz
CFE is on my list of things to look at when I have more time (soon hopefully). Till then, I'm comfortable with Homesite+ and it takes me all of 5 minutes to edit the VTM files by hand. That being said, if anyone has changes they want to a VTM file that will make it more inline with the docs on

RE: Creating/updating a blog in Flash using CFMX

2005-03-09 Thread Kevin Aebig
It really depends what kind of GUI you want to create with Flash. Yes, for data connection, Flash 2004 Pro is probably your best bet, but I would steer clear of the DataGrid Column editor as its very buggy as is the version of the component thats included with it. As for the data connection

RE: OT Query Select Problem

2005-03-09 Thread Dawson, Michael
You could write a complex UNION query dynamically. This is what the result should look like: SELECT 15, '1' AS SortOrder FROM tbl_a WHERE idPrimaryKey = 15 UNION SELECT 12, '2' AS sortOrder FROM tbl_a WHERE idPrimaryKey = 12 UNION ORDER BY sortOrder That may get a bit ugly if you have

Re: cfstoredproc changes every accent character to '?'

2005-03-09 Thread Ron Jonk
I assume that you are talking about just a couple of problem characters. Once identified you can do a replace and replace the offending character with the ascii equivalent. Once you've run the replace they should go in the database ok. Hope that helps. j

CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Can someone please tell me the workaround becase the technote at macromedia is missing. http://www.fusionauthority.com/Article.cfm/ArticleID:4170 Brook ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

http://www.moviecritic.com/

2005-03-09 Thread Brook Davies
Who is http://www.moviecritic.com/? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Re: Odd Behavior with CFMX7

2005-03-09 Thread David Koehler
I get the same thing on occassion but have not yet been able to determine the problem. I would be happy to see a post regarding a fix. Dave Koehler Luther Consulting Anyone? On Tue, 1 Mar 2005 12:48:52 -0500, Scott Stroz [EMAIL PROTECTED] wrote: -- Scott Stroz Boyzoid.com

Re: cfstoredproc changes every accent character to '?'

2005-03-09 Thread Ron Jonk
Yep thanks that worked. It's a workaround though because I replaced the characters with the #acii equivalent this made the total amount of characters greater and I had to resize the varchar fields in the database. Also I get problems now with sorting and had to update also the input search

Re: http://www.moviecritic.com/

2005-03-09 Thread Todd
Registrant: Macromedia (DOM-246584) 600 Townsend St. San Francisco CA 94103 US Domain Name: moviecritic.com Registrar Name: Alldomains.com Registrar Whois: whois.alldomains.com Registrar Homepage: http://www.alldomains.com

Re: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Well, I found MM's technote off of another link (even the link on MM is wrong) and it says the only way to fix this problem is to use sticky sessions. Wow, that really bites. I may as well be using the session scope then too. I mean, we did so much extra work to allow 'real' load balancing and

RandRange() with a structure

2005-03-09 Thread Will The Game
I'm creating a structure of two images. Then I want them to rotate when the page reloads. I've been doing this fine with my db and using randrange in the WHERE, but how would I make it work with my structure? Thanks, Will cfset imagedisplay= StructNew() cfset imagedisplay.imageID = 1 cfset

Breeze examples?

2005-03-09 Thread Damien McKenna
Anyone know of any Breeze examples that I could show to some VPs here, without having to register for an account? Thanks/ -- Damien McKenna - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ http://www.thelimucompany.com/ -

Re: Breeze examples?

2005-03-09 Thread Ray Champagne
The one on the MM site is about as thorough as you can get: http://www.macromedia.com/software/breeze/ Ray At 02:14 PM 3/9/2005, you wrote: Anyone know of any Breeze examples that I could show to some VPs here, without having to register for an account? Thanks/ -- Damien McKenna - Web

RE: Breeze examples?

2005-03-09 Thread Michael T. Tangorre
From: Damien McKenna [mailto:[EMAIL PROTECTED] Anyone know of any Breeze examples that I could show to some VPs here, without having to register for an account? Thanks/ Breeze Me! @ www.corfield.org Michael T. Tangorre

Re: RandRange() with a structure

2005-03-09 Thread Charlie Griefer
aren't you overwriting the value of imagedisplay.imagename? i think you want an array of structs. cfset imageArray = arrayNew(1) / cfset imageArray[1] = structNew() / cfset imageArray[1].imageID = 1 / cfset imageArray[1].imagename = buy_sidepanelimage.gif / cfset imageArray[2] = structNew() /

Re: RandRange() with a structure

2005-03-09 Thread JediHomer
in this scenario i would do something more like... CFSET aryImages = ArrayNew(1) CFSET aryImages[1] = buy_sidepanelimage.gif CFSET aryImages[2] = buy_sidepanelimage2.gif CFSET iRnd = RandRange(1, ArrayLen(aryImages)) cfoutputimg src=images/#aryImages[iRnd]# width=200 height=350/cfoutput HTH

Re: CFCHART image expired on a cluster

2005-03-09 Thread Barney Boisvert
It's pretty simple to make a tag that will write CFCHART data to a shared location (use the 'name' attribute, and then a CFFILE), and then make a script that will CFCONTENT the charts out of that location, just like the /CFIDE/GraphData.cfm servlet that CF uses internally. We've used this with

Re: How to Browse and Choose Directory...

2005-03-09 Thread Ben Doom
I don't think that the file input type in HTML supports directories. You might have some luck looking into ActiveX extesions, but (of course) that kills cross-browser support --Ben Rick Faircloth wrote: Hi, all... This seems simple, but I haven't found a solution... I've always had

Re: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Great idea, thank you. At 11:30 AM 3/9/2005, you wrote: It's pretty simple to make a tag that will write CFCHART data to a shared location (use the 'name' attribute, and then a CFFILE), and then make a script that will CFCONTENT the charts out of that location, just like the /CFIDE/GraphData.cfm

RE: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Hmmm...seems like that would be a useful function for CF to have... Anyway...I guess I can tell the client that they have to place all photos in a particular folder, e.g., Photo Upload Folder and then just have CF look there and upload whatever photos it finds once the client creates a photo

Re: OT Query Select Problem

2005-03-09 Thread Charles Polisher
Dawson, Michael wrote: You could write a complex UNION query dynamically. This is what the result should look like: SELECT 15, '1' AS SortOrder FROM tbl_a WHERE idPrimaryKey = 15 UNION SELECT 12, '2' AS sortOrder FROM tbl_a WHERE idPrimaryKey = 12 UNION ORDER BY sortOrder

RE: How to Browse and Choose Directory...

2005-03-09 Thread Jerry Johnson
I think you may be intermingling client and server functions. Is the folder in question on a network and accessible from a .cfm page using cfdirectory? or Is the folder in question on the client's machine, remote from the server? Jerry Johnson Web Developer Dolan Media Company [EMAIL

Re: How to Browse and Choose Directory...

2005-03-09 Thread Claude Schneegans
Now, I want to allow the client to choose a directory and then loop through the photos and upload them at once. I'm affraid this is not possible in HTML. What I've done is have the client to zip all his images in one zip file, even if it does not save space, and send the file. Then I unzip

Re: Using SMTP authentication for CFMAIL

2005-03-09 Thread Matt Robertson
still gives me the creeps. Watch your logs vewy vewy cawefully -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: CFCHART image expired on a cluster

2005-03-09 Thread Brook Davies
Barney, Are you copying the file after cfchart has generated it locally, to the shared location? How do you handle charts that update frequently? Brook At 11:30 AM 3/9/2005, you wrote: It's pretty simple to make a tag that will write CFCHART data to a shared location (use the 'name' attribute,

RE: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
It will be a folder somewhere on the client's machine...I have no access to it. I was attempting to find a solution to allow a client to choose a directory from within a CF page, like they do with the file form field and its browse button. Only instead of selecting a file, they select a

RE: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
What if I tell the client to use the directory D:\Photos or whatever, and hardcode that into CF for looping and making the list of photos? Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 3:14 PM To: CF-Talk Subject: Re: How to

Re: CFCHART image expired on a cluster

2005-03-09 Thread Barney Boisvert
Nope, I don't let CFCHART generate the file at all. You can use the 'name' attribute to have CF put the generated chart in a variable of that name, rather than writing it to disk. Then you just use CFFILE to write it wherever you want it. We're not actually caching the charts at all, because

RE: How to Browse and Choose Directory...

2005-03-09 Thread Jerry Johnson
The Cold Fusion server cannot see the client's machine, not even for the one file. The file is actually sent to the server by the client's browser as part of a form. The browser is the software that finds the file and uploads it. The server cannot see any files on the client's hard drive.

Re: How to Browse and Choose Directory...

2005-03-09 Thread Bryan Stevenson
Rick I don't think you have that kind of control over a client machine...this is for security reasons. Imagine if I could write an app to arbitraily grab files off your computer without you expressly selecting the files ;-) This si not to say there isn't a way of making life easier for the

RE: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Come on, Bryan, fess up! Now I know where all those photos went! I didn't misplace them, you grabbed 'em off my computer! ;o) Rick -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 3:36 PM To: CF-Talk Subject: Re: How to Browse and

RE: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
Oh, yeah, yeah...I see what you're saying...I'm not thinking straight. I can't pull files off the client's machine... But, wait...if I set up a CFFILE upload function that loops through the directory that the client specifies...why wouldn't that work? I'm not accessing the client's machine (as

Re: How to Browse and Choose Directory...

2005-03-09 Thread Bryan Stevenson
s..don't tell ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com/tiny.cfm/54

Re: How to Browse and Choose Directory...

2005-03-09 Thread Aaron DC
Primarily because the input type=file... tag is a FILE input tag, not a select a directory tag. Aaron - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, March 10, 2005 7:57 AM Subject: RE: How to Browse and Choose

Re: How to Browse and Choose Directory...

2005-03-09 Thread Ben Doom
How do you know what's in the directory without accessing the client's filesystem? CFFILE's upload function is a little misnamed. What it actually does is allow you to move/copy/modify the file that has already been pushed to the server by the browser. CFFILE doesn't upload anything, it just

RE: How to Browse and Choose Directory...

2005-03-09 Thread Katz, Dov B \(IT\)
Rick, CFFILE has no way of knowing the client's file system... CFFILE simply reads encoded data dumped into a HTTP request, converts it to a temp file, and gives the CF code the path to the CF temp file. The browser is the thing which encodes this data destined for the server, and all the

RE: How to Browse and Choose Directory...

2005-03-09 Thread Rick Faircloth
I must! It's the only way to get out of the doghouse with my wife! ;o) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 3:56 PM To: CF-Talk Subject: Re: How to Browse and Choose Directory... s..don't tell ;-) Bryan Stevenson

RE: How to Browse and Choose Directory...

2005-03-09 Thread Ian Skinner
As had been said several different ways, the server has no idea what is on the clients machine, CF will never work that way! This may not be that difficult if you can designate some FTP space on the server where clients can upload files to and then CF can get to them and do the rest of the

RE: How to Browse and Choose Directory...

2005-03-09 Thread Ian Skinner
Sorry, misspoke a bit. FTP sites aren't mapped to a drive letter, but can be mapped to names in the my network places just under My Computer. It is still a drag and drop to move files from the local to the remote system. -- Ian Skinner Web Programmer BloodSource

Re: RandRange() with a structure

2005-03-09 Thread Will The Game
Excellent guys! Thanks a ton! Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for

XML elements start with CF -- throwing an error

2005-03-09 Thread Shawna Hampton
I'm fairly new to using CF with XML and have a potential problem I need some help with. I'm using cfxml to create an XML document using elements given to me by a third party. The problem is a few of these elements start with CF (i.e., CFDCurrentJoinDate01/01/2005/CFDCurrentJoinDate or

CFMX7 and alternate file extensions

2005-03-09 Thread Brook Davies
With CFMX 6.1, if you wanted to use .dog instead of .cfm to serve CF pages, you needed to edit the file mappings in IIS to point to the jrun dll and also edit the /cfusionmx/wwwroot/web.xml file and add your mappings like this: servlet-mapping servlet-nameCfmServlet/servlet-name

Problems at CrystalTech have gotten ugly!

2005-03-09 Thread Will The Game
Ok, we're on our 3rd week I think with the session invalid errors at CT. Tim U., CEO, seems to have fanned the flames, at least in MY mind. Question: Is ANYone out there experiencing the same problem with their shared server hosts? Anyone??? Especially read the last 2-3 posts. I'd like to

Re: XML elements start with CF -- throwing an error

2005-03-09 Thread Barney Boisvert
You add a separator in there so that the generated content is unchanged, but the raw code doesn't contain the extra tags: cfset sep = / cfxml ... #sep#cftagname ... / /cfxml Or you could use a different delimiter, and replace it: cfxml ... ^cftagname ... / /cfxml cfset xml = replace(xml, ^, ,

RE: Problems at CrystalTech have gotten ugly!

2005-03-09 Thread Michael T. Tangorre
From: Will The Game [mailto:[EMAIL PROTECTED] Ok, we're on our 3rd week I think with the session invalid errors at CT. Tim U., CEO, seems to have fanned the flames, at least in MY mind. Question: Is ANYone out there experiencing the same problem with their shared server hosts?

  1   2   >