[cfaussie] Re: Coldfusion & Actionscript

2006-08-10 Thread M@ Bourke
I say scrap cfscript entirely and send it to the ends of the earth, then throw it off the edge of the earth. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus

[cfaussie] Re: OT Anyone want to work in the UK?

2006-08-10 Thread Peter Tilbrook
Um your email address bounces for some reason :)On 10/08/06, M@ Bourke <[EMAIL PROTECTED] > wrote:On 8/9/06, Jamie Lawrence Jenner <[EMAIL PROTECTED]> wrote: Is this open to UK residents? (i'm welsh, nearly australian, Loads of sheep and miles away from england) Should be no problem with b

[cfaussie] Re: OT Anyone want to work in the UK?

2006-08-10 Thread M@ Bourke
It shouldn't On 8/10/06, Peter Tilbrook <[EMAIL PROTECTED]> wrote: Um your email address bounces for some reason :)On 10/08/06, M@ Bourke < [EMAIL PROTECTED] > wrote:On 8/9/06, Jamie Lawrence Jenner <[EMAIL PROTECTED]> wrote: Is this open to UK residents? (i'm welsh, nearly australian, Loa

[cfaussie] Re: CF vs ...

2006-08-10 Thread
Hey just to add more fuel to the fire. We just had a company meeting last night and they had a guest speaker there from Microsoft, talking about "SOLUTIONS" ironically. They are coming out with Studio 2005 with some added features which apparently haven't been released yet which from what I unders

[cfaussie] Re: CF vs ...

2006-08-10 Thread Barry Beattie
I'd like to propose that it's not just about "solutions" but "vision" which harks back to a webdu presso by Grant Straker in selling (then Macromedia) product. 2 years ago it was CF integrating with flash (flex 1.5)... now look at the goodies with Flex 2.0 and also now we're beginning to see the

[cfaussie] SOT: Document Management System

2006-08-10 Thread Dale Fraser
Our company needs a Document Control / Management System.   I don’t want to build one, but just buy one. Anyone recommend something? Preferably Coldfusion / MS SQL. Regards Dale Fraser http://dale.fraser.id.au     --~--~-~--~~~---~--~~ You rece

[cfaussie] Getting a list of tables in access

2006-08-10 Thread Joel Cass
The documentation in MS access seems quite vague about this area. I want to get a list of tables from an access database to import into our own custom data store. I have fiddled around and have come to the conclusion that this is the query that must be run: SELECT MSysObjects.* FROM MSysObjects

[cfaussie] Re: SOT: Document Management System

2006-08-10 Thread Peter Tilbrook
FarCry CMS - it Open Source - check out http://www.farcrycms.org/On 11/08/06, Dale Fraser < [EMAIL PROTECTED]> wrote: Our company needs a Document Control / Management System.   I don't want to build one, but just buy one. Anyone recommend something? Preferably Coldfusion / MS SQL.

[cfaussie] Re: SOT: Document Management System

2006-08-10 Thread Dale Fraser
Hmm,   I want document management, not content management.   Ie: Managing versions of Word Documents etc. Regards Dale Fraser http://dale.fraser.id.au   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Peter Tilbrook Sent: Friday, 11 Augus

[cfaussie] Re: Getting a list of tables in access

2006-08-10 Thread Chad Renando
I have had to do this a few times... never did figure out the proper way to do it. It is usually a once-off, and by the time I figured it out, I could have done it manually. I typically just create a Make Table query for each table: SELECT MyTableTable.* INTO MyNewTable FROM MyTable; and run t

[cfaussie] Re: Getting a list of tables in access

2006-08-10 Thread Joel Cass
Thanks.. Actually the transferring of data part is taken care of.. We have a system where public users may want to upload their internal data in access format, which is then transferred into a SQL Server database for web use. I want to be able to give them the choice of selecting which objects to

[cfaussie] Re: Getting a list of tables in access

2006-08-10 Thread Chad Renando
Good luck. Implementing a similar solution a couple of times on my end, I had users export into either a .txt, .csv or xml format. Interactions with Access in a live online environment isn't the prettiest thing in the world. Chad On 8/11/06, Joel Cass <[EMAIL PROTECTED]> wrote: > > Thanks.. > >

[cfaussie] Re: SOT: Document Management System

2006-08-10 Thread Steve Onnis
 http://www.filehold.com/ -Original Message-From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Dale FraserSent: Friday, August 11, 2006 10:58 AMTo: cfaussie@googlegroups.comSubject: [cfaussie] Re: SOT: Document Management System Hmm,   I want do

[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. > > Reg

[cfaussie] Re: Getting a list of tables in access

2006-08-10 Thread Steve Onnis
How about this? SELECT Name FROM MSysObjects WHERE Type = 1 AND LEFT(Name, 4) <> 'MSys'; Just hope you dont have any tables stating with "MSys" -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] Behalf Of Chad Renando Sent: Friday, August 11, 2006 11:38 AM To

[cfaussie] Re: Getting a list of tables in access

2006-08-10 Thread Joel Cass
Thanks.. That'll do the job :) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] Behalf Of Steve Onnis Sent: Friday, 11 August 2006 12:17 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Getting a list of tables in access How about this? SELECT Name

[cfaussie] Re: SOT: Document Management System

2006-08-10 Thread Barry Beattie
don't forget you can use the humble CVS for versioning documents. you just can't do a merge on the binary file format. just a thought. On 8/11/06, David Harris <[EMAIL PROTECTED]> wrote: > > http://www.fusiondox.com/ > > I meet the guy who wrote it @ CFUnited. > > It's pitched at enterprise, a

[cfaussie] Ruby on Rails ( or some illegal substance )

2006-08-10 Thread Mick Rome
Has anyone seen this? Is Dave is on something? http://media.rubyonrails.org/video/rails_take2_with_sound.mov I wonder back in the day if any CF presentations had this much excitement? Someone did a takeoff http://screencast4.sqlonrails.org/video/screencast2.mov --~--~-~--~~--