Re: SMS messages [spamtrap bayes][spamtrap heur]

2010-08-26 Thread Paul Hastings
On 8/27/2010 2:25 AM, Justin Scott wrote: > Have you used them to send to mobile numbers on US carriers? A few places > I've spoken to have said that we would need to apply for our own short code > to send to US recipients, others have said we can send through theirs but no you don't 100% need

RE: Dump to Excel from CF 5

2010-08-26 Thread UXB Internet
>> I've tried using various iterations of and but >> nothing is changing. I'm only getting a display in the web browser. IE browsers very often tend to open excel files in the browser window instead of forcing a download to disk. You may need to add the application/unknown to the content type

manipulating Excel files

2010-08-26 Thread marc --
Hi, recently I wanted to stream an Excel file from the server to a client browser. Before streaming it to the user, I wanted to replace some placeholders in the file (like ,) with their actual values (#user.name#,#user.place#). So this was the setup: 1 read binary (.xls) template file 2 read

Re: Style sheets with cfcontent

2010-08-26 Thread Carl Von Stetten
I've had the same problem in the past. Instead of using a to load the stylesheet, try this in the section of your page: This will embed the external stylesheet into your page. HTH, Carl > Hi All - > > I am trying to export som

Style sheets with cfcontent

2010-08-26 Thread fun and learning
Hi All - I am trying to export some data to excel, and the CSS styles do not seem to be working. It works fine when I use inline style attribute, but when I use class attributes and link to the external stylesheet, it does not seem to be working. I am using MS Office 2003. Did anyone face simi

Re: Incorrect Perfmon Values in CF9

2010-08-26 Thread rex
Caveat: this option is unavailable on a J2EE install, as it is only available on a standard installation WebMastesr Smarte wrote: > CF Admin > DEBUGGING & LOGGING > Debug Output Settings > Enable Performance > Monitoring > > ~~

Re: I need help with a web service FAST!!!

2010-08-26 Thread Ray Meade
Yes, it makes sense. I'll try it out when I get home this evening and I'll let you know if it works. (if it doesn't, I'm sure it'll something I'm doing wrong and not your suggestion) >In your component, create a method that creates an instance of your parent >xmlDoc: this.xmlDoc = xmlNew() when

WebService Complex Type Question / EchoSign

2010-08-26 Thread Brook Davies
Hi Peeps, I have been trying to call a webservice method on the EchoSign API all morning. I have been successful in calling a couple of test methods, but can’t get this one to work. I always get the error: == Web service operation sendDocument with parameters {documentcreat

Cfinput with binding

2010-08-26 Thread Stephens, Larry V
If you've worked with this (successfully) in the past would you contact me off-list? I've read the Adobe documents and searched with Google and something just isn't working right. Probably simple (once you know what you're talking about). Thanks. Larry Stephens steph...@indiana.edu

RE: SMS messages

2010-08-26 Thread Justin Scott
> www.q-sms.org > They have a very robust sms gateway. Thanks, I took a look at their pricing page and LOLed when I saw this... "Q-sms offers the cheapest price in Nigeria and one of the most competitive globally..." The Nigeria mention makes them immediately suspect in my mind, but I suppose t

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Michael Grant
Sorry, I think my syntax is wrong. I think it's menuQ[4].depth. On Thu, Aug 26, 2010 at 3:04 PM, Michael Grant wrote: > You could do it as recursive calls to a function or just do it as > procedural and compare the last record to the current record in order to > know if you need to open and clo

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Michael Grant
You could do it as recursive calls to a function or just do it as procedural and compare the last record to the current record in order to know if you need to open and close new 's. So if menuQ.depth[4] LT menuQ.depth[3] you need to open a new type thing. Make sense? On Thu, Aug 26, 2010 at 11

Re: I need help with a web service FAST!!!

2010-08-26 Thread Tony Bentley
In your component, create a method that creates an instance of your parent xmlDoc: this.xmlDoc = xmlNew() when you initialize it. Then in your NEWJOB function, simply append the data to the this.xmlDoc by creating a new node. When you are finished, you simply use the instance name of the

Re: I need help with a web service FAST!!!

2010-08-26 Thread Michael Grant
I *think* you mean how do you handle sending multiple records to the cffunction? In which case I'd suggest passing the data in as an object (struct, array or query) then looping over the object to create multiple "JOB" nodes. Am I on the right track or did I misunderstand you? On Thu, Aug 26, 2

RE: sending a form through CF and catching the results

2010-08-26 Thread Josh Nathanson
> Actually, it's probably something only someone from the Allaire days > could tell us. My guess would be that since they had the cfquery functions already, it's easier to just turn the CSV into a query and use that existing functionality, than to write a bunch of similar functions specifically f

I need help with a web service FAST!!!

2010-08-26 Thread Ray Meade
I've been trying to figure this out for days now and my deadline is almost up. I need to create a complex web service that will receive multiple records from the consumer and create an XML file that will be copied into a directory and processed. Right now, we receive an XML file via email which

Re: sending a form through CF and catching the results

2010-08-26 Thread Rick Root
On Wed, Aug 25, 2010 at 12:07 PM, Peter Boughton wrote: > > (The columns attribute is part of cfhttp's csv parsing ability. Why cfhttp > does CSV parsing instead of having dedicated CSV functions is something only > Adobe can tell us.) Actually, it's probably something only someone from the Al

Re: Incorrect Perfmon Values in CF9

2010-08-26 Thread WebMastesr Smarte
CF Admin > DEBUGGING & LOGGING > Debug Output Settings > Enable Performance Monitoring >How did you "enabled performance monitoring in the CF Admin?" > >I tried adding the CF9 counters in Perfmon, but all the counters have the >"ADD" button greyed out. > >On Thu, Aug 26, 2010 at 10:12 AM, WebMas

Re: sending a form through CF and catching the results

2010-08-26 Thread daniel kessler
Hey William, I did try that. It didn't help, but thank you. > try changing the value in your script from "SPHL-School of Public > Health" to "20" ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldf

Re: Incorrect Perfmon Values in CF9

2010-08-26 Thread Carol F
How did you "enabled performance monitoring in the CF Admin?" I tried adding the CF9 counters in Perfmon, but all the counters have the "ADD" button greyed out. On Thu, Aug 26, 2010 at 10:12 AM, WebMastesr Smarte < webmastersma...@gmail.com> wrote: > > I upgraded from CF8 Standard to CF9.01 Sta

Incorrect Perfmon Values in CF9

2010-08-26 Thread WebMastesr Smarte
I upgraded from CF8 Standard to CF9.01 Standard and I enabled performance monitoring in the CF Admin. When I add the CF9 jrun counter for Average Req Time it spikes to over 4 billion basically an overflow. Furthermore, I uninstalled CF9 and removed the CF9 folder completely and removed all reg

Re: Number of site using ColdFusion

2010-08-26 Thread Gerald Guido
>>.. if AFLAC and Bank of American think it's good enough... Here here! +1 for Quality over Quantity. A couple of sites with name brand recognition worth mentioning CarFax http://www.carfax.com Logitech http://www.logitech.com The guy from Logitech is very vocal about his support of support of

Re: Number of site using ColdFusion

2010-08-26 Thread Rick Root
I'd be quite disappointed if anyone could maintain a "list of coldfusion web sites" and have it be even 10% complete. the metrics of such are not worth anything anyway. If you're trying to justify the use of Coldfusion, don't bother going with a count like that. Ben Forta's list is more suitabl

Re: License question about compiled code between Developer & Enterprise

2010-08-26 Thread Dave Watts
> If we write our application using the Developer Edition of CF, and > compile our app. code using the Developer Edition, then take that > compiled code and put it on a licensed production server with CF > Enterprise Edition, we're not in any type of license violation, are we? > > We just want to

License question about compiled code between Developer & Enterprise

2010-08-26 Thread Eric Cobb
I've got a quick question that we pretty much already know the answer to, but I wanted to get some verification. If we write our application using the Developer Edition of CF, and compile our app. code using the Developer Edition, then take that compiled code and put it on a licensed productio

Re: Re: sending a form through CF and catching the results

2010-08-26 Thread William Seiter
The page you are trying to hit with cfhttp is expecting a numeric value for 'di_20156'. try changing the value in your script from "SPHL-School of Public Health" to "20" William -- William E. Seiter On Aug 26, 2010, daniel kessler wrote: >Seems like the error isn't really givi

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-26 Thread Dave Watts
> Could one write a .NET wrapper for the COM object and use that? > > e.g. http://www.codeproject.com/KB/COM/COMinDotNet.aspx I don't think that will work directly, because they won't be able to run in the same process. The wrapper would have to use DCOM (I think) to call the 32-bit library from

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Tom King
It sort of makes sense that this is a recursion issue, as I keep hitting the 'You need to know the future' (i.e the next row before it's happened) feeling.. Re: Michael, yes, assume the query is sorted (i.e the depth is how deep the containing UL is). It does my head in. Recursion that is. On 2

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Ian Skinner
I *THINK* what you are trying to do is a classic problem for a recursive function. Create a function that handles one level of your list with the proper and tags. Then for each record inside the logic for the ... test to see if there is another level, if so call the same function. Rough

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Michael Grant
It appears that your row order also indicates the order of you lists? So for instance you want: - One - Two - Three - Four - Five - Six - Seven - Eight Correct? ~| Order the Adobe Coldfusion Anthol

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-26 Thread James Holmes
Could one write a .NET wrapper for the COM object and use that? e.g. http://www.codeproject.com/KB/COM/COMinDotNet.aspx -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 26 August 2010 22:28, Dave Watts wrote: > If you need to use COM, you should continue using the 32-b

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Tom King
I've updated the dummy data in my example to include multiple depths (i.e nesting) http://neokoenig.pastebin.com/nGBphKVN T On 26 August 2010 16:27, Tom King wrote: > Hi John, > That's fine when you just want a straight: > > > Something > > > But I'm trying to build something with nested ul/

Re: Number of site using ColdFusion

2010-08-26 Thread Scott Slone
. 119 >> F : 631.434.7022 >> http://www.austin-williams.com >> >> Great advertising can't be either/or. It must be &. >> >> Plug in to our blog: A&W Unplugged >> http://www.austin-williams.com/unplugged >> >> >> >> __ I

Re: Function to Output a query as an ol or ul

2010-08-26 Thread Tom King
Hi John, That's fine when you just want a straight: Something But I'm trying to build something with nested ul/ol's from the same query object.. T On 26 August 2010 16:22, John M Bliss wrote: > > > > #MyQuery.MyColumn# > > > > On Thu, Aug 26, 2010 at 10:18 AM, Tom King >wrote

Re: Function to Output a query as an ol or ul

2010-08-26 Thread John M Bliss
#MyQuery.MyColumn# On Thu, Aug 26, 2010 at 10:18 AM, Tom King wrote: > > Hi all, > Having not found an existing function to do this (output a query object as > a > nested ol or ul), I thought I'd try my own hand at it - I'm *so* close. > Yet, > not quite there. > > Basically, my

Function to Output a query as an ol or ul

2010-08-26 Thread Tom King
Hi all, Having not found an existing function to do this (output a query object as a nested ol or ul), I thought I'd try my own hand at it - I'm *so* close. Yet, not quite there. Basically, my mind has given up trying to get the logic correct in when to close elements. It works most of the time,

Re: COM Object support in 64-bit - Vague and Unclear

2010-08-26 Thread Dave Watts
> http://www.j-interop.org/introduction.html > > Is that a good alternative? Might give it a go later. I don't know, but from a cursory examination this appears to use DCOM, which in my own opinion isn't a good alternative to anything. If I recall correctly, COM objects have to be written to supp

Re: sending a form through CF and catching the results

2010-08-26 Thread daniel kessler
Though I still have hope, I'm starting to think that this is a wasted effort, because I think it's working off a timed session and that Timestamp is constantly changing. I suspect that's the reason for the 302 error. I can ask them to provide a query just for me, but the chance of it being don

Re: Upgrading to Coldfusion 8

2010-08-26 Thread Larry Lyons
Rick, You may find this blog posting by Mike Henke helpful: http://www.henke.ws/post.cfm/multiple-coldfusion-version-and-engines-on-adobe-coldfusion-with-jrun >List, > >Can I install Coldfusion 9 multi-server on a server already running >Coldfusion 8 multi-server? I'd like to get it installed,

Re: sending a form through CF and catching the results

2010-08-26 Thread daniel kessler
>Seems like the error isn't really giving much help. > > >Can you get full debugging from that error on jobs.cfm? >Can we see the code on and around line 346 of jobs.cfm? How would I get the full error? The code on and around 346 is the block of code that I posted last. https://jobs.um

Re: Number of site using ColdFusion

2010-08-26 Thread John M Bliss
mp;. > > Plug in to our blog: A&W Unplugged > http://www.austin-williams.com/unplugged > > > > __ Information from ESET Smart Security, version of virus signature > database 5399 (20100826) __ > > The message was checked by ESET Smart Security. >

Re: Number of site using ColdFusion

2010-08-26 Thread Scott Stewart
00 Ext. 119 > F : 631.434.7022 > http://www.austin-williams.com > > Great advertising can't be either/or.  It must be &. > > Plug in to our blog: A&W Unplugged > http://www.austin-williams.com/unplugged > > > > __ Information from ESET S

RE: Number of site using ColdFusion

2010-08-26 Thread Robert Harrison
ure database 5399 (20100826) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/d

Re: SMS messages

2010-08-26 Thread Anene Isioma Wealth
www.q-sms.org They have a very robust sms gateway. From: Justin Scott To: cf-talk Sent: Wed, August 25, 2010 7:29:21 PM Subject: SMS messages Any suggestions for SMS services/gateways to look at? We have a client that is interested in sending SMS alerts

Re: Number of site using ColdFusion

2010-08-26 Thread Peter Boughton
> To use an analogy, just because trillions of flies eat manure, does > that mean we ought to? Directors don't care if developers eat shit, once they get the job done quicker and cheaper. There's also the quote "Nobody ever got fired for using #IndustryLeader#." Which isn't particularly helpf