Re: transfer session from 4.5 to MX

2004-08-30 Thread Nathan Strutz
No, CF4.5 has a completely different data space from CFMX. Anything before CFMX was built in C, while CFMX is built in Java. Pre-CFMX clustering relied on ClusterCATS, while Post-CFMX relies on its underlying J2EE server to manage clustering and session sharing. There are, of course, other

coldfusion MX updater :query

2004-08-30 Thread vishnu prasad
Hi All i install coldfusion mx with jrun i have 4 instance if i run updater it will only upadte the default instance am i right how to upadte all the instance what is the procedure [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

galleon

2004-08-30 Thread dave
has anyone converted this too mysql yet? (from raymond on devnet 8) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Farcry x SpeckCMS: The best CMS is....

2004-08-30 Thread Micha Schopman
FarCry Is the best choice when you are looking for an open soure content management system. There are more CFML based systems out there but they are not free, systems like Commonspot, or even our own iManage. Most solutions are hard to find, because they stay indoors. :-) Micha Schopman

RE: [Spam?] Removing extensions from filelists

2004-08-30 Thread Pascal Peters
1. REReplace(filename,\.\w+$,) 2. Replace(filename,_, ,all) Pascal -Original Message- From: Mark Henderson [mailto:[EMAIL PROTECTED] Sent: 30 August 2004 06:46 To: CF-Talk Subject: [Spam?] Removing extensions from filelists I'm currently attempting to incorporate the generation

Re: galleon

2004-08-30 Thread Qasim Rasheed
Have you thought about using SQL server Express instead of Access? Qasim - Original Message - From: Ian Sheridan [EMAIL PROTECTED] Date: Mon, 30 Aug 2004 15:26:41 -0400 Subject: Re: galleon To: CF-Talk [EMAIL PROTECTED] I would defiantly advocate for support of MySQL. Why? I develop on

Re: XML and WDDX

2004-08-30 Thread Simon Horwith
unless the XML commands are supposed to be embedded within a WDDX packet, you probably don't need WDDX (unless the commands return WDDX). You should be building an XML packet in the formated by the software, putting it into a string with toString(), and passing it via SOAP or a CFHTTP POST or

RE: XML and WDDX

2004-08-30 Thread John Stanley
You should be building an XML packet in the formated by the software, putting it into a string with toString(), and passing it via SOAP or a CFHTTP POST or GET... then parsing the response as is appropriate. Thanks Simon for your help. -Original Message- From: Simon Horwith

CFMX 6.1 and cisco load balance

2004-08-30 Thread Douglas Knudsen
Ok, anyone got some pointers for setting this up?I've been googling around and looking at macr for abit.So much is about CF5 and clustercats.ClusterCats still around?Should it be used?Have 2 webservers going to sit them behind one of those fance cisco load balancers. -- Douglas Knudsen

Re: galleon

2004-08-30 Thread dave
doesnt help when your platform wont support m$ products -- Original Message -- From: Qasim Rasheed [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Mon, 30 Aug 2004 15:35:54 -0400 Have you thought about using SQL server Express instead of Access? Qasim

Re: CFMX 6.1 and cisco load balance

2004-08-30 Thread Adam Churvis
Contact me offlist and I'll be happy to talk to you about it.770-446-8866 is my office phone. Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive Training: * C# ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL

Re: galleon

2004-08-30 Thread Jake .
Have you thought about using SQL server Express instead of Access? I actually just came across SQL Server Express a few days ago. What's the story with this? Is it just a lite version of SQL Server? If I test on Express, will apps scale up problem free? And as far as the question about Access

Re: galleon

2004-08-30 Thread Ian Sheridan
I have everything else (in MS Office) except for access. Shrug what can ya do. I certainly have no control over M$ greed. So I do without and usually what I substitute with is usually better. So I can't say that I am worse off. Ian - Original Message - From: dave [EMAIL PROTECTED] Date:

regexp help

2004-08-30 Thread chris porter
hi guys, heres a quick regexp question for ya.. i have this text (from an email and need a regex that will match the product info protions: Here's the text: (might need to expand your window to see the full format) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: CFMX 6.1 and cisco load balance

2004-08-30 Thread Mark A Kruger
well... I'm not sure how good it is going to do you if one is behind the load balancer and 1 is in front.In the words of Mr. Miagi - it takes 2 to tango. ... maybe it was boggie... can't remember. -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Monday, August

RE: regexp help

2004-08-30 Thread Michael Dinowitz
Remember that the list removes all text that comes after a line of dashes. You may want to repost that text you want to parse. On the other hand, your in luck as I just finished another email parser to grab products out of an email for entry into a DB (for mothernature.com). I should be able to

Re: galleon

2004-08-30 Thread Qasim Rasheed
Well its an ongoing argument whether to use MS product or not. I just recommended since its a better db than access and free. Qasim - Original Message - From: dave [EMAIL PROTECTED] Date: Mon, 30 Aug 2004 16:02:45 -0400 Subject: Re: galleon To: CF-Talk [EMAIL PROTECTED] doesnt help when

Re: regexp help

2004-08-30 Thread chris porter
Hmm got bit by that lines problem... good advanced warning that that will happen ;) here is the text: Product Name Product NumberQtyEst. Ship DateYour Ext. Price [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: regexp help

2004-08-30 Thread chris porter
and one last time DATA: Product Name Product NumberQtyEst. Ship DateYour Ext. Price [dashed go here all the way across PITA email parser] description of some item1 0344437103/12/2004USD 335.75 another description of some item1 0344734103/12/2004USD 335.75 and one last description of some

RE: regexp help

2004-08-30 Thread Michael Dinowitz
OK, lets do the pattern dance. The product name will always be on it's own line and followed by the product info? What is the number format (if any). What can it contain (spaces, dashes, etc.). Is the quantity always there? Ship date always there? in any specific format? Price always there? Always

Re: CFMX 6.1 and cisco load balance

2004-08-30 Thread Adam Churvis
I think he meant they were both going to sit behind the one switch. By the way, you can virtually split a Cisco switch such that it load balances your web server farm separately from your ColdFusion server farm running in distributed mode.Great for balancing resources on sites that weigh more

RE: regexp help

2004-08-30 Thread Michael Dinowitz
Really fast (Using the multi-line move of CFMX) ^([^#chr(13)#]+)[[:space:]]+([0-9]+)[[:space:]]+([0-9]+)[[:space:]]+([0-9]{2 }/[0-9]{2}/[0-9]{4})[[:space:]]+(USD)?[[:space:]]*([0-9.]+)$ _ From: chris porter [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 4:41 PM To: CF-Talk

CHR in ASP and CFMX

2004-08-30 Thread Robert Everland III
When I do a CHR() in ASP and a CHR() in CFMX they come up with 2 different values. Is there any way to match the values up? Bob [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Decorate your suite

2004-08-30 Thread Asim Manzur
Decorating your suite I am looking for some sort of server side solution where visitor can come choose the suite and then decorate it on his own style. I am not sure what options I have to create some sort of application like that. Does someone know anything server side solution for that. Any

Re: galleon

2004-08-30 Thread Ian Sheridan
I agree with Qasim. The argument of most people have access to [MS] Access is irrelevant. We are Developers we have access to MySQL (if you don't have it, it would be worth your while to install it and try it out). We are not the normal users who does not even know if they have MS Access on their

RE: CHR in ASP and CFMX

2004-08-30 Thread Ewok
What characters are you trying to use? These look to be the same thing…. cfoutput#chr(13)##chr(10)#/cfoutput %= chr(13) chr(10) % or %= VBCrLf % VB also has a lot of constants for these… Like VBCrLf is the same as Chr(13) Chr(10) VBCR is the same as Chr(13) VBFormFeed is the same as

OT: Print Multiple PDF's

2004-08-30 Thread Tim Do
Hello All, I'm trying to have a print all function where a user can print a bundled reporting package.There will be several saved pdf documents as well as some pdf's that are generated on the fly.Can anybody suggest a way to accomplish this? Thanks, Tim [Todays Threads] [This Message]

Re: Recommendations for a good site monitoring service?

2004-08-30 Thread Matt Robertson
Get yourself a cheap CF hosting acct and run your own (or run it off your home broadband for free if you have a cf server license available).I wrote SitePeeker (free in the MM devex) and use it to test smtp, http, https, pop3, cf/db and web mail at 4-minute intervals. I used to run it off a $20 /

CFEclipse question

2004-08-30 Thread Peter Nyberg
I just started using Eclipse + CFEclipse and absolutely love it (OSX, used BBEdit before trying this). However, one thing I wonder is if anyone knows if there's a way to find matching parenthesis, brackets and tags? That's about the only major complaint I have. Peter Nyberg Northwestern

Re: CFMX 6.1 and cisco load balance

2004-08-30 Thread Douglas Knudsen
thanks adam...I'll take you up on that in the next day or two. Doug - Original Message - From: Adam Churvis [EMAIL PROTECTED] Date: Mon, 30 Aug 2004 16:40:24 -0400 Subject: Re: CFMX 6.1 and cisco load balance To: CF-Talk [EMAIL PROTECTED] I think he meant they were both going to sit

RE: galleon

2004-08-30 Thread Dave Watts
I actually just came across SQL Server Express a few days ago. What's the story with this? Is it just a lite version of SQL Server? If I test on Express, will apps scale up problem free? For most CF/web applications I've seen, SQL Server Express would be suitable as a replacement for a

CFID url / cookie preference

2004-08-30 Thread Nathan Strutz
I've got an app where we put the urltoken in all the links on the site, including cflocations and everything for those ~2% who don't surf with cookies. Sometimes, due to bad proxy servers, and even with no-cache http headers, pages get cached and a user may enter another user's session when

RE: Template Encryption

2004-08-30 Thread Dave Watts
Not to start the whole client/owner discussion but just curious as to why a client would pay for code that they can't see... Perhaps for the same reason I bought a copy of Windows. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays

RE: CFMX Startup error no 2

2004-08-30 Thread Dave Watts
Pure insanity... I deleted all the class files in cfclasses - tried to restart - negative. Then rebooted tried again - negative. Then 10 minutes later (someone else of course) clicked start and it started. (cheers Spike) This concerns me - but who cares its working. btw - thanks

Re: CFID url / cookie preference

2004-08-30 Thread Barney Boisvert
You have that ahead of your CFAPPLICATION tag?Definitely won't work if it executes afterwards, but I have no idea if it'll work before. A better route would be to check and see if a user has cookie support, and if they do, don't set the URL variables anywhere. cheers, barneyb On Mon, 30 Aug

RE: CFMX 6.1 and cisco load balance

2004-08-30 Thread Dave Watts
Ok, anyone got some pointers for setting this up?I've been googling around and looking at macr for abit.So much is about CF5 and clustercats.ClusterCats still around?Should it be used?Have 2 webservers going to sit them behind one of those fance cisco load balancers. ClusterCATS is still

RE: Template Encryption

2004-08-30 Thread Ewok
Good point lol, but you also didn’t call MS up and ask them to write windows for you :-) _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 5:55 PM To: CF-Talk Subject: RE: Template Encryption Not to start the whole client/owner discussion but just curious as to

Re: CFID url / cookie preference

2004-08-30 Thread Nathan Strutz
Barney Boisvert wrote: You have that ahead of your CFAPPLICATION tag?Definitely won't work if it executes afterwards, but I have no idea if it'll work before. Seems like screwing with vars before cfapplication used to work... may have been cf5... may have been a dream :) Anybody remember? A

RE: Recommendations for a good site monitoring service?

2004-08-30 Thread Eric Dawson
Also check out; Servers Alive - free to 10 checks per script. http://www.woodstone.nu/salive/ and Big Sister - free open source alternative to Big Brother http://bigsister.graeff.com/ Mercury Interactive did have a free offering - I couldn't find on their website though

finding SWF dimensions w/o a CFX tag

2004-08-30 Thread Nando
Hi, I'm looking for a solution to determine the dimensions of a SWF file that does not rely on a CFX tag, so the application can be free standing on any server. Anyone know of anything? Unfortunately, the Alagad Image component doesn't support SWF files. I looked at the Java source for the java

Re: CFEclipse question

2004-08-30 Thread Ian Sheridan
Use \) \( the back slash is used for this. Ian - Original Message - From: Peter Nyberg [EMAIL PROTECTED] Date: Mon, 30 Aug 2004 16:42:00 -0500 Subject: CFEclipse question To: CF-Talk [EMAIL PROTECTED] I just started using Eclipse + CFEclipse and absolutely love it (OSX, used BBEdit

Re: regexp help

2004-08-30 Thread Ian Sheridan
Why don;t you just go through the text as a list with CR as the delimiter? This way you can have much more focused regular expressions. Just a thought, Ian - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] Date: Mon, 30 Aug 2004 16:49:48 -0400 Subject: RE: regexp help To:

Re: CFID url / cookie preference

2004-08-30 Thread Nando
If the app is on a flavor of fusebox or in mach-ii, there's a nifty solution for this ... now where is that snippet ... here it is ... I'll just pop what i copied from that thread into here, and maybe it helps ... courtesy of Julian ... cfparam name=self default=#URLSessionFormat('index.cfm?=')#

RE: CFEclipse question

2004-08-30 Thread Spike
Hi Peter, I'm not 100% sure what it is you mean by the comment below. Any chance you could expand on it? FWIW you can right-click on an opening tag and jump to the end tag, but I'm not sure that's what you're after. Spike Stephen Milligan Code poet

Re: CFID url / cookie preference

2004-08-30 Thread Barney Boisvert
Why would it be a lot of conditionals?Set a variable urlTrackingVars to either the CFID/CFTOKEN string (no cookies) or to the empty string (has cookies), and then append it to every url.Bam, you're done. If you're using a helper variable for your URLs (like 'self' in FuseBox), then you can just

RE: regexp help

2004-08-30 Thread Michael Dinowitz
You can get the first and second lines based on a new line delimited list and you can get the items in the second line using a space delimited list. I just like to be specific when parsing data from a source like email. My preference is to pop 2 messages, save the first in a DB (raw) and use the

Re: CFEclipse question

2004-08-30 Thread Peter Nyberg
Ok, I realize I wasn't very clear, although I think you got the point below. Just like you can jump to the end tag (thanks for the tip!), I wonder if there's a way in a cfscript section to either jump to the corresponding } or for the editor to highlight the whole code block in between the { and

Re: CFEclipse question

2004-08-30 Thread Peter Nyberg
Ok, I realize I wasn't very clear, although I think you got the point below. Just like you can jump to the end tag (thanks for the tip!), I wonder if there's a way in a cfscript section to either jump to the corresponding } or for the editor to highlight the whole code block in between the { and

Re: CFID url / cookie preference

2004-08-30 Thread Nathan Strutz
Nando wrote: If the app is on a flavor of fusebox or in mach-ii, there's a nifty solution for this ... now where is that snippet ... here it is ... I'll just pop what i copied from that thread into here, and maybe it helps ... courtesy of Julian ... cfparam name=self

RE: Template Encryption

2004-08-30 Thread Vince Bonfanti
Precompiling and encrypting CFML templates is possible in BlueDragon 6.1: http://www.newatlanta.com/products/bluedragon/index.cfm Redeploying on BlueDragon would probably be easier than rewriting as CFXs or COM objects. Vince Bonfanti New Atlanta Communications, LLC

RE: CFEclipse question

2004-08-30 Thread Spike
Yeah, that's a good suggestion. I'll put it on our list for features to implement. How it gets implemented will probably depend on how hard it will be to do for each of the possible approaches. Spike Stephen Milligan Code poet for hire

Re: CFID url / cookie preference

2004-08-30 Thread Nathan Strutz
Barney Boisvert wrote: Why would it be a lot of conditionals?Set a variable urlTrackingVars to either the CFID/CFTOKEN string (no cookies) or to the empty string (has cookies), and then append it to every url.Bam, you're done. Yeah, that still means I have to run through and change every

Re: CFEclipse question

2004-08-30 Thread Ian Sheridan
oops well I shot that off fast. but I still use BBEdit myself. I see what you mean, this is a question best answered by the CFEclipse developers. It's a functionality that is not there they might be able to place it in there but I am not sure. why don;t you join the mailing list for CFEclipse

RE: CFID url / cookie preference

2004-08-30 Thread Spike
How exactly are you appending the variable to the URLs in your pages? Can't you do this before the cfapplication tag: if (isDefined(cookie.CFID) and isDefined(cookie.CFTOKEN) and isDefined(url.CFID) and isDefined(url.CFTOKEN) and cookie.CFID neq url.CFID and cookie.CFTOKEN neq url.CFTOKEN) {

Re: Template Encryption

2004-08-30 Thread Jordan Michaels
I was going to mention Blue Dragon, but then I read that you was using CF 5. But yes, if you're open to using a different CF Server, I'd highly recommend BD. -Jordan Vince Bonfanti wrote: Precompiling and encrypting CFML templates is possible in BlueDragon 6.1:

Re: CFEclipse question

2004-08-30 Thread Peter Nyberg
Thanks guys! I'll join the list right away. And I shouldprobably reclassify this as a minor (not major) complaint, although it can be quite handy in case of nested and/or long statements. Oh, and sorry about the double-posting... Peter [Todays Threads] [This Message] [Subscription] [Fast

Re: galleon

2004-08-30 Thread S . Isaac Dealey
There will be an official mysql release. Do people think mysql support is more important than ms access? I'd wager that everyone who uses MySQL with any regularity will say uniquivocally yes and anyone who uses Access with any regularity will say unequivocally no. s. isaac dealey954.927.5117

RE: cf_aebrowser - New Version Testing Help Required

2004-08-30 Thread Andrew Dixon
Hi Everyone. Thanks for the testing so far, some good results and some modifications requirement, which I have made. However, I'm still lacking in some departments, particular Mac and Linux testing or which I only had one person on a Mac using Safari (thanks). Ifanyone else out there is on a Mac

CFHTTP Cookies

2004-08-30 Thread Russ
I'm doing a cfhttp request, and I'm posting a cookie like this: cfhttpparam name=AdsUserLocale value=en_US type=COOKIE However, CF URLEncodes it and posts this: Cookie: AdsUserLocale=en%5FUS; IE posts it as: Cookie:; AdsUserLocale=en_US How do I get CF to not URLEncode the variables? Russ

Re: CFID url / cookie preference

2004-08-30 Thread Nathan Strutz
Spike wrote: How exactly are you appending the variable to the URLs in your pages? Can't you do this before the cfapplication tag: if (isDefined(cookie.CFID) and isDefined(cookie.CFTOKEN) and isDefined(url.CFID) and isDefined(url.CFTOKEN) and cookie.CFID neq url.CFID and cookie.CFTOKEN

RE: Template Encryption

2004-08-30 Thread Andrew Scott
Reserved? I think you mean reversed, even with the advent of blackstone compiling to java bytecode one can decompile java with no problems? So it will be with great interest that I look forward to testing this feature on blackstone when I get my hands on a copy or CF MX 2005 or whatever they

RE: Entire keyboard-based CF application

2004-08-30 Thread Jim Davis
In pure HTML you would use the accesskey and tabindex attributes of form elements to allow simplistic keyboard management of forms.I'm not sure what's available in XFORMs yet, but I have to assume it's more advanced. Using script you can take things to the next level.The event bubbling model in

RE: galleon

2004-08-30 Thread Jim Davis
Personally as long as it's easy to change the data access used I don't really care what the shipping platform is. For that matter have you actually tried your MySQL code in Access or SQL Server?Might it work as is (are you doing any MySQL specific thangs)? Jim Davis From: Raymond Camden

Re: regexp help

2004-08-30 Thread Ian Sheridan
I understand that, what I meant was, wouldn't it be easier to parse each line separately? This way you do not need to have such a highly complicated RegEx. You can make it much more simple and a little bit more flexible. Not to mention easier to maintain. (i.e. two separate regular expressions or

Re: New CF compiler

2004-08-30 Thread Gert Franz
hi dick, hi all, the attributes in the cfhttp-tag will be implemented in near future (beta 1). What is the advantage of each web app having its own administrator -- many things like datasourcesusually would be set at a system level, rather than an application this is exactly the problem.

Re: Recommendations for a good site monitoring service?

2004-08-30 Thread Matt Robertson
Sitepeeker's license begins and ends with: Use and distribute freely. No warranties express or implied.Althought I think I'll redo that to the Lesser GNU if I get around to it.The code is unencrypted. The intrafoundation stuff looks pretty neat.Add that to SP or the code of your choice and you

RE: cf_aebrowser - New Version Testing Help Required

2004-08-30 Thread Ewok
You should have a couple back to back results from a Linux box now _ From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 7:17 PM To: CF-Talk Subject: RE: cf_aebrowser - New Version Testing Help Required Hi Everyone. Thanks for the testing so far, some good results

CF Admin on JRun Cluster

2004-08-30 Thread jmauney
Hello all... Does anyone have any suggestions/best practices for running the CFMX Administrator when ColdFusion is running as part of a cluster? Obviously if I run it through IIS I never know which of the two servers (instances) I'm making a change to.Can I leave the built-in JRun web server

redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Hi, I have a code on a page that pop up a save/open for downloading a page : cfheader name=Content-Disposition value=attachment;filename=#getfilefrompath(cas.fichier)# cfcontent file=#nom_fichier2# type=application/pdf deletefile=No / And I want to redirect the page to another

Re: galleon

2004-08-30 Thread Nando
I just recently reworked an application to function interchangeably in both either Access or MySQL. Booleans trip up MySQL (4.0), so any Yes/No datatypes in Access should be converted to numeric 0/1 to have the application work in both. I also anticipated i'd have trouble with datetime fields,

Re: regexp help

2004-08-30 Thread chris porter
hmm that didnt provide a match in either the example i sent, or the actual data.. did you verrify it first? also how are you loading the regex? i was just using reFindNoCase() maybe there's a better way. I do like where you are going with the first part of your regex though. Its similar to what i

Re: CF Admin on JRun Cluster

2004-08-30 Thread Barney Boisvert
We run a separate virtual host on our web servers for each app server. Those vhosts aren't load balanced, SSL-only, and they're access-restricted to specific IPs (the office and my house).So we've got our main vhost and app running at x.x.x.1, and then x.x.x.2-n are the extra vhosts that go to

Re: regexp help

2004-08-30 Thread chris porter
that was an option i explored, however these emails arent coming from just one source, in fact there are hundreds of different company emails coming in, so my options were, either 1) define the data i need, and specify a regex to grab it, then database the expressions, or 2) write a custom script

CFHTTPARAMS automatically URLEncoding - No way to stop it?

2004-08-30 Thread Russ
Found this in a previous posting. http://www.houseoffusion.com/lists.cfm/link=m:4:20525:103887 Is there really no way to stop CF from URLEncoding the values?Is there any workaround?Or should I just downgrade to 4.5? Ah. There is a BIG difference in CFHTTP/CFHTTPPARAM behavior between CFAS

RE: (Admin) GMail

2004-08-30 Thread Ewok
Michael, Did you not get an email from me today? I have invites for the top three people on that list. Let me know who to send them to. ~Bobby _ From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 4:36 AM To: CF-Talk Subject: (Admin) GMail First, let me say

Re: galleon

2004-08-30 Thread S . Isaac Dealey
I just recently reworked an application to function interchangeably in both either Access or MySQL. Booleans trip up MySQL (4.0), so any Yes/No datatypes in Access should be converted to numeric 0/1 to have the application work in both. I also anticipated i'd have trouble with datetime

Re: galleon

2004-08-30 Thread dave
will it work if we just convert the sql file to mysql? i havent actually busted out the code to look at it yet [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
I have a code on a page that pop up a save/open for downloading a page : cfheader name=Content-Disposition value=attachment;filename=#getfilefrompath(cas.fichier)# cfcontent file=#nom_fichier2# type=application/pdf deletefile=No / And I want to redirect the page to another page after

Re: New CF compiler

2004-08-30 Thread Tony Weeg
gert. i gotta tell ya... i love the website. the idea of the process of development likened to the chicken growing, hatching etc.. GREAT idea. anyway back on topic. tw On Mon, 30 Aug 2004 19:56:04 -0400, Gert Franz [EMAIL PROTECTED] wrote: hi dick, hi all, the attributes in the

RE: redirect after cfheader/cfcontent

2004-08-30 Thread Matt Liotta
You can't use cflocation or cfheader after cfcontent, but you can use cfheader before cfcontent. Thus, you can issue a redirect with cfheader and still use cfcontent. -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of S.Isaac Dealey Sent: Monday,

RE: redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Thanks guys... Isaac your solution works just fine with the location... Pat _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: August 30, 2004 22:23 To: CF-Talk Subject: Re: redirect after cfheader/cfcontent I have a code on a page that pop up a save/open for downloading a

Re: galleon

2004-08-30 Thread Raymond Camden
I'm pretty sure Galleon will NOT work w/ mysql. Specifically the code to get the ID of the last inserted record is MSSQL specific. However, all dbs calls are in the CFCs so it should NOT take much work to get it running under MySQL. I have a release coming sometime tomorrow with small cosmetic

RE: redirect after cfheader/cfcontent

2004-08-30 Thread CFDEV
Oups, I respond too fast.. I just tested it with the pop-up blocker on and it blocks the target=_blank which is no good.. Matt, how do I redirect in the cfheader? I use the cfheader before the cfcontent.. Thanks Pat _ From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: August 30,

RE: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
Thanks guys... Isaac your solution works just fine with the location... Pat Ahh cool, good to know I could help. :) s. isaac dealey954.927.5117 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework

RE: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
Ahh thanks Matt -- I'd forgotten about that -- yea, some folks use cfheader themselves to accomplish the redirect, which is similar to using cflocation. The difference is that with a cfheader tag (I think it's status with a value of 302 but that's not really my forte) won't also terminate the

RE: redirect after cfheader/cfcontent

2004-08-30 Thread S . Isaac Dealey
Oups, I respond too fast.. I just tested it with the pop-up blocker on and it blocks the target=_blank which is no good.. Matt, how do I redirect in the cfheader? I use the cfheader before the cfcontent.. Thanks Pat Sounds to me like a bad popup blocker... iirc the blockers in the

cftry/cfcatch error handling

2004-08-30 Thread Andrew Grosset
I have a template which calls a custom tag (data.cfm). For testing puposes I deliberately caused an error to occur within the custom tag, the cfcatch/cftry block responds with any text I have written within the cftry tags but #cfcatch.message# is emptyIf I cause an error to occur within the

RE: cftry/cfcatch error handling

2004-08-30 Thread Spike
What sort of error were you creating in your custom tag? If it's an error that occurs when the server tries to compile the code from CFML to Java then the try/catch won't do anything. If it's an error that occurs because of a runtime error such as a non-existant variable then it should catch the

Re: regexp help

2004-08-30 Thread Ian Sheridan
heh after talk'n out of my but this should work for you ([[:alnum:] ]+)\r\s*([0-9]{7})\s*([0-9]+)\s*([0-3][0-9]/[0-1][0-9]/[0-9]{4})\s*([A-Z]{2,3})\s*([0-9]+\.[0-9]{2}) You have to add some of your own business logic to not parse the this is just a confirmation email emails. I do not know all