Re: CF and Spry

2008-01-05 Thread AJ Mercer
it may have something to do with casing - javascript is case sensitive On Jan 5, 2008 4:17 PM, Issac Rosa [EMAIL PROTECTED] wrote: Can someone see why the detailregion is not updating when using Spry.Data.JSONDataSet? If I use Spry.Data.XMLDataSet, the detailregion updates fine when I click

Re: stuck with a loop count

2008-01-05 Thread Dr. Who
Thanks Isaac, Morgan * every one. i will try that out a little latter today if i can. i was also thinking that this strcture is kinda wierd. ideally i would like to make another table that just does a count on leads, the other math stuff. so i dont have cf doing it but the sql server. but i am

Re: CF and Spry

2008-01-05 Thread Dan Vega
Isaac. First off if you already don't know about it I would check out firebug as it lets you monitor requests. I think your only problem here is that your looking for json and your cfc is returning wddx. If you do not set a return format then it will return wddx. Simply add this to your component.

Re: CF and Spry

2008-01-05 Thread Dan Vega
Isaac. First off if you already don't know about it I would check out firebug as it lets you monitor requests. I think your only problem here is that your looking for json and your cfc is returning wddx. If you do not set a return format then it will return wddx. Simply add this to your component.

Re: stuck with a loop count

2008-01-05 Thread Paul Ihrig
ok... Morgan using what you showed i am now able to get a sum of all reps which is great! but its not then summing those up for manager, and then total for all.. it just repats the last iteration. !--- Display Market Header --- cfset sumTotal = 0!--- --- cfoutput query=get_Sales group=Market

Re: CF and Spry

2008-01-05 Thread Issac Rosa
Thanks for the reply Dan, but if you notice in my call to the CFC when I create the DS, I am using returnFormat=json and I'm getting the data displayed in Region 1. var mydata = new Spry.Data.JSONDataSet(../product.cfc?method=getProductsreturnFormat=jsonqueryFormat=column, {path:DATA,

Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Dominic Watson
Using CF8 CF7, when directly outputting the result of a function or method call, I see whitespace (it is actually some sort of special character) before the string. If I place the result in a variable and then output it, I don't see the whitespace... I'm assuming people must have come across this

Re: Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Claude Schneegans
Do you have the component set to suppress whitespace? The problem is not about white space not suppressed. Some white space is actually *added*. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

Re: Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Claude Schneegans
Silly indeed! And it is as silly under CF6 Note that if you cfoutput=#len(Silly())#=/cfoutput you get = 5=, thus the extra space is not actually returned by the function call, but is inherent to any function call inside cfoutput However cfoutput=#len(Silly)#=/cfoutput outputs =5= correctly. And

Re: Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Dan Vega
Do you have the component set to suppress whitespace? cfcomponent output=false cffunction name=what output=false I am pretty sure you only need to do it at the component level but if it was set to true there you could control it on a per function basis as well Dan On Jan 5, 2008 5:11 PM,

Re: Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Dominic Watson
Yeh and this happens outside of components (for me at least). The code I posted was from a plain ol .cfm file. Try it and see :) Dominic On 05/01/2008, Dan Vega [EMAIL PROTECTED] wrote: Do you have the component set to suppress whitespace? cfcomponent output=false cffunction name=what

Re: Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Dominic Watson
Silly indeed! And it is as silly under CF6 Aha, not just my code then! I've noticed that it also happens when accessing a value in a query using array notation, i.e.: cfoutput=#myQuery[col][row]#=/cfoutput Can't believe that's been around for so long and not fixed in CF8! I guess my only

cfexecute help.

2008-01-05 Thread George Linderman
Hey guys, I've been suffering like a dog trying to get ffmpeg to work for a site I'm working on. For those of you who dont' know, ffmpeg is basically a command line utility that converts video formats to flv. Anyway, I got it to work nicely in a command line, I juts can't get it to work in my

using form.fieldNames and CFLOOP to insert selected radio buttons

2008-01-05 Thread Ron Eis
I'm trying to insert the value of selected radio buttons using CFLOOP and #form.fieldNames#. It's returning the correct values that need to be inserted into the database, but it's also returning the value and name of my submit button. I thought using form.fieldNames was correct but I'm not sure

