RE: Broken code after CF9.01 patch

2010-10-12 Thread Jason Durham
Heh... my line break didn't show up in the last email either. Has anyone else experienced similar behavior? -Original Message- From: Jason Durham [mailto:jdur...@cti-stl.com] Sent: Friday, October 08, 2010 4:57 PM To: cf-talk Subject: RE: Broken code after CF9.01 patch Sorry for the

PDF scaling

2010-10-12 Thread Jason Durham
How do I keep ColdFusion from scaling my content when I use cfdocument type=pdf? h1 style=font-size:36pxHello, World./h1 I've clearly set a fixed font size but it comes out to something closer to 28px. I've used cfdocument type=pdf scale=100 also, however the docs say you only need to use

Re: cfssetting showdebugoutput

2010-10-12 Thread funand learning
I am using access=remote in cffunction, and cfsetting showdebugoutput=no immediately after the cfcomponent tag. This does not work either. i also tried using cfsetting in application.cfm with no use. Any other alternatives I can try? On Sun, Oct 10, 2010 at 7:40 PM, enigment enigm...@gmail.com

Excel?

2010-10-12 Thread ColdFusion Developer
I am looking to see what other developers are using to read excel files as datasources? Here is the scenarios: User downloads an Excel file Loads it on their tablet PC and walks around filling in questions (Yes/No Comment type questions) -- If yes, no comment required -- If no, comment

Re: cfssetting showdebugoutput

2010-10-12 Thread Michael Grant
They do. On Sun, Oct 10, 2010 at 7:40 PM, enigment enigm...@gmail.com wrote: I'm pretty certain that no, false, and 0 all have the same effect. Dave On Sun, Oct 10, 2010 at 3:43 PM, Reed Powell r...@powellgenealogy.com wrote: You want cfsetting showdebugoutput=No not false. It will

Re: Uploading photos to Facebook - ColdFusion REST API

2010-10-12 Thread Michael Grant
Change type=url to type=formfield On Sun, Oct 10, 2010 at 1:43 PM, David Six2 david.six...@gmail.com wrote: Perhaps Facebook is looking for the params in form variables rather than the URL since it's a post? Thanks for looking at this. I tried this: cfhttp

re:32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
This is a follow up on a discussion from back in June in regards to com object with CF9 on win 2008 server... Background...this process loads a flash file for a video tribute (for funeral homes)... The odd thing for me is that I have been running this with no issue for the past 2 weeks and for

CF based Poll?

2010-10-12 Thread Michael Grant
Is there a recommendation for a polling tool (like polldaddy) that's CF based and cheap/free? (Psst. Ray, I know I know. Check Riaforge. I'm looking for recommendations first. :p ) ~| Order the Adobe Coldfusion Anthology now!

jQuery and cfcontent

2010-10-12 Thread Victor Moore
Hi, I have a page with a button on it. When the button is clicked a jQuery script runs a cfc , which basically cfoutputs the query in a table, puts it a variables and returns it I need to download the returned table in excel. Unfortunately it doesn't work and the table is displyed on the page.

Re: PDF scaling

2010-10-12 Thread David McGraw
Could the fontEmbed option help? I don't think it will but worth a try. Dave @ Oyova.com a href=http://www.oyova.com;Web Development and Design - Oyova Software/a ~| Order the Adobe Coldfusion Anthology now!

Re: Microsoft rumored to be buying Adobe

2010-10-12 Thread David McGraw
I can't imagine it's good for ColdFusion, then again, perhaps it may mean some real advertising and pushing of a great technology. Imagine CF freely bundled with all IIS servers. It could mean a HUGE boom for the CF community. CF.NET would rock. Dave @ Oyova Software http://www.oyova.com

Re: Uploading photos to Facebook - ColdFusion REST API

2010-10-12 Thread Jeff Gladnick
I think there is a function in the facebook graph API that you can use: http://facebookgraph.riaforge.org/ Howdy folks, I'm working on a ColdFusion application that creates events in Facebook. I have no trouble authenticating users and creating simple events, but as soon as I add a

Re: cfssetting showdebugoutput

2010-10-12 Thread fun and learning
I am using access='remote' in my cffunction method: so Used cfsetting showdebugoutput=no after the cfcomponent but with no effect. I dont see any output, but I donot see any result in my grid. below is the jquery function calling the cfc: script type=text/javascript

Re: CF901 Released

2010-10-12 Thread Rob Barthle
All the people having this issue, were you working on Windows servers? If not what OS were you on? ~| Order the Adobe Coldfusion Anthology now!

For those who present at conferences (or want to)

2010-10-12 Thread Jeff Gladnick
Consider using www.prezi.com instead of powerpoint/etc for your next presentation. I've recently started experimenting with it (you can see my first attempt to convert my resume to a prezi here: http://www.jeffgladnick.com/). It allows for some really dynamic, interested presentation styles.

