Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Massimo Foti
From: Bryan Stevenson [EMAIL PROTECTED] I'd also wait on Massimo to be sure it's the same issue... It's sounds like a problem with the an neadless systems. On the CFC's page there are links pointing to potential fixes: http://www.olimpo.ch/tmt/cfc/tmt_img/ looks the same as what I had

Cold Fusion Page Execution Times

2005-10-12 Thread Kevin Roche
Hi, I am investigating the execution times on one of my customer's web site. The site uses CF5 and has some complex pages. I was quite happy with the home page which was excuting in an average of 110 ms. However I was still getting some complaints from users about the time the home page took to

RE: Cold Fusion Page Execution Times

2005-10-12 Thread Jim Davis
-Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 4:17 AM To: CF-Talk Subject: Cold Fusion Page Execution Times Hi, I am investigating the execution times on one of my customer's web site. The site uses CF5 and has some complex

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-12 Thread Thomas Chiverton
On Tuesday 11 October 2005 22:04, Adrocknaphobia wrote: Maybe you shouldn't have rushed into 10g r2 eh? Dunno about you, but I felt fairly silly standing up in a dev. meeting and saying we couldn't try r2 (as a solution to some other issue) because CF doesn't support it :-/ -- Tom Chiverton

Anybody expierence in medical stuff e.g. DICOM, HL7

2005-10-12 Thread Daniel Hikel
Hello !!! I am new here and working with since years. For a new job i am looking for any modules, help, infos, ... about Coldfusion and working with standard medical date like HL7, Dicom, ... Does anybody have some expierence and can report? Thanks Daniel

RE: Anybody expierence in medical stuff e.g. DICOM, HL7

