Re: Query that should run but won't (but does run)

2007-03-19 Thread Robertson-Ravo, Neil (RX)
Are you trying to cache the query? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It

Re: IE6, SSL 3.0, form file fields problem continued...

2007-03-19 Thread James Holmes
The technote is telling you to add the image to the page that contains the file upload control in the browser, not the subsqeuent action page that does the cffile action = upload. On 3/17/07, Les Mizzell <[EMAIL PROTECTED]> wrote: > Russ wrote: > > Hmm... SSL 2 is supposed to be have problems with

Re: Query that should run but won't (but does run)

2007-03-19 Thread Dinner
On 3/19/07, Bryan Stevenson wrote: > Hey All, > > I have a query that no matter how I try and use a variable (in cfqueryparam or not), it returns no records UNTIL I hardcode the value of the variable!! I might add it runs just fine in TOAD. Oi! Dang. Don't know what the deal is, but you cou

Query that should run but won't (but does run)

2007-03-19 Thread Bryan Stevenson
Hey All, I have a query that no matter how I try and use a variable (in cfqueryparam or not), it returns no records UNTIL I hardcode the value of the variable!! I might add it runs just fine in TOAD. Things I've tried: -trimming it -val() (it's an integer) -int() -#myVar# - (also tried cf

Re: cflog questions

2007-03-19 Thread Dinner
Not an answer, but the cflog4j(?) project on The List (Open Source CF) looks to offer quite a bit of control over log file stuff... http://code.google.com/p/cflog4j/ On 3/19/07, Caroline Wise wrote: > All, > > I have recently added some cflog tags to an application, using these > parameters:

Re: Need some SQL help!

2007-03-19 Thread Dinner
On 3/19/07, Will T wrote: > MySQL 5. > > I'm building a dynamic question survey form. Here's my db schema: Honestly, I would probably do it in CF with loops, vs. a nifty SQL query. Also, a cheap and easy solution, is to use a graphic query builder (like *shiver* MSAccess ;)... although, you shoul

Re: IE6, SSL 3.0, form file fields problem continued...

2007-03-19 Thread Dinner
On 3/16/07, Les M wrote: > Russ wrote: > > Hmm... SSL 2 is supposed to be have problems with it, > > but wonder if you force SSL 2 for IE 6... Can maybe set > > up different subdomains like ssl2.mydomain.com and ssl3.mydomain.com > > and redirect the browser based on the browser version? > > Inter

RE: ColdFusion Resellers - Dedicated hosting