Re: stuck with a loop count

2008-01-05 Thread Dr. Who
Thanks Guys.. finally got it to work intended. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

RE: cfexecute help.

2008-01-05 Thread Dave Watts
I mean, I need to get a /c onto the command line somehow. However, I have no experience with batch files, or cfexecute, so I don't know how I could fit a /c onto the same arguments string as the rest of the ffmpeg command. Just putting ffmpeg /c doesn't seem to work, at least not in

Re: short and quick javascript dev project

2008-01-05 Thread Gonzo Rock
Project Complete. Thanks Matt! On Jan 4, 2008 9:38 PM, Gonzo Rock [EMAIL PROTECTED] wrote: I have a javascript issue that I need to get resolved... actually developed. It's pretty simple really for someone who rocks javascript. The script works in a very simple mode with one total but now

RE: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-05 Thread Dave Watts
It's returning the correct values that need to be inserted into the database, but it's also returning the value and name of my submit button. I thought using form.fieldNames was correct but I'm not sure how to return all the selected fields but not the submit? Thanks for any help! CF has

Simple Employment Application

2008-01-05 Thread christine gardner
Hello, I am new at coldfusion and am having trouble posting a simple employment application. As much as I have analyzed this, I can't seem to see my error. I would greatly appreciate any and all help. cfif isDefined('form.submitEmploymentApplication') cfsavecontent

RE: Simple Employment Application

2008-01-05 Thread Dave Watts
I am new at coldfusion and am having trouble posting a simple employment application. As much as I have analyzed this, I can't seem to see my error. I would greatly appreciate any and all help. What is it doing that it shouldn't? You will generally get more helpful answers on mailing

Re: Simple Employment Application

2008-01-05 Thread christine gardner
When I post it I keep getting a line 35 error and when I remove the cfoutput section it posts wout errors, but obviously any it submits as a blank page. I am new at coldfusion and am having trouble posting a simple employment application. As much as I have analyzed this, I can't seem

Re: Whitespace from seemingly nowhere, what am I missing?!

2008-01-05 Thread Claude Schneegans
Can't believe that's been around for so long and not fixed in CF8! Must be in the same agenda as correcting the empty list element bug ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

Re: Simple Employment Application

2008-01-05 Thread Dominic Watson
Hi Christine, best way to get a quick answer is to paste the exact error you receive but anyways, the error that I get is Element PHONE_NIGHT is undefined in FORM. That means that form.phone_night does not exist, or, there is no form element with the name form.phone_night. A quick look at the

Re: Simple Employment Application

2008-01-05 Thread christine gardner
When I post it I keep getting a line 35 error and when I remove the cfoutput section it posts wout errors, but obviously any it submits as a blank page. I am new at coldfusion and am having trouble posting a simple employment application. As much as I have analyzed this, I can't seem

RE: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-05 Thread Ron Eis
I agree Dave. That's why I posted the question here. I would really appreciate any concrete solutions/options/direction from the other experts here. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Saturday, January 05, 2008 6:36 PM To: CF-Talk Subject: RE: using

RE: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-05 Thread Dave Watts
You can avoid this by using conditional logic within your loop to exclude the fields you don't want, or by not giving those fields names in the first place. I would really appreciate any concrete solutions/options/direction ... I provided two solutions. They're about as concrete as

Re: Simple Employment Application

2008-01-05 Thread Mike Chabot
Are you able to log into ColdFusion administrator? If so, find the logs section, open up the Application log, find any error message in there. That should give a clue to the source of the error. -Mike Chabot On Jan 5, 2008 9:45 PM, christine gardner [EMAIL PROTECTED] wrote: When I post it I

Coldfusion Auction Script

2008-01-05 Thread NUGROHO NOTO
We are currently looking for Simple auction script. simple means... we intend to use it for auctioning our own products in our website (NOT for multi auctioner). I found this...http://www.beyondsolutions.com/ any opinion on this script ? Tried to contact them twice, with no reply... Anyone