2005-10-12 Thread Gavin Brook
My company is working on HL7 interfaces with NHS UK. What did u want to know?? Gavin -Original Message- From: Daniel Hikel [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 12:06 To: CF-Talk Subject: Anybody expierence in medical stuff e.g. DICOM, HL7 Hello !!! I am new here and working

RE: FTPS? (was RE: SFTP?)

2005-10-12 Thread Kevin Graeme
Thanks. That fits with what I already knew. Based both my own experience and yours regarding using SFTP over FTPS, it makes me wonder why whenever there's a request for FTP servers recommendation thread that it only includes servers that use FTPS. Do most people just not use the security? I

Re: flash forms and a bad directory structure?

2005-10-12 Thread Arturo Fuentes
i did attempt that.. still no go. cfusionmx7\wwwroot and inetpub\wwwroot are two different directories.. but i don't use the cfmx one.. On 10/12/05, Mike Soultanian [EMAIL PROTECTED] wrote: Try setting up a mapping in CF server. is your web server root the same as your cf web root? mike

cf5 scheduled tasks going haywire

2005-10-12 Thread George Abraham
All, Our creaking CF5 server suddenly started behaving badly with respect to scheduled tasks. One of the tasks was something set to run every 4 hours (240 minutes). With no reason, this task started running every 30 seconds or so. I modified the task, and now all of the other tasks are doing the

UTF-8 CFFile Support in CF5

2005-10-12 Thread Kevin Pechin
Hi All, I've been working on a CF5 machine (can't upgrade for a few months unfortunately) trying to upload a UTF-8 encoded xml file to the server. When I upload it I use cffile to save it to the server. Unfortunately when it saves, the unicode characters seem to become corrupted (or the server

Loop through a structure of structures

2005-10-12 Thread Andy Mcshane
Hi all, I think I have been looking at this for too long and cannot figure out how to loop through and output a structure of query results. I have a CFC that will return multiple recordsets. I figured that the only way that I could return multiple recordsets from a CFC was to return them within

RE: Cold Fusion Page Execution Times

2005-10-12 Thread Burns, John D
I was wondering the same thing. This could have a lot to do with loading the assets and images. It also might make a big difference on browsers. I know that IE usually shows you the layout of the page and loads the graphics within that. Many time I have seen people using netscape and it keeps the

RE: Body too long: RE: Cold Fusion Page Execution Times

2005-10-12 Thread Burns, John D
I was wondering the same thing. This could have a lot to do with loading the assets and images. It also might make a big difference on browsers. I know that IE usually shows you the layout of the page and loads the graphics within that. Many time I have seen people using netscape and it keeps the

RE: Loop through a structure of structures

2005-10-12 Thread Matthew Small
Reference each query through the structure perhaps? Does this work? cfoutput query=structurename.RS1 /cfoutput cfoutput query=structurename.RS2 /cfoutput But this begs the question, why are there 17 recordsets? Might a single query do the job? Matthew Small Web Developer American City

Re: Loop through a structure of structures

2005-10-12 Thread Andy Mcshane
I really am having a bad day, as soon as I clicked submit I solved my own problem! I feel like a total waste of bandwidth today! Nurse! Hi all, I think I have been looking at this for too long and cannot figure out how to loop through and output a structure of query results. I have a CFC

Re: Loop through a structure of structures

2005-10-12 Thread Andy Mcshane
Thanks, I just realised that before I posted again, God alone knows what I thought I was trying to do with it earlier! The 17 recordsets are all returned via one stored procedure call within the CFC so there really is only DB call, couldn't do it any other way as the data that is returned is

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Bryan Stevenson
Once again Bryan, even if it uses the same Java APIs, it's NOT the same code, I published the first version of my CFC back in January 2003, long before you. You can take a look at the source and see by yourself (and you will also see why the image quality is better). hehe...no worries

dynamic function call puzzle

2005-10-12 Thread Paul
My read function returns, predictably, a query object with a single row containing all the columns needed to populate a bean. It bothers me that to use the bean I then have to write a code block full of set statements - mybean.setVariable(queryname.column) - for every property of the bean. So

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Massimo Foti
hehe...no worries Massimonot a credit/plagiarism issue Glad to see things clarified (this was the second time here on CF-Talk). I really don't want to sound rude, but I take this sort of things very seriously. Best Massimo Foti Tools for ColdFusion and

Re: When will Dave Watts finally blog?

2005-10-12 Thread Larry Lyons
I was reading Ray Camdens last post on his blog today and it really does emphasize the lack of CF administration information out there. I know there are other great blogs on the subject like Talking Tree and Brandon Purcell but when will Dave finally shed some regular light on the subject? How

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-12 Thread Dave Carabetta
On Tuesday 11 October 2005 22:04, Adrocknaphobia wrote: Maybe you shouldn't have rushed into 10g r2 eh? Well, I don't think that's really a valid statement. I mean, most shops don't use ColdFusion exclusively to access their Oracle database, and yet it's ColdFusion that seems to have missed the

Re: dynamic function call puzzle

2005-10-12 Thread Ryan Guill
The following code does something similar to what you want to do, but it outputs it to the screen, but if you look youll see what it is you need I think: cfset variables.arResultsHeaders = ListToArray(variables.q.columnlist) / cfoutput table align=left id=queryResults tr

RE: dynamic function call puzzle

2005-10-12 Thread Kerry
heres what i do when I need to dynamically call functions - make all your beans inherit this: cffunction name=runFunction cfargument name=functionname type=string required=yes cfargument name=args type=struct required=no default=#structnew()# cfset

RE: dynamic function call puzzle

2005-10-12 Thread Kerry
oops, with that flavour of the function you will need: args = structnew(); args[colArray[x]] = q[colArray[x]][q.currentrow]; o.runfunction(setcolArray[x],args); -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 16:57 To: CF-Talk Subject: RE: dynamic function

Re: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-12 Thread Bryan Stevenson
hehe...no worries Massimonot a credit/plagiarism issue Glad to see things clarified (this was the second time here on CF-Talk). I really don't want to sound rude, but I take this sort of things very seriously. Best Yep...sorry about thatI'm so busy right now and was trying to

JDBC NSL DATASOURCE problem?

2005-10-12 Thread Pedro Mendes
Hello All, I recently updated to CF MX7 and the following happened to my dates (months in this case): They were in Portuguese, and all of a sudden turned English :-) You can see it here: http://web3.cmvm.pt/sdi2004/fundos/carteiras/fim/_carteiras_fim.cfm

RE: dynamic function call puzzle

