[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Mark Mandel
That's what I have to do.. It just means that say, if Railo decides to implement a cfdbinfo tag, I don't have to change my codebase, it just works straight off the bat. It's implementing to feature, not implementing to product version. Mark On 8/27/07, Steve Onnis [EMAIL PROTECTED] wrote:

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Steve Onnis
-Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: Monday, 27 August 2007 5:20 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Any way to get a list of all cftags? That's what I have to do.. It just means that say, if

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Mark Mandel
And writing my own defeats the whole purpose of what I wanted to accomplish in the first place, which was implementing to functionality, not to product version. If I implement my own, I still need to make code changes for new versions / products. Anyway, it's a mute point, I just thought I

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Steve Onnis
You also have to keep in mind though that even though a tag may exist, the functions of that tag may have changed through versions so just checking to see if a tag exists in that version may not be enough to do what you need anyway mark. -Original Message- From:

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Haikal Saadh
To reply to your request for an Orange with an Apple, why not write a thin wrapper around java.sql.DatabaseMetaData? http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html particularly

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread Mark Mandel
Andrew, Can you mock up a quick structure of what you're talking about - It sounds like it should work. Mark On 8/27/07, AJ Mercer [EMAIL PROTECTED] wrote: If a function has a throw inside a try/catch, should the error be contained in that function? In the catch I send and email, and I

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread Steve Onnis
Is this what you mean? cffunction name=foo cfset var throw = true / cftry cfif throw cfthrow message=CFTHROW Caught detail=I have been caught from a cfthrow / /cfif cf_set / cfcatch cfoutput strong#CFCATCH.Message#/strong /cfoutput /cfcatch /cftry /cffunction cftry

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Andrew Scott
You right it won't work go figure So much for overriding exception handling then. On 8/27/07, MrBuzzy [EMAIL PROTECTED] wrote: I don't think that would work... you'd hit a just in time compile error (on CF7). The cfcatch wouldn't ever get to run. On 8/27/07, Andrew Scott [EMAIL

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread MrBuzzy
Hi, So are you seeing an error when you run the page? Or is it all quiet? On 8/27/07, AJ Mercer [EMAIL PROTECTED] wrote: If the second email is in the try / catch, and there is an error, I wont get the email I commented out the second email, but that didn't help On 8/27/07, Andrew Scott

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread AJ Mercer
There are two emails - one at the end of the whole processes - just so I can see what has happened and if there is an error, an email is also sent On 8/27/07, Andrew Scott [EMAIL PROTECTED] wrote: Hmmm... I am sorry but you are sending the second email reagrdless right? So try

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread AJ Mercer
there is an error on the calling page - and that is the problem; it should have been caught in the CFC function I will create a sample demo... On 8/27/07, MrBuzzy [EMAIL PROTECTED] wrote: Hi, So are you seeing an error when you run the page? Or is it all quiet? On 8/27/07, AJ Mercer

[cfaussie] Re: cfthrow in CFC

2007-08-27 Thread AJ Mercer
... built and, and guess what - it did what I wanted!! Turns out the problem what i was setting a variable to CFCATCH.ErrNumber and that did not exists Thanks for all the suggestions. Clear as mud if you actually read the error message Here is the fault returned when invoking the web service

[cfaussie] Re: Web on the Piste animations

2007-08-27 Thread Scott Barnes
btw where is the Keynote 2 SWF? comes up blank on that page? On 8/27/07, Scott Barnes [EMAIL PROTECTED] wrote: I loved every single moment of this conference. It by far has been my favourite trip/geek fest all year.. and keep in mind my company hired out Universal Studios + Free Beer.. so

[cfaussie] Empty columns in excel to query

2007-08-27 Thread Phillip Cheung
Hi everyone, I'm currently having a problem where I'm reading in an excel sheet and if the first 8 rows of any column is empty, the rest of the column will not be read. I have used two different methods of doing this: - Using a MS Access db as a proxy dsn - and using the JDBC to create a Java

[cfaussie] Re: learncf.com is Coming!

2007-08-27 Thread Steve Onnis
How come no script based? Does that mean no CFSCRIPT ? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Tuesday, 28 August 2007 10:49 AM To: cfaussie@googlegroups.com Subject: [cfaussie] learncf.com is Coming! A new training based website

[cfaussie] Re: Web on the Piste animations

2007-08-27 Thread Mark Stanton
Congrats Scott! Was good to catch up in NZ. Thanks also to the other CFAussie's who made it over - good to see you guys :) -- Mark Stanton Gruden Pty Ltd http://www.gruden.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[cfaussie] Re: learncf.com is Coming!

2007-08-27 Thread Raymond Camden
It's odd you would say that. and only work in cfscript. Thats a minor change - but does show that the feature isn't dead. I think the people you are trying to help would benefit from being exposed to both since they will be exposed to both in the real world. On 8/27/07, Dale Fraser [EMAIL

[cfaussie] Re: learncf.com is Coming!

2007-08-27 Thread Andrew Scott
Dale, It is interesting to note after the conversation you and I had on the CFGrid paging that you chose to ignore my Blog about returning true paged data from CF. I am very disappointed after our conversation on the matter. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd.

[cfaussie] Re: learncf.com is Coming!

2007-08-27 Thread Dale Fraser
Possibly, I have done my fair share of CF training and normally find that jumping between the two is confusing. People generally like script then you get a early question, how do I do a cfquery in script. From what I have seen a very high percentage of tutorials out there are done using all

[cfaussie] Re: learncf.com is Coming!

2007-08-27 Thread Dale Fraser
Andrew, I actually emailed you a couple days ago and got no response. Your code didn't work, I emailed to your gmail address. But in the email you will find that I have used your tutorial as the basis and will still credit you as the author. I think I understand what you were

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Raymond Camden
In case people do doubt Charlie, I'll back him up here. I used this method myself in a few apps myself, even the old Spectra. On 8/27/07, Charlie Arehart (lists account) [EMAIL PROTECTED] wrote: I'll throw out that for the same reason, it wouldn't have worked if one tried to say if running

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Charlie Arehart \(lists account\)
I'll throw out that for the same reason, it wouldn't have worked if one tried to say if running cf8, do cfdbinfo, else do whatever. That, too, would fail on other than CF8 because the appearance of the CFDBINFO in the page would trigger the compile error. I'll share a trick I figured out when

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Andrew Scott
Well, As much as I agree with Charlie, I'll also add that this is a good example of how and when to use the Factory design pattern. As this is what its job is good at, then with the interface and object inheritance (Strategy Design Pattern) it would make for a perfect example of design patterns

[cfaussie] Re: learncf.com is Coming!

2007-08-27 Thread Dale Fraser
Andrew, I think perhaps you don't understand the following line cfreturn queryconvertforgrid(parks, page, pagesize) / According to the docs Converts query data to a structure that contains a paged subset of the query. Used in CFC functions that return data to Ajax format cfgrid controls

[cfaussie] Re: Any way to get a list of all cftags?

2007-08-27 Thread Steve Onnis
Omg Did someone say that OO can be overkill? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart (lists account) Sent: Tuesday, 28 August 2007 2:40 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Any way to get a list of all