2007-03-19 Thread Eric Roberts
Check out sunshinetechsolutions.com...tell him Eric sent you...I have benn hosting with them since November and have almost 100% uptime Eric -Original Message- From: Jerry Guido [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 2:39 PM To: CF-Talk Subject: ColdFusion Resellers - Ded

Re: cfc and wsdl

2007-03-19 Thread James Holmes
Check if it's being used by anyone else before removing it. If you can't remove it, you can create a mapping for your webservice so that the mapping path matches the request path. e.g. if I want somesite.com/somefolder/myWS.cfc?wsdl I'd map the physical folder to /somefolder/. Getting rid of the

Re: Update cart items without reloading--AJAX?

2007-03-19 Thread Rey Bango
Megan, If you want the page to be refreshed without a reload, then the easiest way is to use some form of Ajax call. With that said, I would recommend looking into any of the number of top-notch libraries out their that will make this task easier. These include: jQuery - my personal choice (ht

Re: Weird Trouble with CF + MySQL.

2007-03-19 Thread Adrien Akkhazza R. Cardoso
Problem solved. The trouble was that mysql 4 don't suport subselects. Using mysql 5 now and everything works fine. Nothing wrong with CF. ;) Doug Brown wrote: > Would this line be your culprit? Maybe it has gotten combined due to the > paste operation, but shouldn't it be (e.tag order by e.tag se

Update cart items without reloading--AJAX?

2007-03-19 Thread megan cytron
Hi forum-- My client has a pretty complicated product listing and I would like to set their cart up so that the customer can click on a button and visually add an item to a list displayed on the same page, without reloading the page. These items will be put into a database, as well. It's really

Calling a function based on variable name

2007-03-19 Thread Randy Johnson
Hello, Here is what I am trying to accomplish. I cannot seem to remember or find a way to do this: Thanks! Randy ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://

Re: upgrade java in CF

2007-03-19 Thread Nicholas M Tunney
For multi server instance, you simply install the new JRE to a directory in the filesystem. Then, open jvm.config in your bin directory and point the java.home variable to the new path. Then, restart your cf server. MAKE SURE TO BACK UP JVM.CONFIG BEFORE MAKING THIS CHANGE just in case somet

RE: upgrade java in CF

2007-03-19 Thread Andrew Scott
With all this talk about upgrading the java runtime, what is the process in doing so. Is it just a simple matter of backing up the lib directory and dropping the new libs in there? Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998

RE: cfc and wsdl

2007-03-19 Thread Andrew Scott
Note: The mapping is a default setting by CF when installing. Also you are not telling us how you're trying to connect to the webservice either, or connecting to the function via a URL. There is a difference. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613

Lyris ListManager- CF wrapper to SOAP API?

2007-03-19 Thread Dov Katz
Has anyone created a CF wrapper on the Lyris List Manager SOAP API? http://www.lyris.com/help/lm_api/9.1/ Aside from that, I'm looking to use their API, but I am having some difficulty getting the SelectMembers method to work: http://www.lyris.com/help/lm_api/9.1/selectmembers.html http://pr3.

Re: Need some SQL help!

2007-03-19 Thread Will Tomlinson
Ok, I wrote down in plain english what I need. Show me a list of questions, all possible evaluation answers for each question, and a total of each answer chosen. Does this make sense? Thanks, Will ~| ColdFusion MX7 by Adobe®

Need some SQL help!

2007-03-19 Thread Will Tomlinson
MySQL 5. I'm building a dynamic question survey form. Here's my db schema: http://wtomlinson.com/evalDBSchema.jpg I need to pull data for a specific instructor. How do I get a count for each answer? I need to display each question like this: http://wtomlinson.com/evaldisplay.jpg I'm worki

Re: Help Desk / Trouble Ticket recommendation?

2007-03-19 Thread Cedric Villat
Rob, Looks like something hit our server Saturday or so, and caused it to become very slow. Anyway, we are working on it and hopefully it'll be back up later today or tomorrow. You can email me off-list if you want another link to the demo which you can try. Cedric >The www.cornfeed.com seems

Re: upgrade java in CF

2007-03-19 Thread Nicholas M Tunney
I've successfully tested to 1.4.2_12, and it seems to fix some memory issues on some sites I was dealing with. It is not Adobe certified though. Phillip Duba wrote: > Nathan, > > ColdFusion is not supported on 1.5. I believe the highest you can go to > is 1.4.2_11. HTH, > > Phil > > -Origina

RE: upgrade java in CF

2007-03-19 Thread Phillip Duba
Nathan, ColdFusion is not supported on 1.5. I believe the highest you can go to is 1.4.2_11. HTH, Phil -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 5:59 PM To: CF-Talk Subject: upgrade java in CF Hi, All: Does anyone know if it is ok t

Re: upgrade java in CF

2007-03-19 Thread Mark Mandel
Yes, ColdFusion MX is not supported on Java 1.5 Mark On 3/20/07, Nathan Chen <[EMAIL PROTECTED]> wrote: > > Hi, All: > > > > Does anyone know if it is ok to upgrade the current Java > > version(1.4.2_09) to the newest java 1.5.0_06? My network security guys > found a vulnerability on my CF serve

cflogin issue with cf7

2007-03-19 Thread Casey C Cook
When using the cflogin tag on MX 7 we have to use the following code, otherwise, we throw a "String index out of range: -1" error. Anyone have any insight on this ? The error does not appear if we disable netegrity siteminder rules, which basically say prompt on any folder you hit. Thanks, C

upgrade java in CF

2007-03-19 Thread Nathan Chen
Hi, All: Does anyone know if it is ok to upgrade the current Java version(1.4.2_09) to the newest java 1.5.0_06? My network security guys found a vulnerability on my CF server and would like to upgrade to 1.5.0_06. Does anyone know the upgrade will affect anything? Nathan Chen ~~

RE: Eliminating .cfm extensions in SES

2007-03-19 Thread Doug Brown
http://cheeso.members.winisp.net/IIRF.aspx -Original Message- From: james carberry [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 2:10 PM To: CF-Talk Subject: Re: Eliminating .cfm extensions in SES >Yes, you would need to use url rewriting, either through apache with >mod_rew

Re: Eliminating .cfm extensions in SES

2007-03-19 Thread Rick Root
On 3/19/07, james carberry <[EMAIL PROTECTED]> wrote: > > > What I want to achieve is the same result, but without having to "give > away" that the page I am calling is CF by avoiding the telltale ".cfm" in > the above example. So, it would be > http://www.myweb.com/targetpage/variable1/parameter1

Re: ColdFusion Resellers - Dedicated hosting

2007-03-19 Thread Christopher Jordan
I've got Crystal Tech. Multiple domains under one account, I only pay $16.95 a month, and that's for their mid range service which is very nice indeed. Their customer support has been very responsive often taking care of my needs same day when they say it may take 24 hours. I switched to them f

RE: "including" functions

2007-03-19 Thread Ben Nadel
Can you show us the code for the function definition And then also the snippet that invokes the method. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Leitch, Ob

Re: ColdFusion Resellers - Dedicated hosting

2007-03-19 Thread Mik Muller
Viux has good plans and uses Plesk. viux.com Mik At 04:38 PM 3/19/2007, you wrote: >I am looking for a place to host my sites. I have about 10 or so sites >that need to be placed in a reliable managed hosting environment. I have >maintained a couple of dedicated servers over the years a

RE: ColdFusion Resellers - Dedicated hosting

2007-03-19 Thread Andy Matthews
I'm using Gearhost. They allow multiple sites under one account (8 at the level I have). They have a pretty decent control panel and they offer CFM,ASP,PHP as well as SQL Server and MySQL. -Original Message- From: Jerry Guido [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 3:39 PM

cflog questions

2007-03-19 Thread Caroline Wise
All, I have recently added some cflog tags to an application, using these parameters: text="some text and numbers" file="myLog" application="yes" My problem is that it is not only logging to the specified file, but also to the standard out log (coldfusion-out.log) and I'm afraid that is why that

ColdFusion Resellers - Dedicated hosting

2007-03-19 Thread Jerry Guido
I am looking for a place to host my sites. I have about 10 or so sites that need to be placed in a reliable managed hosting environment. I have maintained a couple of dedicated servers over the years and frankly I am just sick of fending off hackers, fixing things when they break, and server mainte

Re: Eliminating .cfm extensions in SES

2007-03-19 Thread james carberry
>Yes, you would need to use url rewriting, either through apache with >mod_rewrite, one of the third party plugins for IIS, or a custom 404 handler >for cf. > >Russ > >> Can you recommend any of these 3rd Party IIS plug ins? Thanks! -j

Re: Eliminating .cfm extensions in SES

2007-03-19 Thread Barney Boisvert
You bet, use a real URL rewriting solution from your web server, instead of using a CF-based solution with CGI.PATH_INFO. mod_rewrite is the 800 LBS gorilla in the arena, and if you're not running Apache HTTPD, there are similar tools available for other web servers. Just keep in mind that SES ur

RE: Eliminating .cfm extensions in SES

2007-03-19 Thread Russ
Yes, you would need to use url rewriting, either through apache with mod_rewrite, one of the third party plugins for IIS, or a custom 404 handler for cf. Russ > -Original Message- > From: james carberry [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2007 4:00 PM > To: CF-Talk > Subj

RE: "including" functions

2007-03-19 Thread Leitch, Oblio
Well, I guess, specifically, this is what I've got: in Application.cfc, I'm defining a new function reSubstring(); in there, I'm cfincluding a chunk that does the actual processing. When I try to run it, it fails to execute (without throwing an error). -Original Message- From: Ben Nadel [

Eliminating .cfm extensions in SES

2007-03-19 Thread james carberry
I am on a quest to figure out a more "seamless" approach to Search Engine Safe (SES) URL's with ColdFusion. Several solutions I have seen achieve SES using a URL like http://www.myweb.com/targetpage.cfm/variable1/parameter1 What I want to achieve is the same result, but without having to "give

RE: "including" functions

2007-03-19 Thread Leitch, Oblio
-Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] You could use the "extends" property of the CFC or you could modify the base CFC, but those may not be what you are looking for. Nope. I think I'd end up with a serial chain of CFCs, rather than a library of functions. For

RE: "including" functions

2007-03-19 Thread Ben Nadel
Oblio, Using CFInclude should actually provie proper THIS / VARIABLES scope to which ever CFC does the including. THIS and VARIABLES binding is done at run time and will actually be accurate if two CFC SHARE the same function pointer. Do you actually get an error from using CFInclude or were just

RE: "including" functions

2007-03-19 Thread Leitch, Oblio
Because I'm trying to avoid "the whole mess" that comes of having too many functions in one file. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 3:36 PM To: CF-Talk Subject: RE: "including" functions Why not put them into a CFC? Then you can

RE: "including" functions

2007-03-19 Thread Andy Matthews
Why not put them into a CFC? Then you can instantiate the whole mess? -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 2:31 PM To: CF-Talk Subject: "including" functions Is there a good way to create component libraries? I'm finding that I'm

RE: "including" functions

2007-03-19 Thread Ian Skinner
I'd like to be able to create one file per function and "include" them when the component is instantiated. You could use the "extends" property of the CFC or you could modify the base CFC, but those may not be what you are looking for. For a more mix-and-match approach, I think you may want to lo

"including" functions

2007-03-19 Thread Leitch, Oblio
Is there a good way to create component libraries? I'm finding that I'm creating components with *lots* of functions in them. I'd like to be able to create one file per function and "include" them when the component is instantiated. The is nice, but it's designed for 'custom tags', not function

Re: @@identity

2007-03-19 Thread Mik Muller
Well, not a "notes" field, per se. VarChar(4000) Can't stop thinking in Access terms sometimes, though it's been years... MM At 02:51 PM 3/19/2007, you wrote: >A notes field? In SQL Server? > > > > >"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, >Richmond, Surrey, TW9 1

Re: @@identity

2007-03-19 Thread Robertson-Ravo, Neil (RX)
A notes field? In SQL Server? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Re: @@identity

2007-03-19 Thread Robertson-Ravo, Neil (RX)
Well, you should be using scope_identity for one, not @@identity. Will your insert alway be a single row insert? I am sure you will no doubt have to update the record after insert, though you may be able to do it in one go... I will have to investigate. "This e-mail is from Reed Exhibiti

Slightly OT @@identity

2007-03-19 Thread Peterson, Chris
Just wanted to share something that I just worked out how to do properly (not everyone is a SQL guru by birth) How often do you need to check if a record exists, and if not insert it? This is so cool (but I might just be easily amused) declare @userID int SET @userID = declare @itemnumber int

Re: @@identity

2007-03-19 Thread Doug Bezona
This happens if there is a trigger associated with the table. For example, if you do an insert on TableA, and there is an insert trigger that inserts a record on TableB, @@IDENTITY will give you the identity value from TableB, not TableA. And yes, you use scope_identity() the same way as @@identi

Re: @@identity

2007-03-19 Thread Mik Muller
Ok, I found this: http://www.sqlteam.com/item.asp?ItemID=319 I've been using code that originally ran on Access. Looks like it's time to do some searching and replacing. Thanks all, Mik >Incidentally, you should look at using scope_identity() instead of >@@identity. @@identity does not al

Re: @@identity

2007-03-19 Thread Mik Muller
>By the way, @@identity is not safe, you should use scope_identity() >instead. In some cases, @@identity will return the wrong identity >value. Jacob, When would this happen? I use it in the very next statement, like the very next line. How would I use scope_identity()... same way? Just repla

Re: @@identity

2007-03-19 Thread Dana Kowalski
You can reference it in your inserts by adding a select. There may be a better way, and this may not be kosher but it works insert into yada() values blah; select thisId = @@identity ~| Upgrade to Adobe ColdFusion MX7 Experie

Re: @@identity

2007-03-19 Thread Steve Milburn
Mik Muller wrote: > For years I've been using SELECT @@IDENTITY AS ID in my code to get the > record ID for a newly inserted record. And now I'm wondering... would this, > or something similar, work inside an insert statement? > > I'm working on some insert code right now and one of the fields is

Re: @@identity

2007-03-19 Thread Jacob Munson
Not that I know of, unless you use an external identity table for your identities, as some folks like to do. Of course, you could do the insert leaving the path blank, and then immediately do an update using the newly created id. By the way, @@identity is not safe, you should use scope_identity()

@@identity

2007-03-19 Thread Mik Muller
For years I've been using SELECT @@IDENTITY AS ID in my code to get the record ID for a newly inserted record. And now I'm wondering... would this, or something similar, work inside an insert statement? I'm working on some insert code right now and one of the fields is a notes field that I'm st

Re: _Debugging?

2007-03-19 Thread Jake Pilgrim
Yes, it still requires debugging to be turned on at the server level but that shouldn't be a concern here. On your development server, enable debugging; on your production server, disable debugging. This code isn't going to add or subtract any overhead in either scenario. Jake Pilgrim >Doesn't

Eclipse FTP Issues

2007-03-19 Thread Robert Rawlins - Think Blue
Hello Guys, I've got beef with my eclipse FTP this afternoon, the one that comes bundled with Aptana. Basically as I'm running reactor it creates a set of data objects, such as DAO, Gateway, TO and so forth on the server, which I now need to amend and add in a couple of new functions, so I

Re: downloading large files via cfhttp

2007-03-19 Thread cf user
You could use cfx-http5 for this (http://www.cftagstore.com/tags/cfxhttp5.cfm). Options are: 1. The tag will not buffer file in memory. 2. You can do this asynchronously (not in CF thread), while executing another code on the same (or different) page. 3. You can check the status of the process i

Re: cfc and wsdl

2007-03-19 Thread Robertson-Ravo, Neil (RX)
Note: You don't need to # the arguments.input. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be p

Re: _Debugging?

2007-03-19 Thread Robertson-Ravo, Neil (RX)
Doesn't this still require debug to be on at the server level and behind the scenes means every request is still getting it, which can add overhead. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, R

RE: T&C's and Privacy Policy

2007-03-19 Thread Robert Rawlins - Think Blue
Thanks Ben, I'm looking around now to see if I can find anything, buy like yourself I wasn't sure of the legal implications of taking someone else's without permission, but I'll continue hunting around, I find it hard to believe anyone really bothers to read write their own :-D Thanks, Rob

RE: T&C's and Privacy Policy

2007-03-19 Thread Chad Gray
Here are some templates I have used in the past. Fill in the [blanks]. Web Site Terms and Conditions of Use 1. Terms By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible

Re: _Debugging?

2007-03-19 Thread Jake Pilgrim
To add a little overkill to this thread, I like to do something similar to the following (please note this code is very trimmed down): --- in application.cfc: Then you can show debug output whenever you want by specifying http://myURL.com?debug=true -- this is especially helpful when usin

RE: T&C's and Privacy Policy

2007-03-19 Thread Ben Nadel
If you can't find anything, you might want to just find one you like on another site and swap out the names ;) I have no idea of the legal ramifications of this... Does the copy right cover the copy right itself??? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.be

T&C's and Privacy Policy

2007-03-19 Thread Robert Rawlins - Think Blue
Hello Guys, I'm looking for a pretty standard 'terms and conditions' I can sit on my site, after googling around a little it seems that most firms want you to cough up money for a copy. Does anyone have a fairly generic terms and conditions as well as a privacy policy they wouldn't mind sha

RE: Debugging?

2007-03-19 Thread Bob Imperial
Sure is, in cfadmin under debugging settings Debugging & Logging > Debugging IP List , add the IP address for debug output. Bob -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 10:30 AM To: CF-Talk Subject: Debugging? Is there a way to have

RE: _Debugging?

2007-03-19 Thread Adkins, Randy
DOH!! DAMMIT!! How stupid of me! Thanks Chad -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 11:33 AM To: CF-Talk Subject: RE:_Debugging? If you want it to be site wide stick it in your application.cfm -Original Message- From: Adkin

RE: Object Instantiation Error

2007-03-19 Thread E C list
Thank you for your response Janet. You nailed the issue. It works now. I really appreciate this! Thanks again! -Original Message- From: Janet MacKay [mailto:[EMAIL PROTECTED] Sent: Saturday, March 17, 2007 11:48 PM To: CF-Talk Subject: Re: Object Instantiation Error There shouldn't b

RE:_Debugging?

2007-03-19 Thread Chad Gray
If you want it to be site wide stick it in your application.cfm -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 11:30 AM To: CF-Talk Subject: Debugging? Is there a way to have Debugging turned OFF for one site but on for everything else?

Debugging?

2007-03-19 Thread Adkins, Randy
Is there a way to have Debugging turned OFF for one site but on for everything else? I am building an internal application and would like the Debugging on that site off. Since developers are using the same server for other applications, the debugging (CF Admin settings) is turned on. TIA!

RE: Create an Excel Spreadsheet

2007-03-19 Thread Robert Rawlins - Think Blue
I'm not sure how flexible it is, but I know in the past when working with Excel sheets I always worked with the XML model as it allowed quite a nice set of features. Without the funny hacks of changing HTML into excel files. Rob -Original Message- From: Dana Kowalski [mailto:[EMAIL PROTEC

RE: Paymentech ...

2007-03-19 Thread Robert Rawlins - Think Blue
I'm not quite sure what problem this is referring too, but I'd say that relying on client side only authentication for this kind of thing is pretty ropey, id look to implement something server side that won't break if the user has scripting disabled. Rob -Original Message- From: Ashley

Paymentech ...

2007-03-19 Thread Ashley Brandwood
1) Which gateway are you using? Linkpoint, Authorize.net or Orbital? 2) I use JS script to disable the submit button to prevent multiple submissions ... There are two options ... 1) place in the submit button: onclick="this.disabled=true;" or (my prefered)

Re: Create an Excel Spreadsheet

2007-03-19 Thread Dana Kowalski
If you use an html table instead and use TH, the TH will transfer over as column headers in Excel. ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/c

Re: Using queryname.columnlist

2007-03-19 Thread Qasim Rasheed
I would modify the code to eliminate evaludate function sqlValueFormat(field) { if (isNumeric(field)) { field = trim(field); } else { field = "'" & trim(field) & "'"; } return field;

RE: TIFF image converstion (cfc)

2007-03-19 Thread Chad Gray
They are not a CFCs, but CFXs and work great! http://efflare.com/ ImageCR and ImageFlare are powerful tools and I have been using them for years with millions of images with no problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007

Re: Using queryname.columnlist

2007-03-19 Thread Mik Muller
You want to evaluate field to its value >if (isNumeric(field)) { >field = trim(evaluate(field)); >} else { >field = "'" & trim(evaluate(field)) & "'"; >} >return field; Mik At 09:21 A

TIFF image converstion (cfc)

2007-03-19 Thread cteel
Hello, I would like to know if anyone knows of an coldfusion compatible cfc/tag that converts tiff files to jpeg and can manipulate them on the fly. Be great if you have actual experience with it. Currently, I'm using something called ACDSee to convert them periodically, but it's a pain to hav

RE: cfc and wsdl

2007-03-19 Thread Chad Gray
Oh... yes the development server has this mapping: / C:\CFusionMX7\wwwroot The production server does not have this mapping. Should I remove this mapping? One of the other developers must have made it and I will need to find out why. -Original Message- From: James Holmes [mailto:[

Passing along: TechRepublic on Coldfusion

2007-03-19 Thread Jerry Johnson
Worth a look, from today's NetNote email: Implement the State pattern with ColdFusion Components The introduction of ColdFusion Components (CFCs) in ColdFusion MX opened the door to more object-oriented programming (OOP) in CF. When application developers start thinking about OOP, the idea of des

Re: cfc and wsdl

2007-03-19 Thread James Holmes
Check to see if either server has a root mapping (i.e. / is mapped to something) and if there are any other differences between the mappings on the boxes. On 3/19/07, Chad Gray <[EMAIL PROTECTED]> wrote: > It is set to remote. I just copied the cfc to our production server and it > works fine.

RE: cfc and wsdl

2007-03-19 Thread Chad Gray
It is set to remote. I just copied the cfc to our production server and it works fine. I get good WSDL. It has something to do with out development server. They are the same server versions. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, March

RE: cfc and wsdl

2007-03-19 Thread Andy Matthews
Your CFC has to be set to remote. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 9:07 AM To: CF-Talk Subject: cfc and wsdl Hello, I am playing with cfcs and what I am reading so far I should be able to hit the cfc with ?wsdl on the end and get

cfc and wsdl

2007-03-19 Thread Chad Gray
Hello, I am playing with cfcs and what I am reading so far I should be able to hit the cfc with ?wsdl on the end and get WSDL. Here is my test cfc right out of the help files: I get the following: AXIS error Sorry, something seems to have gone wrong... here are the det

RE: Can anyone tell me why someone would do this?

2007-03-19 Thread Ben Nadel
We do something like this because our development server has both an area for the dev projects but also for client-betas (duplicate of the code base with public facing access). We use the HASHing to make sure the two applications don't start overwriting each other's cached values. ..

Re: downloading large files via cfhttp

2007-03-19 Thread Randy Johnson
You could use cfexecute to launch a wget at the command line. I have did this before. Make sure that you use the time out options in the wget statement so you do not get caught with hung wget threads cfexecute allows you to launch the command and return to the page. The above method is not f

Re: Can anyone tell me why someone would do this?

2007-03-19 Thread Jim Wright
Peterson, Chris wrote: > I inherited a web site that is having session management issues, and > using a good amount of ram. > > In the application.cfm file, there is the following session code: > > name="#Hash(GetCurrentTemplatePath())#" setclientcookies="no"> > > Now, can anyone tell me why yo

RE: Can anyone tell me why someone would do this?

2007-03-19 Thread Scott Stewart
It looks like an attempt to keep folks from accessing individual pages, without going through some kind of entrance page. Hth sas -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 9:26 AM To: CF-Talk Subject: Can anyone tell me why someone w

RE: downloading large files via cfhttp

2007-03-19 Thread Andy Matthews
I think you're probably asking for trouble. I tried using Coldfusion to download a 7meg SQL file once and it crashed out every time. -Original Message- From: Dov Katz [mailto:[EMAIL PROTECTED] Sent: Saturday, March 17, 2007 7:46 PM To: CF-Talk Subject: downloading large files via cfhttp

Re: Can anyone tell me why someone would do this?

2007-03-19 Thread Doug Bezona
It's the application name, not the session name. We do something like this on our dev server, so each developer can have independent instances of the application without stepping on each others application and session scopes, etc. and without having to remember to manually rename the application f

RE: Can anyone tell me why someone would do this?

2007-03-19 Thread Andy Matthews
Doesn't make much sense. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 8:26 AM To: CF-Talk Subject: Can anyone tell me why someone would do this? I inherited a web site that is having session management issues, and using a good amount of

Can anyone tell me why someone would do this?

2007-03-19 Thread Peterson, Chris
I inherited a web site that is having session management issues, and using a good amount of ram. In the application.cfm file, there is the following session code: Now, can anyone tell me why you would want, on a web site that requires users to login, to set the session name based on the templat

Using queryname.columnlist

2007-03-19 Thread Pete Ruckelshaus
Hi All, I have a data import project that I am trying to simplify, mainly because of the number of tables and amount of data involved. I'm importing a number of tables from a MySQL database to an MS SQL Server database with an identical structure, except for datatypes being changed where appropri

Fire Department Blotter Program

2007-03-19 Thread Kent A. Orso
I am working with a local volunteer fire department that needs a daily blotter (log) program for keeping a running log of activities and runs into a MS SQL database. Anyone heard of anything already created in CF? Thanks in Advance, Kent ~~

RE: Help Desk / Trouble Ticket recommendation?

2007-03-19 Thread Robert Rawlins - Think Blue
The www.cornfeed.com seems to have been down for the past 3 or 4 days. I'm also in the market for a ticket system and would be keen to take a look around this, I did look into building a custom system a while back but it's quite a hefty project for what will essentially be a low traffic section of

Re: Help Desk / Trouble Ticket recommendation?

2007-03-19 Thread Andrew Scott
I second Jira, we use it too and with the Jira eclipse plugin or with myra it rocks in eclipse. On 3/17/07, Richard Kroll <[EMAIL PROTECTED]> wrote: > > I highly recommend Jira (www.atlassian.com) Its Java based and once you > purchase the application, you have access to the source. It is > co

RE: Weird Trouble with CF + MySQL.

2007-03-19 Thread Doug Brown
Would this line be your culprit? Maybe it has gotten combined due to the paste operation, but shouldn't it be (e.tag order by e.tag separator ', ') ( e.tagorder by e.tag separator ', ') -Original Message- From: Adrien Akkhazza R. Cardoso [mailto:[EMAIL PROTECTED] Sent: Monday, March

Re: Help Desk / Trouble Ticket recommendation?

2007-03-19 Thread Doug Bezona
I'll second this as one worth looking at. I used CFTicket in a previous job, and liked it a great deal. I had to do some fairly extensive modifications (primarily adding Oracle support, and also some other business-specific features). I found the code to be well organized and easy to work with, wh

Dealing with Reactor Record Objects

2007-03-19 Thread Robert Rawlins - Think Blue
Hello Guys, A quick 'best practice' type question when it comes to dealing with record objects/beans within the model-glue MVC pattern. At the moment I'm working on a template that displays a news article, so in my event I have a broadcast that says 'NeedArticle', this then gets dealt with

Weird Trouble with CF + MySQL.

2007-03-19 Thread Adrien Akkhazza R. Cardoso
I'm having this problem. The query works fine directly on the database, but when used on coldfusion it gives this error. If I copy the string from the sql field here, and executes on mysql , it works fine again. Don't get what can be wrong. Maybe CF is doing something stupid when talking to the

  1   2   >