2005-10-12 Thread Paul
Wow, this is great, really expanding my horizons here... So in the inherited function CF throws this error: Variable RETVAL is undefined. I do have the following as you sent; CF refers to the CFINVOKE line number in the error message. Maybe I need a deeper understanding to figure out what I may

RE: dynamic function call puzzle

2005-10-12 Thread Kerry
probly because your sets dont return anything? 1) take the return out of the runfunction: cffunction name=runFunction cfargument name=functionname type=string required=yes cfargument name=args type=struct required=no default=#structnew()# cfset var

RE: dynamic function call puzzle

2005-10-12 Thread Kerry
OR 3) Customise it entirely for your beans, e.g. cffunction name=runSetter cfargument name=property type=string required=yes cfargument name=value type=string required=no default= cfinvoke component=#this#

RE: When will Dave Watts finally blog?

2005-10-12 Thread Kevin Aebig
Well though I'd definitely frequent a blog from Dave, I can hardly blame him considering the number of things Figleaf is involved with. !k -Original Message- From: Larry Lyons [mailto:[EMAIL PROTECTED] Sent: October 12, 2005 9:53 AM To: CF-Talk Subject: Re: When will Dave Watts finally

Re: CFFTP thru Corporate Firewall

2005-10-12 Thread Anthony Prato
Have you tried playing with the passive attribute? ~| 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

Secure Admin Areas

2005-10-12 Thread Jason Manaigre
Hi all, a few quick questions, building a CMS (or rather learning as I go) and was going to use the following http://tutorial8.easycfm.com/ to build my Admin area, will this be enough security? What else can be done? Is there a better tut out there? This is just for my site, nothing mission

RE: Secure Admin Areas

2005-10-12 Thread Kerry
quick glance, I can see this wrong with it: script alert(You must login to access this area!); self.location=login.cfm; /script oooh, javascript, REAL secure, nobody can get past that. replace with something like: You must login to access this area! cflocation url=login.cfm cfabort

RE: Secure Admin Areas

2005-10-12 Thread Kerry
also, you would want to use cfqueryparam in the query, not dump the form values straight to the database. -Original Message- From: Jason Manaigre [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 17:58 To: CF-Talk Subject: Secure Admin Areas Hi all, a few quick questions, building a CMS

RE: Secure Admin Areas

2005-10-12 Thread Kerry
and this line: cfif qVerify.RecordCount this only verifies that one or more users were found, assuming you have unique usernames, it should be: cfif qVerify.RecordCount eq 1 not sure if there is a better tutorial out there, but i hope so, there seems to be a few issues with this one.

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-12 Thread Adrocknaphobia
It just seems a bit hard to fault MM and DataDirect on this one. I don't see how they can forecast what Oracle will be doing in future releases. When you got CF they certified that it would work on the most recent version of Oracle 10g at the time. I don't think anyone every claimed that it would

RE: Secure Admin Areas

2005-10-12 Thread Kevin Aebig
And you might want to think about putting all these replies into one email... =] !K -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: October 12, 2005 11:16 AM To: CF-Talk Subject: RE: Secure Admin Areas and this line: cfif qVerify.RecordCount this only verifies that one

OT: HTML Combo Boxes

2005-10-12 Thread Aaron Rouse
Can anyone recommend a good solution for the need of a combo-box on a web page? I found this one but have had little success getting it to work within a form. http://webfx.eae.net/dhtml/combobox/combobox.htm -- Aaron Rouse http://www.happyhacker.com/

CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Hey All, I'm having some issues trying to get a try/catch block to work correctly (i.e. doesn't catch a dang thing) in a method in one of my CFCs. I haven't tried this before...are there any gotchas? can it be done (don't see why not)? TIA Cheers Bryan Stevenson B.Comm. VP Director of

RE: CFCs and cftry/cfcatch

2005-10-12 Thread Kerry
try catch definitely works in a cfc. can you post your code? -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 18:37 To: CF-Talk Subject: CFCs and cftry/cfcatch Hey All, I'm having some issues trying to get a try/catch block to work correctly

Re: OT: HTML Combo Boxes

