RE: [ACFUG Discuss] CFUnited Report - Adobe Keynote

2008-06-18 Thread Gurevich, Gerry (NIH/NIEHS) [C]
What if you have already written your own framework to use the cfproperty tag for this very thing? I guess I'll have to wait and see. Gerry Gurevich Application Development NIEHS ITSS Contractor Lockheed Martin Information Technology 919-361-5444 ext 311

RE: [ACFUG Discuss] Negative plus positive equals less than zero?

2007-12-28 Thread Gurevich, Gerry (NIH/NIEHS) [C]
I think I would write a UDF that would round all of your floating point calculations. Don't forget that you have to worry about +- 0.001 as well as +- 0.001 Try playing around with this cfset val=-0.91 cfset decimal=3 Make this part a UDF with val and decimal

RE: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Gurevich, Gerry (NIH/NIEHS) [C]
Is this something you could run from a command line? If so, then you can set it all up in a batch file to trigger it and also direct output to another file (maybe). Then you would use cfexecute to kick off the batch file. Gerry Gurevich Application

[ACFUG Discuss] CFPOP and SSL

2007-05-30 Thread Gurevich, Gerry (NIH/NIEHS) [C]
Any free CFPOP tags or any recommended for purchase? Has anyone actually used a custom CFPOP tag with SSL and had a positive result? Thanks for your recommendations. Gerry Gurevich Application Development NIEHS ITSS Contractor Lockheed Martin

RE: [ACFUG Discuss] Bad CFQuery Results

2007-05-22 Thread Gurevich, Gerry (NIH/NIEHS) [C]
Just a blind stab in the dark here but... Are you returning your results in the same request as the cfquery? I have inherited code that stuffs queries into session or even application scope and then you may have all kinds of things happening that cause you to output something different from what

RE: [ACFUG Discuss] Error handling, I have request, exception, validation templates.

2007-04-25 Thread Gurevich, Gerry \(NIH/NIEHS\) [C]
I believe this is a compile time error. Error handling doesn't come into play until you get an execution time error. Gerry Gurevich Application Development NIEHS ITSS Contractor Lockheed Martin Information Technology 919-361-5444 ext 311

RE: [ACFUG Discuss] dynamic structs/variable

2007-03-05 Thread Gurevich, Gerry \(NIH/NIEHS\) [C]
Well I would want to ask and argue not to do this...but I'll bite my tongue. Why not create a superstructure to hold this. Then you could do something like: cfset superstruct=structnew() cfset structVarName = myStruct / cfset superstruct[structVarName] = StructNew()/ cfset keyVariable =

RE: [ACFUG Discuss] RE: askcharlie, getting live help when you're stumped (was RE: [ACFUG Discuss] WebDAV, Tortoise SubVersion, DWMX8, and CFMX7)

2007-02-09 Thread Gurevich, Gerry \(NIH/NIEHS\) [C]
I'm not a hired flak and I've never used the product, but Fog Creek Software (see: Joel On Software) has a product that appears to be pretty good for this type of situation: https://www.copilot.com/ Gerry Gurevich Application Development NIEHS ITSS