For those who present at conferences (or want to)

2010-10-12 Thread Jeff Gladnick
Consider using www.prezi.com instead of powerpoint/etc for your next presentation. I've recently started experimenting with it (you can see my first attempt to convert my resume to a prezi here: http://www.jeffgladnick.com/). It allows for some really dynamic, interested presentation styles.

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
Additional info on this: What this process is doing is taking some images and music and putting them together to create a slide show and creates an exe file. I would assume that whatever com object/java or whatever that is built into CF would all work the same in the 64bit as it does in the

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Matthew Williams
I'm seeing this as well, but on a CF8 server with 32 bit OS. Every time this happens I also get an email from FusionReactor that we're hitting less than 2% of memory available, or that the server has started to queue up requests. So, to me, this would indicate it's out of memory issue.

CF based Poll?

2010-10-12 Thread Michael Grant
Any recommendations on a cf based poll? Kind of like poll daddy? I checked riaforge and found nothing. ~| Order the Adobe Coldfusion Anthology now!

RE: For those who present at conferences (or want to)

2010-10-12 Thread Rick Faircloth
Very interesting, Jeff! Thanks for the tip! Rick -Original Message- From: Jeff Gladnick [mailto:jeff.gladn...@gmail.com] Sent: Monday, October 11, 2010 2:56 PM To: cf-talk Subject: For those who present at conferences (or want to) Consider using www.prezi.com instead of

What did you replace IMS Mailserver with?

2010-10-12 Thread Brook Davies
I know there was some discussion about SMTP servers recently, but what about POST servers? I am looking to replace an aging IMS mail server, since the company no longer exists (although their website still does). I need the ability to manage bounces and integrate with CF scripting to track failed

Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant
Try this, of course swapping out the variable value to whatever var name holds you xls content: cfheader name=Content-disposition value=attachment; filename=fileName.xls / cfcontent type=application/unknown variable=your-XLS-content-var / On Tue, Oct 12, 2010 at 11:49 AM, Victor Moore

Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant
P.S. I use application/unknown to force it as a download. On Tue, Oct 12, 2010 at 1:03 PM, Michael Grant mgr...@modus.bz wrote: Try this, of course swapping out the variable value to whatever var name holds you xls content: cfheader name=Content-disposition value=attachment;

Re: jQuery and cfcontent

2010-10-12 Thread Tony Bentley
I usually locate to another page which holds the cfheader code. What ends up happening when you locate to another page is you are never redirected and the page prompts to download. Doing it in jquery is unnecessary unless you want to use a wait icon to ensure the processing is finished before

Re: CF based Poll?

2010-10-12 Thread .jonah
http://soundings.riaforge.org/ On 10/12/10 7:45 AM, Michael Grant wrote: Is there a recommendation for a polling tool (like polldaddy) that's CF based and cheap/free? (Psst. Ray, I know I know. Check Riaforge. I'm looking for recommendations first. :p )

Re: CF based Poll?

2010-10-12 Thread Michael Grant
Hey thanks ever so much! NOTE: This result does NOT come up when you search Poll or Polling. Ray, you might want to add that as a keyword. :) On Tue, Oct 12, 2010 at 1:20 PM, jonah.blossom jo...@creori.com wrote: http://soundings.riaforge.org/ On 10/12/10 9:14 AM, Michael Grant wrote:

Re: CF based Poll?

2010-10-12 Thread David McGraw
I have worked with Soundings before and I found it horrible to work with... I would rather develop my own before trying to work with that again. Just my experience with it, I am sure the client and the situation had more to do with it than the product. Regards, David McGraw Oyova Software, LLC

Re: cfexchangeConnection

2010-10-12 Thread Jeffrey Pratte
5 years of CF and this is the first time I have been asked to do something with MS exchange and CF. not being 100% if its possible with cfexchange tags can someone thats used them answer the following questionsthanks My client has his exchanged server on a hosted server and I have

Re: jQuery and cfcontent

2010-10-12 Thread Victor Moore
I think I may end up using this approach, to open a new window. @Michael the variable is expected to contain binary data. In my case is just a string. Thank you guys Much appreciated Victor On Tue, Oct 12, 2010 at 1:11 PM, Tony Bentley cascadefreehee...@gmail.com wrote: I usually locate to

Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant
Here's a working example: !--- Read the file --- cffile action = read file = /seedRequests.xls variable = xlsXML !--- Set content-dispostion --- cfheader name=Content-disposition value=attachment; filename=seedRequests.xls / !--- feed the file to the browser --- cfcontent

Re: Uploading photos to Facebook - ColdFusion REST API