2005-10-12 Thread Aaron Rouse
Nevermind, I think this one will do what I need done. http://shaunwagner.com/projects/js/comboBox.html On 10/12/05, Aaron Rouse [EMAIL PROTECTED] wrote: Can anyone recommend a good solution for the need of a combo-box on a web page? I found this one but have had little success getting it to

Re: CFCs and cftry/cfcatch

2005-10-12 Thread John C. Bland II
cffunction name=blah cftry !--- do stuff here --- cfcatch type=any!--- handle error ---/cfcatch /cftry /cffunction Do you have something like that? We do cftry/catch in cfc's all of the time. On 10/12/05, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, I'm having some issues trying to get

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Thanks KerryI may have a different problem than I thoughtif I don't get it sorted ASAP I'll fire up the code and see what the list has to say ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264

RE: Secure Admin Areas

2005-10-12 Thread Kerry
Sorry, in future I will just save up my posts and send a daily digest. Might risk getting body to long though... -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 18:32 To: CF-Talk Subject: RE: Secure Admin Areas And you might want to think about

Re: flash forms and a bad directory structure?

2005-10-12 Thread Mike Soultanian
Yeah.. I dunno.. that is weird. For kicks try putting it in the coldfusion webroot with the same file structure and see if it works. That might help narrow things down. Arturo Fuentes wrote: i did attempt that.. still no go. cfusionmx7\wwwroot and inetpub\wwwroot are two different

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
OK...I give uphere's the code: cffunction name=getHail access=remote returntype=query output=false hint=Retrieves a core hail out record (hail numbers/licences/trip types/periods can be retrieved via other available methods). If a hailID and hailNumber are passed in, the hailID will be

Re: ColdFusion DataDirect JDBC drivers 3.5 ETA?

2005-10-12 Thread Dave Carabetta
On 10/12/05, Adrocknaphobia [EMAIL PROTECTED] wrote: It just seems a bit hard to fault MM and DataDirect on this one. I don't see how they can forecast what Oracle will be doing in future releases. When you got CF they certified that it would work on the most recent version of Oracle 10g at

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Bugger!! I think I may have figured it out...there is a site-wide error handler in place that may be messing with the try/catch *insert my red face here*. I'll check into itbut in the meantime if anyone sees a problem with my code...feel free to enlighten me ;-) Cheers Bryan Stevenson

RE: Secure Admin Areas

2005-10-12 Thread Jason Manaigre
Hey guys, thanks for the info Kerry I'll make those changes... -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: October 12, 2005 12:46 PM To: CF-Talk Subject: RE: Secure Admin Areas Sorry, in future I will just save up my posts and send a daily digest. Might risk

RE: CFCs and cftry/cfcatch

2005-10-12 Thread Ian Skinner
Bugger!! I think I may have figured it out...there is a site-wide error handler in place that may be messing with the try/catch *insert my red face here*. I'll check into itbut in the meantime if anyone sees a problem with my code...feel free to enlighten me ;-) Cheers Well the one

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Well the one thing I noticed is that you have output=false on the function, this blocks all output, even cfdumps. So you need to either temporarily turn on the output, or return the error to the calling code in some way. and this is why you show your codeto find the stupid things you

Re: google-search 2

2005-10-12 Thread daniel kessler
thanks for your help everyone. I didn't realize these options are available. I've been using Verity after watching Ray's preso on it. Works sweet, just like google. Suggested spellings even. Will ~| Logware

RE: CFCs and cftry/cfcatch

2005-10-12 Thread Ian Skinner
FYI there is s site-wide error handlerturned it off and found there is some other error handler that I can't find (previous developer)so I'm still tracking that down. Look for cferror tags as well as other cftry blocks that may be surrounding this code, especially in included templates

Customer 404 error handler application specific

2005-10-12 Thread Rey Bango
Hi guys, I know that CFMX has the missing template handler in CF which seems to be site wide but us there a way to specify a missing template page based on the specific site the user is in? I don't want one 404 handler for all of our sites. Someone suggested going into IIS and clicking the

Re: Customer 404 error handler application specific

