FW: [cfaussie] Looking for CFML devs... hit up cfml.slack.com
Does not work for me. Say my email address is not associated with the group. Say to contact the administrator but gives no information on who the admin is. Brian From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Michael Dinowitz Sent: Monday, 16 January 2017 7:05 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Looking for CFML devs... hit up cfml.slack.com Tried to get it. Wouldn't allow my UN/PW. On Sun, Jan 15, 2017 at 2:52 AM, Dawesi wrote: Just in case anyone else visits and sees no new posts, pretty much all the activity is happening on slack on the cfml channel... http://cfml.slack.com -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. NOTICE This email is confidential and may contain legally privileged information. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this email in error, please notify us immediately by return email and delete the document. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
RE: [cfaussie] CFMail and outlook365
I'm not sure if the servers are the same. CFIMAP points to outlook.office365.com. CFmail looks at smtp.outlook.office365.com. They both access the same mailbox. CFIMAP working tag is below (apart for the changes username and password). There is no SSL certificate installed. I was looking at importing one, but with CFIMAP working, I figured it was not required. CF version is 11, latest patches applied. Version number is 11,0,09,299201 Brian From: "Charlie Arehart" Sent: Wednesday, June 22, 2016 12:16 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] CFMail and outlook365 Well, if that’s your real username and password, the first thing you’ll want to do is change that, as anyone else who wants to can try to get int. Doh! :-( Second, it’s curious that cfimap would have no problem connecting but cfmail would. You’re saying it’s the same server? And were you connecting via CFIMAP using tls and/or ssl also? If not, then perhaps it’s that you need to import an SSL cert (into the JVM that you have CF using) so that CF can act as an ssl/tls client to the office365.com server. If you ARE using ssl/tls in the cfimap, with the same connection info, perhaps there’s a difference in the underlying way that cfimap vs cfmail do the ssl/tls communication. Along those lines, what version of CF is this (9? 10? 11? 2016?), and what update level? And what JVM version. All these can be seen in the CF Admin “system info” page (the “i” icon in the top right). Later versions of CF and the JVM each address various issues related to SSL (and also include more modern certs, that often avoid the need to have to import one). Let us know if this starts getting you down the road. There are more details on all the above, but I’ll hold off on the details in case you don’t need them, or this is not taking you toward a good solution. /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Brian Knott Sent: Tuesday, June 21, 2016 7:01 PM To: cfaussie@googlegroups.com Subject: [cfaussie] CFMail and outlook365 Hi Guys. Our business is moving all mail account to the cloud. outlook.office365.com I have been able to get CF, using CFIMAP, to check mail boxes and download attachments. What I can not do is send mail using the CFMail tag. Example code is below. My understanding is that the connection need to use SSL and port 587. I have set these and tried various setting, SSL on/off TLS on/off etc. Each time I get the error below. Credential make no difference, it does not even check if the user name and password are correct Anyone had experience in this area? ERROR javax.mail.MessagingException: Could not connect to SMTP host: smtp.office365.com, port: 587; nested exception is: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? CODE The Contractor data load has failed at #timeformat(now(),'hh:mm tt')# on #dateformat(now(),'ddd ')# Error Details -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] CFMail and outlook365
Hi Guys. Our business is moving all mail account to the cloud. outlook.office365.com I have been able to get CF, using CFIMAP, to check mail boxes and download attachments. What I can not do is send mail using the CFMail tag. Example code is below. My understanding is that the connection need to use SSL and port 587. I have set these and tried various setting, SSL on/off TLS on/off etc. Each time I get the error below. Credential make no difference, it does not even check if the user name and password are correct Anyone had experience in this area? ERROR javax.mail.MessagingException: Could not connect to SMTP host: smtp.office365.com, port: 587; nested exception is: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? CODE The Contractor data load has failed at #timeformat(now(),'hh:mm tt')# on #dateformat(now(),'ddd ')# Error Details -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
Re: [cfaussie] SQL identity issue
Thanks. Looks like the easiest way to do this. Brian From: "Paul Kukiel" Sent: Wednesday, 27 January 2016 10:55 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] SQL identity issue 100% reliable. On Wed, Jan 27, 2016 at 11:52 AM, Brian Knott wrote: Returning the generated key is what I'm after. This code was originally written about 15 years ago using CF 4.5 and SQL Server 2000. Back then the ID could not be returned. Time to update the inserts. Does anyone know how reliable the GENERATEKEY function is. Brian From: "Paul Kukiel" Sent: Wednesday, 27 January 2016 10:29 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] SQL identity issue Same as Mikes but using the inbuilt functions and avoiding @@identity INSERT INTO MyTable (col1) VALUES ('col1') Inserted ID is: #myResult["GENERATEDKEY"]# On Wed, Jan 27, 2016 at 11:06 AM, Mark King wrote: Hi Brian. Well first of all if you are using SQL Server try this to get the new ID in the same transaction rather than doing another query; SET NOCOUNT ON INSERT INTO orders ( ** Your order fields ** ) VALUES ( ** Your data ** ) SELECT @@Identity AS orderID SET NOCOUNT OFF I am not sure what you use the unique number for other than for something to put onto the receipts or something? However, if you want to obscure the ID in a link you could encrypt it. I have done this is the past where I sent users and email but didn’t want them to be able to just increment the link to see someone else’s order, e.g. displayorder.cfm?orderID=1234 So I did this: Because the orderID is unique the encrypted value should be unique as well. See http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c2f.html I am not sure if that is what you actually wanted but I hope it helps! From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Brian Knott Sent: Wednesday, 27 January 2016 9:31 AM To: cfaussie@googlegroups.com Subject: [cfaussie] SQL identity issue Hi everyone. I have an issue with inserting orders into a database. What I currently do is create a random number and insert that number into the database when an order is inserted. I then query the database to get the order number (unique ID generated by SQL Server). Using this order number I then insert the items into an item table. The issue is that its possible for 2 orders to end up with the same unique number, this is because the random function is not actually that random. If two people are submitting orders at the same time, they get the same random number. This means that all of the items ordered go to one customer, and the other customer gets no items. Current code for the random number is Is there a more reliable way of doing this? Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- Paul Kukiel -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- Paul K
Re: [cfaussie] SQL identity issue
Returning the generated key is what I'm after. This code was originally written about 15 years ago using CF 4.5 and SQL Server 2000. Back then the ID could not be returned. Time to update the inserts. Does anyone know how reliable the GENERATEKEY function is. Brian From: "Paul Kukiel" Sent: Wednesday, 27 January 2016 10:29 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] SQL identity issue Same as Mikes but using the inbuilt functions and avoiding @@identity INSERT INTO MyTable (col1) VALUES ('col1') Inserted ID is: #myResult["GENERATEDKEY"]# On Wed, Jan 27, 2016 at 11:06 AM, Mark King wrote: Hi Brian. Well first of all if you are using SQL Server try this to get the new ID in the same transaction rather than doing another query; SET NOCOUNT ON INSERT INTO orders ( ** Your order fields ** ) VALUES ( ** Your data ** ) SELECT @@Identity AS orderID SET NOCOUNT OFF I am not sure what you use the unique number for other than for something to put onto the receipts or something? However, if you want to obscure the ID in a link you could encrypt it. I have done this is the past where I sent users and email but didn’t want them to be able to just increment the link to see someone else’s order, e.g. displayorder.cfm?orderID=1234 So I did this: Because the orderID is unique the encrypted value should be unique as well. See http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c2f.html I am not sure if that is what you actually wanted but I hope it helps! From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Brian Knott Sent: Wednesday, 27 January 2016 9:31 AM To: cfaussie@googlegroups.com Subject: [cfaussie] SQL identity issue Hi everyone. I have an issue with inserting orders into a database. What I currently do is create a random number and insert that number into the database when an order is inserted. I then query the database to get the order number (unique ID generated by SQL Server). Using this order number I then insert the items into an item table. The issue is that its possible for 2 orders to end up with the same unique number, this is because the random function is not actually that random. If two people are submitting orders at the same time, they get the same random number. This means that all of the items ordered go to one customer, and the other customer gets no items. Current code for the random number is Is there a more reliable way of doing this? Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- Paul Kukiel -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] SQL identity issue
Hi everyone. I have an issue with inserting orders into a database. What I currently do is create a random number and insert that number into the database when an order is inserted. I then query the database to get the order number (unique ID generated by SQL Server). Using this order number I then insert the items into an item table. The issue is that its possible for 2 orders to end up with the same unique number, this is because the random function is not actually that random. If two people are submitting orders at the same time, they get the same random number. This means that all of the items ordered go to one customer, and the other customer gets no items. Current code for the random number is Is there a more reliable way of doing this? Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at https://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] ColdFusion CMS
Hi Guys. What's out there in the way of a CMS in ColdFusion. Not sure if products like FarCry as still being developed. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
RE: [cfaussie] CF 11 and SQL injection
Thanks Charlie. Interesting only your replies come through maked as spam. I have had other replies to this question from other users with no issues. Maybe your mail client thinks I work for Microsoft :) Brian From: "Charlie Arehart" Sent: Thursday, 28 May 2015 2:31 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] CF 11 and SQL injection No, that’s one of the problems with relying on cfqueryparam for sql injection. To be clear, this is NOT its job. People rely on it basically as a hack. It only works when you set the type to something like CF_SQL_INTEGER, because the incoming value is supposed to be a number, in which case it then detects if the incoming arg has any sort of string in it, which causes the arg value to be rejected, and so the cfquery fails. As you note, if the type is string (CF_SQL_VARCHAR), then there’s no validation for it to do. To be clear, it does NOT look in the string for things that are naughty, like special chars, reserved words, etc. The most you could do with it would be to add the maxlength attribute to perhaps stop at least long injection attempts. That’s why pointed out all those other alternatives. You are far better off considering one of them, as they focus specifically on detecting and preventing injection strings. I’ve just tweaked the entry I had there for cfqueryparam to add this clarification. It’s worth clarifying, because so many people do just blindly propose or hope that cfqueryparam is the answer for sql injection protection. It’s only one answer, and only suited to some specific problems, not all. /charlie PS Brian, note that somehow when you write to the group here, your notes get pegged with a “**spam**” indicator in the subject line. It’s happened for each of your notes in 2015. And when you reply to one that already has it, another is added. :-( I have removed those indicators here. Sorry if it messes up threading for anyone viewing the messages in the web interface of google groups. Hope it helps those viewing it in email. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Brian Knott Sent: Tuesday, May 26, 2015 11:00 PM To: cfaussie@googlegroups.com Subject: *SPAM* RE: *SPAM* [cfaussie] CF 11 and SQL injection Thanks Charlie. One question re cfqueryparam. If I'm using the the CF_SQL_VARCHAR type does it strip out injected SQL, because basically injected SQL is just text. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
RE: *****SPAM***** [cfaussie] CF 11 and SQL injection
Thanks Charlie. One question re cfqueryparam. If I'm using the the CF_SQL_VARCHAR type does it strip out injected SQL, because basically injected SQL is just text. Brian From: "Charlie Arehart" Sent: Wednesday, 27 May 2015 11:59 AM To: cfaussie@googlegroups.com Subject: RE: *SPAM* [cfaussie] CF 11 and SQL injection Brian, there are a range of options, starting from within your code, like CFQUERYPARAM (and more), to the app level, to the web server level, to web application firewall apps, to external devices, each of which can address sql injection and/or other possible injection attacks. Some are free or open source, some are commercial; some are easy (and may not completely cover you) while some are complex (and may keep you from using them well) with a range in between. I keep a list of such tools, in that order, as a category of my CF411 site, specifically cf411.com/security. I indicate if they are free or not, if they are specific to an OS, web server, etc. You should find a few choices to consider which may best suit your needs. Hope that’s helpful. /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Brian Knott Sent: Tuesday, May 26, 2015 5:33 AM To: cfaussie@googlegroups.com Subject: *SPAM* [cfaussie] CF 11 and SQL injection Guys what’s the best way to handle SQL injection in CF 11. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
Re: [cfaussie] CF 11 and SQL injection
Thanks Guys. Just got some old site that need to be upgraded. Was wondering if using cfqueryparam would be enough to pass any SQl injection test. Brian From: "Ricardo Russon" Sent: Wednesday, 27 May 2015 7:53 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF 11 and SQL injection If you aren't on a windows box, then you can also look into fail2ban. On Wed, May 27, 2015 at 7:45 AM, M@ Bourke wrote: You should also use the OWASP library which I believe is included in later versions of CF/Lucee https://www.owasp.org/index.php/SQL_InjectionOn 26 May 2015 10:42 pm, "Brian Knott" wrote: Hi Ricardo. Just wanted to see what everyone else is using. Is cfqueryparam the only measure thatis currently recommended/ Brian From: "Ricardo Russon" Sent: Tuesday, 26 May 2015 7:53 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF 11 and SQL injection cfqueryparam? Is there something more specific you are having an issue with? On Tue, May 26, 2015 at 7:33 PM, Brian Knott wrote: Guys what’s the best way to handle SQL injection in CF 11. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
Re: [cfaussie] CF 11 and SQL injection
Hi Ricardo. Just wanted to see what everyone else is using. Is cfqueryparam the only measure thatis currently recommended/ Brian From: "Ricardo Russon" Sent: Tuesday, 26 May 2015 7:53 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF 11 and SQL injection cfqueryparam? Is there something more specific you are having an issue with? On Tue, May 26, 2015 at 7:33 PM, Brian Knott wrote: Guys what’s the best way to handle SQL injection in CF 11. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] CF 11 and SQL injection
Guys what's the best way to handle SQL injection in CF 11. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] CF 11 creating barcodes
Hi Guys. I running the Barbecue barcode application on CF V8. No issues works well. I'm in the process of doing a migration to CF11. The barcodes do generate but in CF11 there are no numbers below the barcode. I think it has something to do with the font. I'm running V1.5 beta 1. Which appears to be the latest version http://barbecue.sourceforge.net/ Has anyone had an experience with this product and CF 10 or 11. Does anyone use a different produce to produce barcodes. Code snippet below. bc = createobject("java","net.sourceforge.barbecue.Barcode"); bcFactory = createobject("java","net.sourceforge.barbecue.BarcodeFactory"); bcEnv = createObject("java","net.sourceforge.barbecue.env.EnvironmentFactory"); os = createobject("java","java.io.FileOutputStream"); number = orderNumber; bcImage = createobject("java","net.sourceforge.barbecue.BarcodeImageHandler"); bc = bcFactory.createCode128("*2175#number#"); bc.setLabel("*2175 #number#"); bc.setBarWidth(0.35); bcEnv.setHeadlessMode(); bc.setFont(bcEnv.getEnvironment().getDefaultFont()); bc.setDrawingText(true); bc.setDrawingQuietSection(true); fileName = "c:\inetpub\wwwroot\iMine Prod\BBQ\#url.id#.jpg"; bcImage.writeJPEG(bc, os.init(fileName)); os.flush(); os.close(); Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
RE: *****SPAM***** [cfaussie] CF11 and Excel
Hi Charlie. Got your email and sorted ths issue. Thanks Brian From: "Charlie Arehart" Sent: Thursday, 26 March 2015 2:27 PM To: cfaussie@googlegroups.com Subject: RE: *SPAM* [cfaussie] CF11 and Excel Brian, did you ever see the reply I’d offered to your note below, sent the same day here on the list? I don’t want to repeat my reply here as it had 3 links, and may therefore have been blocked as spam. But since no one else had replied, I just wanted to make sure you saw that info. I can repost it again if you just somehow missed it and no longer have it. Just trying to help. /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Brian Knott Sent: Wednesday, March 11, 2015 7:24 PM To: cfaussie@googlegroups.com Subject: *SPAM* [cfaussie] CF11 and Excel Hello All. Been a while since I posted to this group. Looking at upgrading an old CF9 system to 11. I have heard that Excel Datasources are no longer availabe in CF 11. Is this corect? Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] CF11 and Excel
Hello All. Been a while since I posted to this group. Looking at upgrading an old CF9 system to 11. I have heard that Excel Datasources are no longer availabe in CF 11. Is this corect? Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] CFIMAP Error
Having issues with CFIMAP and a Outlook server. I can open a connect (most fo the time) and access email, save attachement etc. The problem is that when i try to move emails form the inbox to an archived folder I sometines get an erro rmessage4 saying 'This operation is not allowed on a closed folder'. This works about 50% of the time and mail is moved, the rest of the time I get the error. Code Anyone see this before? Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
RE: [cfaussie] Dynamic Data source
Thanks Scott. Not talking about a lot of data so a simple CFfile should do. Brian From: "Scott Thornton" Sent: Tuesday, May 13, 2014 3:21 PM To: "cfaussie@googlegroups.com" Subject: RE: [cfaussie] Dynamic Data source Hi, You could read the .csv line by line, using CFFILE , but it can be pretty slow. ( There are probably fancier\faster ways ) Eg. etc -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] Dynamic Data source
Just playing with CSV files. Looking at an application that saves attachements from an email to a file loaction. No problems there. I then want to loop through those files (CFDirectory), and load them into a database. Is it possible to use the file name form the CFDirectory query to create a dynamic datasource so I can load the data. Other ideas are welcome. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+unsubscr...@googlegroups.com. To post to this group, send email to cfaussie@googlegroups.com. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
[cfaussie] Graphs
Quick question on Graphs. I have not used them much, but are you able to export a graph to an excel file. The customer wants to have a reporting page that shows summary's and graphs but also wants to export that page to Excel. My first thought was it should be no problems. I have no problems exporting reports, just have not tried Graphs. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] textareas the returns
Got is solved. Use and set the display style to inline i.e. #form.field# thanks for the help Brian From: "Steve Onnis" Sent: Monday, 23 April 2012 12:23 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] textareas the returns Depends You can use or you can use #ParagraphFormat([textareaValue])# which will take each return and split the value into paragraphs using the tag SteveFrom: Brian Knott [mailto:bkn...@jbk.com.au] Sent: Monday, 23 April 2012 12:20 PM To: cfaussie Subject: [cfaussie] textareas the returnsJust a quick one guys. If I put a return in a text area, now can I force the text to show those returns when I display the field on a HTML page. If I edit the vaue in a text area again the returns are there but if I just display the value, the returns are ignored. thanks Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] textareas the returns
Had a look at Paragraph forma but it replace single returns with spaces and double returns with . Not sure why it replaces with spaces, but that what the documentaion says. Brian From: "Steve Onnis" Sent: Monday, 23 April 2012 12:23 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] textareas the returns Depends You can use or you can use #ParagraphFormat([textareaValue])# which will take each return and split the value into paragraphs using the tag SteveFrom: Brian Knott [mailto:bkn...@jbk.com.au] Sent: Monday, 23 April 2012 12:20 PM To: cfaussie Subject: [cfaussie] textareas the returnsJust a quick one guys. If I put a return in a text area, now can I force the text to show those returns when I display the field on a HTML page. If I edit the vaue in a text area again the returns are there but if I just display the value, the returns are ignored. thanks Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
[cfaussie] textareas the returns
Just a quick one guys. If I put a return in a text area, now can I force the text to show those returns when I display the field on a HTML page. If I edit the vaue in a text area again the returns are there but if I just display the value, the returns are ignored. thanks Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] Coldfusion Developer Week
Or a cyclist On 13/09/2011, at 11:01 PM, Mike Kear wrote: > Unless you're a tradie. In which case it's nearly lunch time. > > Cheers > Mike Kear > Windsor, NSW, Australia > Adobe Certified Advanced ColdFusion Developer > AFP Webworks > http://afpwebworks.com > ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month > > > > On Tue, Sep 13, 2011 at 10:20 AM, Andrew Myers wrote: >> Yes, if you're like me it's when you've worked the night though...not >> because you've woken up in time to see it...? :-) >> >> On 13 September 2011 10:16, Mark Mandel wrote: >>> >>> 6am does exist. I do see it on occasion. >>> Mark >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to cfaussie@googlegroups.com. >> To unsubscribe from this group, send email to >> cfaussie+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> > > > > -- > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
[cfaussie] OT: JS rollovers
Hi people, I have a need to create a rollover that contains HTML code i.e. an unordered list. I had a look at jquery and qtips but I can't seem to find an easy way to do it. Does anyone have an example of a rollover that contains html. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...
Hi Kai, Are you looking Windows or Mac. What browser are you using. I even tried to connect to the address via an FTP client (filezilla) but cannot even connect to the server. ftp://eftp.adobe.com/SAVED%20FILES/ColdFusionBuilder/Adobe%20ColdFusion%20Bu ilder%202%20HotFix%201.exe Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Kai Koenig Sent: Tuesday, 19 July 2011 10:09 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available... that might be something else on your end - I can download both just fine. Cheers Kai On 19/07/2011, at 12:01 PM, Brian Knott wrote: > Andrew, > How did you get the update. > > When I click on the Windows installer link I get an error. > > http://kb2.adobe.com/cps/911/cpsid_91140.html > > Brian > > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On > Behalf Of Andrew > Sent: Tuesday, 19 July 2011 9:42 AM > To: cfaussie > Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available... > > Just installed this. It looks like it worked, but Help -> About is > reporting 2.0.0 as the version: > > Version: 2.0.0 > Build: 278082 > > Does that seem correct? > > -- > You received this message because you are subscribed to the Google > Groups "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > > > - > No virus found in this message. > Checked by AVG - www.avg.com > Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: > 07/18/11 > > -- > You received this message because you are subscribed to the Google Groups "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. > -- Kai Koenig - Ventego Creative Ltd ph: +64 4 476 6781 - mob: +64 21 928 365 / +61 435 263 414 web: http://www.ventego-creative.co.nz blog: http://www.bloginblack.de twitter: http://www.twitter.com/agentK -- -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. - No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...
Using FF 5.0 but I have also tried IE 8 with the same result. Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Sent: Tuesday, 19 July 2011 10:09 AM To: cfaussie Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available... Interesting, I got it from the same page. http://kb2.adobe.com/cps/911/cpsid_91140.html Clicked on the Windows Installer link. I was using Google Chrome - not sure if the browser would have made a difference though. What browser are you using? Windows 7 Professional, 64bit here. On Jul 19, 10:01 am, "Brian Knott" wrote: > Andrew, > How did you get the update. > > When I click on the Windows installer link I get an error. > > http://kb2.adobe.com/cps/911/cpsid_91140.html > > Brian > > > > > > > > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On > Behalf > > Of Andrew > Sent: Tuesday, 19 July 2011 9:42 AM > To: cfaussie > Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available... > > Just installed this. It looks like it worked, but Help -> About is > reporting 2.0.0 as the version: > > Version: 2.0.0 > Build: 278082 > > Does that seem correct? > > -- > You received this message because you are subscribed to the Google > Groups "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/cfaussie?hl=en. > > - > No virus found in this message. > Checked by AVG -www.avg.com > Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: > 07/18/11 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. - No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available...
Andrew, How did you get the update. When I click on the Windows installer link I get an error. http://kb2.adobe.com/cps/911/cpsid_91140.html Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Sent: Tuesday, 19 July 2011 9:42 AM To: cfaussie Subject: [cfaussie] Re: ColdFusion Builder 2 hotfix #1 now available... Just installed this. It looks like it worked, but Help -> About is reporting 2.0.0 as the version: Version: 2.0.0 Build: 278082 Does that seem correct? -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. - No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1390 / Virus Database: 1516/3773 - Release Date: 07/18/11 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] Re: CFbuilder2 thoughts?
Got it thanks Charlie. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of charlie arehart Sent: Wednesday, 13 July 2011 12:13 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Re: CFbuilder2 thoughts? Brian, that's indeed a frequent question. If you just google for coldfusion builder wrap you'll find several explanations of how to enable it, including my hidden gems in CF talk (on CFB1, most of which still applies to CFB2 so worth a read for those who haven't seen it). Or are you saying you've tried that feature and it doesn't work for you, perhaps? /charlie > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On > Behalf Of Brian Knott > Sent: Tuesday, July 12, 2011 4:50 AM > To: cfaussie@googlegroups.com > Subject: RE: [cfaussie] Re: CFbuilder2 thoughts? > > Any idea how to get CF builder to wrap text? > > Brian > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. - No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1390 / Virus Database: 1516/3759 - Release Date: 07/11/11 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
RE: [cfaussie] Re: CFbuilder2 thoughts?
Any idea how to get CF builder to wrap text? Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of bryn Sent: Tuesday, 12 July 2011 6:28 PM To: cfaussie Subject: [cfaussie] Re: CFbuilder2 thoughts? No, it isn't a machine connectivity issue. On Jul 6, 2:28 pm, Sagar Ganatra wrote: > Zac, > > I suspect this might be a machine connectivity issue. Can you create, > edit and save the file on the mapped location outside CFBuilder. I > just want to be sure that you are able to access the network location. > > If you are able to save the file, then I would like to have a connect > session with you. > > Thanks, > Sagar. > Adobe ColdFusion QE. > Fusioned with ColdFusion -www.sagarganatra.com > > On Jul 5, 12:17 pm, Zac Spitzer wrote: > > > Ah yes, I had completely forgotten about the express version! > > > so I fired it up and opened a new project, with process monitor > > running in the background, I'm seeing a hell of lot of these > > messages > > > I am using an mapped drive via an IP, rather than using a hostname > > > Date & Time: 5/07/2011 5:15:04 PM Event Class: File System > > Operation: CreateFile > > Result: NAME NOT FOUND > > Path: C:\Windows\CSC\v2.0.6\namespace\192.168.2.6 > > TID: 6300 > > Duration: 0.159 > > Desired Access: Read EA, Write EA, Read Attributes, Write > > Attributes, Delete, Read Control, Synchronize > > Disposition: Open > > Options: Synchronous IO Non-Alert > > Attributes: n/a > > ShareMode: Read, Write, Delete > > AllocationSize: n/a > > > On Tue, Jul 5, 2011 at 4:56 PM, Sagar Ganatra wrote: > > > Zac, > > > > Once the trial expires, you'll still be able to use CFBuilder2. It > > >switches to Express Edition, please see this blog post: > > >http://cfdocyard.blogspot.com/2011/05/coldfusion-builder-express-edit... > > > > Can you try launching CFBuilder and see whether the workbench is > > > available to you and the projects located over the network are > > > accessible. > > > > Thanks, > > > Sagar. > > > Adobe ColdFusion QE. > > > Fusioned with ColdFusion -www.sagarganatra.com > > > > On Jul 5, 11:25 am, Zac Spitzer wrote: > > >> alas my trial has expired, I'm not able to test this any more > > > >> On Tue, Jul 5, 2011 at 3:23 PM, Sagar Ganatra wrote: > > >> > If any of you are still facing performance issues with > > >> > CFBuilder2, please let me know asap. I'm not able to reproduce > > >> > the issue that Zac has mentioned. > > > >> > Few suggestions: > > >> > 1. Please read Post_Install_Readme.txt (under CFBuilder > > >> > installation > > >> > directory) for post installation steps. > > >> > 2. The progress view will show current tasks being performed by > > >> > the IDE, such as indexing CFCs etc,. You can stop the tasks by > > >> > clicking the stop button in the progress view. > > >> > 3. Start the IDE with a -consolelog option to see any errors or > > >> > exceptions thrown while the IDE is starting. Please ignore the > > >> > warning messages. > > >> > 4. Restart the IDE by selecting a different workspace. The > > >> > current workspace might have got corrupted for some reason. > > > >> > If possible, share the project or files so that I can reproduce > > >> > the issue at my end. > > > >> > Thanks, > > >> > Sagar. > > >> > Adobe ColdFusion QE. > > >> > Fusioned with ColdFusion -www.sagarganatra.com > > > >> > On Jul 4, 3:38 pm, Sagar Ganatra wrote: > > >> >> Zac, > > > >> >> CFBuilder takes some time to index the CFCs (depending on the > > >> >> number of files in the webroot, mappings etc,.). It uses these > > >> >> to provide code assist (for datasources, resolve CFC names). > > >> >> There is a preference option is CFBuilder to turn this on\off. > > >> >> Please refer to my blog > > >> >> post:http://www.sagarganatra.com/2010/05/coldfusion-builder-fe > > >> >> w-tweaks.html > > > >> >> Also, I was not able to reproduce the CFBuilder hang with my > > >> >> project on a network location. Can you share the project, so > > >> >> that I can reproduce the issue? > > > >> >> Thanks, > > >> >> Sagar. > > >> >> Adobe ColdFusion QE. > > >> >> Fusioned with ColdFusion -www.sagarganatra.com > > > >> >> On Jul 1, 1:23 pm, Zac Spitzer wrote: > > > >> >> > I'm working over a network drive on the lan, I guess that might be the problem. > > > >> >> > All of the files I'm editing are only are small, most like > > >> >> > 5-10k a few approaching 20k, which is just mostly some > > >> >> > chunky sql gateways cfc's > > > >> >> > I have the console open, see what happens, maybe I will see > > >> >> > the heisenberg effect > > > >> >> > I tried the progress window, but it locked up with > > >> >> > everything else > > > >> >> > BTW thanks everyone for taking the time to help out :) > > > >> >> > On Fri, Jul 1, 2011 at 6:14 PM, Steve Onnis wrote: > > >> >> > > Do you have any projects setup that were pointed to files > > >> >> > > across a networ
[cfaussie] CFExecute
Guys what the best way to execute a bat file on a remote machine. I trying to use cfexecute but it does not appear to exec the commands in the bat file it just list the contents to the screen. code is below ie.bat psexec \\wclsqltst1.wrl.local d:\Test\SSIS\ie.bat >c:\log.txt I know I wont see IE but i should see the process. If I execute ie.bat from the command line I see the process. If I execute if from a CF page I get nothing. CF is presently using the local account to run under. If this was a security issue I would expect to see some kind of error. So is CFExecute the best tag to use to execute a remote bat file. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
[cfaussie] Forms
Hello all, Fairly simple question so I don't know why I can't sort it out. I have a form with lots of fields on it. When the user fills in the form they click or tab to the next box. The issue is if they hit return it goes to the next screen, if they hit the backspace it go back a page. What common themes are people using to get around this issue. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
[cfaussie] Pop up text
Guys just a quick HTML / CSS question. I want to have some text pop up when I roll over some words. I can create a div and turn the display on/off with the onMouseOver function. The issue is that I want to have some HTML with an unordered list. Presently the pop up text is moving all the other text down when it appears. I want the new pop up text to display over the top of the current page. It's just like a more info box hat should pop up on the screen. Anyone seems some good examples of this. Brian -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
[cfaussie] Inserting images into a word documrnt
Hi guys. I done this before but can't find it. I want to product a word document, no issues there just using the tag. I also want to add am image. This I can't see to do, always seems to be a broken link. Brian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---