2010-10-12 Thread David Six2
Michael, This did it, if I pass in all the parameters as formfields and the image, this works. Thanks very much! cfhttp url=https://api.facebook.com/method/events.create; method=post cfhttpparam name=access_token value=#client.access_token# encoded=no type=formfield

Re: Uploading photos to Facebook - ColdFusion REST API

2010-10-12 Thread David Six2
Jeff, Unfortunately, due to a bug, Graph API is not currently able to post images to a page event on facebook. But I've finally got the post event with image code working for the old REST API. David On Mon, Oct 11, 2010 at 10:58 AM, Jeff Gladnick jeff.gladn...@gmail.comwrote: I think there

Lions, Tigers and Images, Oh My!

2010-10-12 Thread Everett Alexander
Hello, I have a an form that will be updating a database for creating webpages. That form will need to upload images (along with various other fields, text, etc.) to a server. So I want to point to a specific folder on the server to upload images, and then reference that location in the

Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread David McGraw
Did you supply a location for where to place the file on a cffile action=upload, if not it's just saving it to the CF server's default temporary location. I think you want to make sure every cffile has a destination attribute filled out with where you want the file to go. Dave @ Oyova Software

RE: What did you replace IMS Mailserver with?

2010-10-12 Thread Russ Michaels
We use HMAILServer as an SMTP post server, very good for a FREE open source mail server. Russ -Original Message- From: Brook Davies [mailto:br...@logiforms.com] Sent: 12 October 2010 17:37 To: cf-talk Subject: What did you replace IMS Mailserver with? I know there was some discussion

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
This is on a server that isn't in production yet...I am not very familiar with com objects, but I would assume they are like any other object in how they are referenced. I even installed a newer version and it doesn't seem to have an effect. I am lost here on this issue. I'm seeing this as

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
This is on a server that isn't in production yet. I am at a loss here. I am sure it something to do with the 64vs32 bit issue, but this is supposed to be 64 bit friendly. I uninstalled the original one and installed a new version and I got the same error message. I am not even sure if the

Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread Everett Alexander
I didn't catch this at first but I noticed you suggested cffile, where I had been using cfinput name=image type=file. When I use cffile action, then I lose the option to browse for a file? Am I missing a step somewhere? Did you supply a location for where to place the file on a cffile

Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread David McGraw
I'm referring to how you handle the submission on the server side. I almost never use any cfform objects so you may need someone else to help you there. Typically after you submit the form, you have a set of code to process the incoming file fields. In order to handle a form submission in CF,

Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread Ian Skinner
On 10/12/2010 11:41 AM, Everett Alexander wrote: /opt/jrun4/servers/DISCOVERY/SERVER-INF/temp/cfusion.war-tmp/neotmp2153518236327741178.tmp That is the temporary location where the web server (IIS or Apache) put the uploaded file after it decoded the data from the HTTP request. It then put

Re: How to point to a Directory?

2010-10-12 Thread Brandon
Why don't you just throw your directory structure into the database and select it from a dropdown? Maybe do some ajax to simulate the parent/child relationship when a directory is selected. On Oct 4, 2010 6:08 PM, Gonzo Rock gonzor...@gmail.com wrote: Using input type=file works great to let a

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Cameron Childress
On Tue, Oct 12, 2010 at 10:22 AM, Eric Roberts ow...@threeravensconsulting.com wrote: The odd thing for me is that  I have been running this with no issue for the past 2 weeks and for no known reason, we started to get the following error: Any ideas as to why this popped up out of the blue

RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread DURETTE, STEVEN J (ATTASIAIT)
I believe they just did do some kind of update to COM. I was just reading something that mentioned it. You may have to roll back the update to make it work the way you expect. That's a security/stability decision for Eric though. Steve -Original Message- From: Cameron Childress

Javascript Cfquery

2010-10-12 Thread fun and learning
Hi All - I am trying to do the following: script language=text/javascript function abc(arg1, arg2) { cfquery name=q datasource=.. select * from table1 where col1 = arg1 /cfquery .. } /script Is it possible to pass javascript arguments to a coldfusion

Re: Javascript Cfquery

2010-10-12 Thread Ian Skinner
On 10/12/2010 1:20 PM, fun and learning wrote: Hi All - I am trying to do the following: script language=text/javascript function abc(arg1, arg2) { cfquery name=q datasource=.. select * from table1 where col1 = arg1 /cfquery .. }

Re: Javascript Cfquery