2005-10-12 Thread Michael Dinowitz
Write a global 404 handler that will try to read a 'local' handler page from each site in question. If the local exists, use it. If not, use a global default. The 404 template has access to the CGI, Url and Form variable scopes so you can get the domain and page requested and can even deal

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Yes John...exactly like your example (I'm not new to try/catchjust haven't used inside a cffunction before). The weird part is the catch doesn't fire off ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax:

Re: any free Oracle IDE

2005-10-12 Thread Eddie Awad
On 10/11/05, Robert Everland III [EMAIL PROTECTED] wrote: I am using TOAD for Oracle, but does anyone have any Win32 applications that are free that can interface to Oracle? I have also tried jdeveloper. I was less than impressed with that. Some useful links for you:

Re: Customer 404 error handler application specific

2005-10-12 Thread Howie Hamlin
You can do this on a site-by-site basic in IIS. Here are the settings we use on one site (Custom Errors settings). Error Code: 404 Definition: Not Found Message Type: URL URL: /404.cfm This will send the user to a not found default CFM page for anything except a missing ColdFusion template

Re: Loop through a structure of structures

2005-10-12 Thread Alexander Sherwood
Try this: [CFLOOP collection=RSStructure item=itm] [cfset thisQuery =RSStructure[itm]] [cfoutput query =thisQuery] .. query output code here [/cfoutput] [/CFLOOP] Hope this helps. -- Alex Andy Mcshane wrote: Hi all, I think I have been looking at this for too long

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Look for cferror tags as well as other cftry blocks that may be surrounding this code, especially in included templates such as application.cfm. First thing I didnada ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Ken Ferguson
So, when I want to use a try/catch in a function, I usually do it like this: cfunction cfargument cfset var cftry do stuff cfcatch cfreturn cfcatch /cfcatch cfreturn intededReturnVariable /cffunction This way, if I do catch an error I'm returning the cfcatch info. I guess you will have to

Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
exactly what I'm doing Kenand I think I have it all working now (didn't have cfreturn as part of my catchtry when the remote machine connection is restored)DOH! I'm having one of thse days today ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge

A Curious little bug in my CF Admin...

2005-10-12 Thread Jeff Small
I have a datasource in my CF Admin (CFMX). Let's say it's called jmh. When I view it in my CFAdmin Datasource view, I see Not Specified in the Driver column. Whenever I go to delete it, I get the following error: Error Occurred While Processing Request Please try the following: Check the CFML

Re: Secure Admin Areas

2005-10-12 Thread Matt Robertson
There are some free tags in the MM devex. I wrote one, AccessMonger Lite, that does password stuff, along with things like using salted hashes for pwd storage and hint/answer secured password recovery. Just heard of a bug in its admin area, though. A misnamed variable in a new upload. Bah!

RE: A Curious little bug in my CF Admin...

2005-10-12 Thread Burns, John D
You could go directly into the XML file and delete the datasource that way. Perhaps while you're in there you'd see the issue. [CFMX PATH]\lib\neo-query.xml Try doing a find for your datasource name. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer

RE: OT: HTML Combo Boxes

2005-10-12 Thread Paul
Nevermind, I think this one will do what I need done. http://shaunwagner.com/projects/js/comboBox.html Looks like this one has a JS error on Windows IE6? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

Re: OT: HTML Combo Boxes

2005-10-12 Thread Aaron Rouse
I implimented it earlier with IE 6 and ran into no JS errors. We did just decide we need more of an auto-fill on a text input kind of like how Google does things in gmail. So back to searching to see what I can find for that. On 10/12/05, Paul [EMAIL PROTECTED] wrote: Nevermind, I think this

SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Let's just say it works as intended and leave it at that ;-) Thanks to all that replied Cheers 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:

Re: Customer 404 error handler application specific

2005-10-12 Thread Rey Bango
Hi Howie, I did that in IIS for the 404 so that it redirects to a 404 catch page that we've defined. I also checked off the Verify File Exists option for the .cfm mapping but when I specify an invalid CF template, it just gives me a CFMX missing template message instead of redirecting to the

RE: Secure Admin Areas

2005-10-12 Thread Jason Manaigre
Thanks, will check it out. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: October 12, 2005 2:30 PM To: CF-Talk Subject: Re: Secure Admin Areas There are some free tags in the MM devex. I wrote one, AccessMonger Lite, that does password stuff, along with

Verity and Asian languages

2005-10-12 Thread Matthew Walker
I've been having issues within CF7 with getting Verity to index and search Japanese. I note that you can download language packs from Macromedia (www.macromedia.com/go/verity http://www.macromedia.com/go/verity ) (the instructions for these btw specify the wrong file location, also the file sizes

RE: [Norton AntiSpam] SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Andrew Scott
Bryan, Just a FYI. Even if you have a site wide error handling, or even a cferror tag, a cftry/cfcacth will override those. As you really never explained the error, and there was the possibility that you didn't have output='true' then I can also assume that you haven't patched your server with

Re: Customer 404 error handler application specific

2005-10-12 Thread Howie Hamlin
And you have the same settings as I have? I think the Message Type parameter has to be URL. Howie --- On Wednesday, October 12, 2005 4:52 PM, Rey Bango scribed: --- Hi Howie, I did that in IIS for the 404 so that it redirects to a 404 catch page that we've defined. I also checked off the

Re: [Norton AntiSpam] SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
Just a FYI. Even if you have a site wide error handling, or even a cferror tag, a cftry/cfcacth will override those. Yep...that's why I couldn't figure out what was up...but I did know what should take precedence As you really never explained the error, and there was the possibility that

RE: [Norton AntiSpam] SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Andrew Scott
Bryan, If you don't have a return, it should have fallen through to the nearest return. I take it that in the cfcatch you also had a cfabort then? Which would explain why you need the return. Regards, Andrew Scott Quote of the Day: IBM: Increasingly Banal Movement -Original Message-

Re: [Norton AntiSpam] SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
nope...the proper return bailed (intentionally so I could test the try/catch) casuing the cfcatch to fire off...it had no return so I still ended up with a method returning something not of type query just my own stupidity...it happens...sh ;-) Bryan Stevenson B.Comm. VP Director of

RE: [Norton AntiSpam] Re: [Norton AntiSpam] SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Andrew Scott
Bryan, ThatÂ’s because after looking at the code, you had the return prior to the cactch. This is what I always do. cffunction cftry Logic /cftry cfcatch Catch Error /cfcatch cfreturn retValue / /cffunction Now as this was a query you could defined the retValue as an empty

Re: [Norton AntiSpam] Re: [Norton AntiSpam] SOLVED: Re: CFCs and cftry/cfcatch

2005-10-12 Thread Bryan Stevenson
yep...what I'm doing is essentially the same thing.6 of one half dozen of another ;-) 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:

SQL issue: filter query

2005-10-12 Thread Asim Manzur
Hi, I have two queries. cfquery name=getImg dbtype=query select * from getList where name NOT like 'tn_%' order by name /cfquery cfquery name=getSQL datasource=#DSN# select * from Judges /cfquery in GetImg recordset I have some data in there, in GetSQL recordset I am pulling another series of

Re: flash forms and a bad directory structure?

2005-10-12 Thread Arturo Fuentes
nope. did nothing. On 10/12/05, Mike Soultanian [EMAIL PROTECTED] wrote: Yeah.. I dunno.. that is weird. For kicks try putting it in the coldfusion webroot with the same file structure and see if it works. That might help narrow things down. Arturo Fuentes wrote: i did attempt that..

javax.mail.SendFailedException: 550 5.7.1

2005-10-12 Thread John Lucania
cfloop query=A03 cfset THEFIN = A03.PTFIN cfset THEMRN = A03.PTMRN CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE=No CFMAIL SUBJECT= Discharge FROM=[EMAIL PROTECTED] TO=[EMAIL PROTECTED]; [EMAIL PROTECTED] BCC=[EMAIL PROTECTED] Type =plain cfmailparam name=Reply-to value= [EMAIL PROTECTED]

Re: Cold Fusion MX Adminstrator Error

2005-10-12 Thread HOFLee _
java.lang.NoClassDefFoundError at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198]) Google is your friend ;-) http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=98b88caapss=rss_coldfusion_98b88caa ~| Find