Re: [cfaussie] Companies Using ColdFusion

2015-09-09 Thread David Harris
Have you guys signed up on the CF Slack channel(s)? there has been a bit a activity over there. I think there is a jobs channel over there too, as well as a "cfaussie" channel. *David Harris **/* Senior Developer *DIGITAL ARTS NETWORK* Level 2, 11 Mayoral Drive PO Box 7040 Welles

Re: [cfaussie] The 'null null' error

2011-12-06 Thread David Harris
Hey up, I've created the null null error... I can't remember how exactly. Can you isolate it down to a function call? I seem to remember it was something about having an argument the same name as a function in the same CFC... David Harris On Wed, Dec 7, 2011 at 4:01 PM, MrBuzzy mrbu

[cfaussie] Re: CFUGNZ: Getting Started with ColdFusion 9's ORM Integration

2009-12-02 Thread David Harris
Meeting staring in 30 mins. See you there! URL at attend remotely is: http://experts.na3.acrobat.com/nzcfug/ On Dec 1, 10:14 pm, David Harris djohnsma...@gmail.com wrote: Hi Everyone, We have Bob Silverberg presenting to us 6pm NZ on Thursday. Topic: Getting Started with ColdFusion 9's ORM

[cfaussie] [Ann] CFUGNZ: Getting Started with ColdFusion 9's ORM Integration

2009-12-01 Thread David Harris
Hi Everyone, We have Bob Silverberg presenting to us 6pm NZ on Thursday. Topic: Getting Started with ColdFusion 9's ORM Integration Thought I'd announce it here to in case any of you want to attend the meeting remotely. It will be an open Connect Meeting, and the URL is:

[cfaussie] Is Geoff out there?

2009-08-05 Thread David Harris
Look for Geoff Bowers. He (hopefully) knows why --~--~-~--~~~---~--~~ 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

[cfaussie] [Ann] Ray Camden on CF8 Ajax goodness NZ CFUG

2008-06-04 Thread David Harris
HI everyone, Tonight we have Ray Camden presenting to NZ CFUG live (via Connent) 6pm NZ time (in 3 hours) The meeting room will be open, so drop in it watch if you like. More details here: http://groups.google.com/group/CFugAuckland/browse_thread/thread/f715bb7a18ed6df0?hl=en The meeting

[cfaussie] Re: queryAddRow

2008-05-15 Thread David Harris
need to plug it into my form validation such that the save button becomes active only when a valid value is selected. Regards Dale Fraser -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Friday, 16 May 2008 2:01 AM

[cfaussie] Re: Application Variable

2008-04-22 Thread David Harris
Has anything changed? I've seen often when application vars are missing it can be due to a rogue Application.cfm preventing the main Application.cfm for doing it's stuff... Just a thought :-) HTH On Apr 23, 1:35 pm, Mark Mandel [EMAIL PROTECTED] wrote: How is the variable set in the first

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread David Harris
The only way I am aware to reset them is a restart of the CF instance. The first 3 ips are used and then the licensing limits kick in. I would suspect they are help in memory, but that is only a guess Barry Beattie wrote: I think Andrew means the 3 or so IP addresses that can connect to the

[cfaussie] Re: Cannot find key in struct.

2007-09-16 Thread David Harris
Hi Chris, is the CFC you that is calling this is a shared scope? (EG: Application scope) The reason I ask is because in the past I have seen things like this because of un-vared variables. If two threads call the CFC at the same time, it can have odd results and/or errors. Just a thought...

[cfaussie] Re: ColdFusion sessions playing up? showing info that belongs to others? ....

2007-08-29 Thread David Harris
Hi Taco, I have seen this before, and often it's a proxy sitting between the CF server and the users. - user one logs in and views a page -- the proxy caches it - user two logs in and views the same page -- the proxy says I've got this one, don't bother the server, use this one and then shows

[cfaussie] Re: Strange FIX() behaviour

2007-08-12 Thread David Harris
Something odd is happening there If you do this: cfset cents = 995 cfoutput #FIX(cents)# /cfoutput you get the expected result. eg: 995 The only thing that springs to mind is that maybe: 9.95 * 100 = 994. ? not sure how to prove this theory tho... Steve Onnis wrote: Has anyone

[cfaussie] OT: Calling all UG Managers to WOTP

2007-07-19 Thread David Harris
Hi Guys, here is a note to all User Group Managers on the list. If you want to come to Web on the Piste (www.webonthepiste.com) I've managed to get a good price for you! Instead of $540, it'll cost $250! (price is in NZ Dollars) So, if you are keen to take advantage of this price, email me

[cfaussie] Re: How do you time out CFOBJECT?

2007-07-18 Thread David Harris
Hi Matthew, your explanation of the CFLOCK makes sense. Thanks for letting us know! David Matthew wrote: Haikal I think you figured it out! I've messed around with the CFINVOKE tag (without using the CFOBJECT to initialise!) and think it will work, however I'll have to wait until the next

[cfaussie] Re: How do you time out CFOBJECT?

2007-07-17 Thread David Harris
could you do this: cftry cflock timeout=[seconds to try for] name=[some unique name if you don't need to worry about it running twice at the same time type=readOnly] throwOnTimeout=true cfobject...etc etc... /cflock cfcatchit broke!/cfcatch /cftry This should throw on a time out. EG: if the

[cfaussie] Re: Did You Know

2007-07-04 Thread David Harris
there. Anyone who finds any CF-related recorded presentation (anywhere in the world) can post it there. Now, for some reason David Harris had not posted the URL for the one I did to Auckland (though he blogged it), and Darren and company have for some reason not yet gotten the recording from

[cfaussie] Re: CFLocation stopped working

2007-07-01 Thread David Harris
Just to follow up on what AJ said: this doesn't work: == resultcfflush cflocation url=http://www.google.com; == It doesn't throw an error or anything, it just does the processing and then doesn't

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread David Harris
can you use cfsetting and increase the timeout massively for that request to stop the timeout? If you are reading in a huge file, cffile is not good, as it can will read in the entire file to memory (I understand this has been imporved in CF8) The is an example of using Java to read in a file

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread David Harris
From Charlie A's presentation of Hidden Gems I got the impression that CF8 can loop over a file without loading it completely in to memory... I'll look in to it and let you know, unless someone else knows for sure already? Andrew Scott wrote: Actually wouldn't say they are new functions...

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread David Harris
Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Thursday, 14 June 2007 10:54 AM To: cfaussie Subject: [cfaussie] Re: Large CSV's and server timeouts

[cfaussie] Re: Saving a pushed ZIP file

2007-06-13 Thread David Harris
When using CFHTTP to get a file, there is a getasbinary attribute. Try setting this to true and see if it helps... Andrew Scott wrote: Steve, I think you might be right, but I can't say that I have done what you are doing. But cffile should be able to save it has a binary under normal

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread David Harris
Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Thursday, 14 June 2007 11:11 AM To: cfaussie Subject: [cfaussie] Re: Large CSV's and server timeouts After a quick check, I am

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread David Harris
feature. So I hope I am wrong.. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd.www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Thursday, 14 June 2007 11

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread David Harris
[mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Thursday, 14 June 2007 11:11 AM To: cfaussie Subject: [cfaussie] Re: Large CSV's and server timeouts After a quick check, I am thinking of CFLOOP. CFLOOP now has a file attritbute. In CF8 Docs

[cfaussie] Re: Wow finally Safari for windows

2007-06-11 Thread David Harris
I had a weird one... If I move Safari on to my secondary screen, and maximized it, it disappeared! If I then right clicked on it in the task bar, and selected move, I found that the left hand edge of Safari was on the right hand side of my screen... any one else found this? Andrew Scott

[cfaussie] Re: Wow finally Safari for windows

2007-06-11 Thread David Harris
...and Apple expects me to have 3 :-p Brett Payne-Rhodes wrote: What? You have TWO screens!?! ;) B) David Harris wrote: I had a weird one... If I move Safari on to my secondary screen, and maximized it, it disappeared! If I then right clicked on it in the task bar

[cfaussie] Re: Get root of the application

2007-06-10 Thread David Harris
-Application-C... On 6/6/07, Taco Fleur [EMAIL PROTECTED] wrote: David, don't worry, it works for me. On 6/6/07, David Harris [EMAIL PROTECTED] wrote: So from what you have there, the line of code in the included file: request.applicationRoot = getDirectoryFromPath

[cfaussie] Re: Get root of the application

2007-06-06 Thread David Harris
On 6/6/07, David Harris [EMAIL PROTECTED] wrote: I just created a folder struct of [root]/one/two/bob.cfm and put the code: cfoutput#getDirectoryFromPath(expandPath(/))#/cfoutput in bob.cfm, and it gave me the correct web root... I also put a onRequestStart function in my Application.cfc

[cfaussie] Re: Get root of the application

2007-06-06 Thread David Harris
/6/07, *David Harris* [EMAIL PROTECTED] wrote: I just created a folder struct of [root]/one/two/bob.cfm and put the code: cfoutput#getDirectoryFromPath(expandPath(/))#/cfoutput in bob.cfm, and it gave me the correct web root... I also put a onRequestStart function in my Application.cfc

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread David Harris
One place to NOT use isDefined is on the CGI scope... try this: cfoutput p isDefined(cgi.bob) = #isDefined(cgi.bob)# /p p structKeyExists(cgi, bob) = #structKeyExists(cgi,bob)# /p /cfoutput From what I remeber, the CGI is a magic scope... quote from docs Because some browsers do not support

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread David Harris
, some value here)#/cfoutput !--- this line works --- On Jun 5, 9:46 pm, David Harris [EMAIL PROTECTED] wrote: One place to NOT use isDefined is on the CGI scope... try this: cfoutput p isDefined(cgi.bob) = #isDefined(cgi.bob)# /p p structKeyExists(cgi, bob) = #structKeyExists(cgi,bob)# /p

[cfaussie] Re: CF Cluster on one machine!?

2007-06-05 Thread David Harris
If you are running multiple instances on one machine, the JVM memory is shared over those instances (at least they are in JRUN) So this means if you are on a Windows Machine, and you give the max memory to the JVM (about 1GB I think) it is used by every instance in the cluster so this could mean

[cfaussie] Re: isDefined() bad?

2007-06-05 Thread David Harris
( ! ) Cheers. On 6/5/07, David Harris [EMAIL PROTECTED] wrote: and if you get a bit carried away with struct key names, you can break it too... EG: cfset myStruct = structNew() cfset myStruct[some value here] = bob cfdump var=#myStruct# cfoutput#isDefined( myStruct.some

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
how bout this?: cfoutput#getDirectoryFromPath(expandPath(/))#/cfoutput On Jun 6, 2:45 pm, Taco Fleur [EMAIL PROTECTED] wrote: Does that work for you if you put it in an application.cfc that extends the root application.cfc, and access a page in that sub directory first, also make sure the

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
that is included onApplicationStart and sets the appropiate variable. On 6/6/07, David Harris [EMAIL PROTECTED] wrote: how bout this?: cfoutput#getDirectoryFromPath(expandPath(/))#/cfoutput On Jun 6, 2:45 pm, Taco Fleur [EMAIL PROTECTED] wrote: Does that work for you if you put

[cfaussie] Re: Get root of the application

2007-06-05 Thread David Harris
in fact, this is the quickest: cfoutput#expandPath(/)#/cfoutput as it only returns the dir anyway... On Jun 6, 5:46 pm, David Harris [EMAIL PROTECTED] wrote: I just created a folder struct of [root]/one/two/bob.cfm and put the code: cfoutput#getDirectoryFromPath(expandPath(/))#/cfoutput

[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread David Harris
Ping (from NZ) --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more

[cfaussie] Re: cffunction access=Package

2007-05-28 Thread David Harris
in CF a package is a folder... ...so any CFC's in the same folder will be able to access that function. [cfdocs] package: available only to the component that declares the method, components that extend the component, or any other components in the package. [/cfdocs] when you would use it is to

[cfaussie] Re: onSessionEnd Error

2007-05-08 Thread David Harris
Hi Taco, From what you have said there is actually code in those functions. Check that the onSessionEnd doesn't attempt to reference the session scope, as it won't exist. Same with onApplicationEnd can't reference the Application scope either. You said when invoking the methods. Do you mean you

[cfaussie] Re: Dynamically Read SQL Table Column Names

2007-05-02 Thread David Harris
You could try: cfquery name=qInfo datasource... etc SELECT * FROM [table name] WHER 1 = 2 /cfquery plist of Columns/p cfoutput#qInfo.columnList#/cfoutput pInformation about columns/a cfdump var=#getMetaData(qInfo)# Stephen M wrote: That would be query_name.columnList which gives you a

[cfaussie] Re: ANN: Transfer 0.6.3 Final Released

2007-04-16 Thread David Harris
Well done Mark! just in time for cfObjective to eh? THAT was lucky! On Apr 17, 2:44 pm, Mark Mandel [EMAIL PROTECTED] wrote: After a good Release Candidate phase, Transfer 0.6.3 is ready for release. There is nothing huge to report in the change from RC2 to Final, except for a few small

[cfaussie] Re: CF8 :: Australian Tour?

2007-04-09 Thread David Harris
I've been wondering this to... ...except with Australian + NZ Tour ;-) On Apr 10, 10:47 am, AJ Mercer [EMAIL PROTECTED] wrote: Hi, Does any one know if anything will be happening in Australia to promote the CF 8 release? Mr Forta is touring the US of

[cfaussie] Your all invited to CFUG Auckland, NZ (again)

2007-03-27 Thread David Harris
This time the topic is CFEclipse, to be presented by...[drum roll please] Mark Drew! See www.cfug.co.nz for details, and I'll post the Connect URL there early next week. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[cfaussie] Re: Coldfusion 8 Beta

2007-01-31 Thread David Harris
also check out http://www.forta.com/blog/index.cfm/2007/1/22/Anyone-Want-To-Beta-Test-Scorpio from a week or so ago On Jan 31, 5:21 pm, Peter Tilbrook [EMAIL PROTECTED] wrote: Tim Buntel recently blogged about where to go to get on the beta. It is only Alpha at the moment. Ray had special

[cfaussie] Re: SOT: Document Management System

2006-08-10 Thread David Harris
http://www.fusiondox.com/ I meet the guy who wrote it @ CFUnited. It's pitched at enterprise, and I think the price tag reflects that from memory... Dale Fraser wrote: Hmm, I want document management, not content management. Ie: Managing versions of Word Documents etc. Regards Dale

[cfaussie] Re: OT

2006-08-06 Thread David Harris
Hi Scott, Just a few presumptions why you are doing this: 1. You have a LARGE file you want to use in CF 2. CF reads the WHOLE file into memory, so this won't do... 3. You want to read the file in bits at a time. This may not be why you are asking this question, but I know I have asked it a

[cfaussie] Re: Connecting Coldfusion to Access databases with out ODBC.

2006-04-09 Thread David Harris
Aren't some of the example DBs connect to access with just the file path to the Access DB? Have a look at those and see how they are done. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to

[cfaussie] Re: Instance Manager

2006-02-28 Thread David Harris
from what I have seen, the short answer is yes. The verity service runs dependant of ColdFusion, so any collection made will show in all CF instances. This can lead to problems if you have CF6 and CF7 on the same server, as they have different versions of Verity. The long answer is: you can