2010-10-12 Thread Charlie Griefer
On Tue, Oct 12, 2010 at 1:20 PM, fun and learning funandlrnn...@gmail.comwrote: Hi All - I am trying to do the following: script language=text/javascript function abc(arg1, arg2) { cfquery name=q datasource=.. select * from table1 where col1 = arg1 /cfquery

Re: http://mail.seiter.com/webmail/driver?nimlet=showcanvas#Lions, Tigers and Images, Oh My!

2010-10-12 Thread William Seiter
http://www.williamoncoldfusion.com/index.php/knowledgebase/file-uploading -- William E. Seiter On Oct 12, 2010, Everett Alexander reac...@anizanmedia.com wrote: Hello, I have a an form that will be updating a database for creating webpages. That form will need to upload images

RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts
We don't do auto updates...so I doubt there was anything updated. There may have been some components missing...I am not 100% this was tested yet on the new server. I tried updating the active x control it calls and still get the same error. So I am still not sure of the source of the problem.

CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell
Hi, I have a user who cannot view my coldfusion website, we have large number of users on the site that are not experiencing the issue and i can't replicate the issue. When this particular user browses the site they just see the following message (seems to be HTTP header) and the site does

Re: CF Site not load - only show HTTP header

2010-10-12 Thread Bryan Stevenson
While I don't have an answer for you, I'd suggest the user try the site from another location (perhaps from home)helps eliminate an office firewall as the culprit or simply an issue of different DNS servers being used from office/home Good luck! Bryan Stevenson B.Comm. VP Director of

Re: CF Site not load - only show HTTP header

2010-10-12 Thread Ian Skinner
On 10/12/2010 3:25 PM, Bryan Stevenson wrote: While I don't have an answer for you, I'd suggest the user try the site from another location (perhaps from home)helps eliminate an office firewall as the culprit or simply an issue of different DNS servers being used from office/home Good

Re: CF Site not load - only show HTTP header

2010-10-12 Thread Judah McAuley
Are they using any sort of proxy? Perhaps an ad blocker? Judah On Tue, Oct 12, 2010 at 3:12 PM, Sebastian Powell bas...@gmail.com wrote: Hi, I have a user who cannot view my coldfusion website, we have large number of users on the site that are not experiencing the issue and i can't

Re: CF Site not load - only show HTTP header

2010-10-12 Thread enigment
Is it the gzip encoding maybe? Can you turn that off on the server to try it? Dave On Tue, Oct 12, 2010 at 6:44 PM, Judah McAuley ju...@wiredotter.com wrote: Are they using any sort of proxy? Perhaps an ad blocker? Judah On Tue, Oct 12, 2010 at 3:12 PM, Sebastian Powell bas...@gmail.com

Re: CF Site not load - only show HTTP header

2010-10-12 Thread Dave Watts
I have a user who cannot view my coldfusion website, we have large number of users on the site that are not experiencing the issue and i can't replicate the issue. When this particular user browses the site they just see the following message (seems to be HTTP header) and the site does

Re: CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell
We are using Coldfusion 9 Thank you all for the suggtestions, I will try each of them and let you know if can resolve the issue I have a user who cannot view my coldfusion website, we have large number of users on the site that are not experiencing the issue and i can't replicate the

Re: How to point to a Directory?

2010-10-12 Thread Gonzo Rock
Seeing your email Brandon got me thinking about this again and I actually found a solution after deciding to google fakepath from this resource: http://acidmartin.wordpress.com/2009/06/09/the-mystery-of-cfakepath-unveiled/ the real path to the file will be shown only if the page that contains

Re: jQuery and cfcontent

2010-10-12 Thread Victor Moore
Hi Michael, Thanks for the example. My case it's a little bit different. I get the info from a db call and want to allow the user to download it as an excel file. And it works fine in stand alone mode but when invoked through jQuery the cfcontent is ignored. So I had to manually open another

Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant
Ah, totally missed the jquery invocation part. Gotcha. On Tue, Oct 12, 2010 at 8:40 PM, Victor Moore victor.mo...@gmail.comwrote: Hi Michael, Thanks for the example. My case it's a little bit different. I get the info from a db call and want to allow the user to download it as an excel

Re: jQuery and cfcontent

2010-10-12 Thread Dave Watts
Thanks for the example. My case it's a little bit different. I get the info from a db call and want to allow the user to download it as an excel file. And it works fine in stand alone mode but when invoked through jQuery the cfcontent is ignored. So I had to manually open another window

Re: jQuery and cfcontent

2010-10-12 Thread Dan G. Switzer, II
On Tuesday, October 12, 2010, Dave Watts dwa...@figleaf.com wrote: You can't prompt the user to download a file if you're invoking the URL with standard jQuery AJAX calls. You have to basically just fetch the URL into a new or blank window. I'd recommend posting to an iframe. You can even

Re: For those who present at conferences (or want to)

2010-10-12 Thread Sean Corfield
On Mon, Oct 11, 2010 at 11:55 AM, Jeff Gladnick jeff.gladn...@gmail.com wrote: Consider using www.prezi.com instead of powerpoint/etc for your next presentation.  I've recently started experimenting with it (you can see my first attempt to convert my resume to a prezi here: