Re: FREE Homesite/CF Studio CFC VTML Generator

2005-12-01 Thread Douglas Knudsen
wow! jamming! Usualy I use this in oracle for sequences. First I have a sequence created called say seq_myseq. Then for table foo an insert would look like INSERT INTO foo (pk, col1, col2) VALUES (seq_myseq.nextval, 'data1','data2') I suppose if you gave a choice for this in your wizard, you

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-30 Thread Stan Winchester
I just uploaded a new version that now supports the following primary keys: max_id, autonumber, uuid, guid, text user defined, and I suppose I should add a numeric user defined. The download can be found at: http://www.aftershockweb.net/forums/messages.cfm/ThreadId/50 Also, could someone send

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Douglas Knudsen
ah, ok. Neat idea. Some things to consider. I never use a uid/password in my cfquery tags, why require these in this wizard? The above form requiring uid/pwd for a DSN is required after you have browsed for a particular DSN to use. The above form has a field 'DataSource RootURL', shouldn't this

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Stan Winchester
Douglas, Thanks for the feedback! I just had a duh experience; I’ll make the username/password optional as it should be. “DataSource RootURL” is a typo, I’ll change it to read “RootURL” Why should I pass the DSN to the CFC and use the request scope? I based this wizard off

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Stan Winchester
You can now post anonymous posts to: http://www.aftershockweb.net/forums/forums.cfm/ConferenceId/8 regarding the FREE Homesite/CF Studio CFC VTML Generator Allow anonymous posts on your forum :) Looks cool and very helpful, a bit of a way to go to support different

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Tony
stan. i just downloaded, and cannot wait to start using, what a GREAT idea. when you make changes, will you notify us here so we can download the new ones? tony On 11/28/05, Stan Winchester [EMAIL PROTECTED] wrote: Douglas, Thanks for the feedback! I just had a duh experience; I'll make the

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Douglas Knudsen
On 11/28/05, Stan Winchester [EMAIL PROTECTED] wrote: Douglas, Thanks for the feedback! np...hey, DreamWeaver users already have this functionality. Do you use DWMX? I just had a duh experience; I'll make the username/password optional as it should be. DataSource RootURL is a typo, I'll

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Stan Winchester
Tony, Thanks for the kind words! I just put a new version up. See: http://www.aftershockweb.net/forums/messages.cfm/ThreadId/50/ Cheers, Stan Thank you, Aftershock Web Design, Inc. by: Stan Winchester President/Developer http://www.aftershockweb.com/ stan. i just downloaded, and cannot

Using request var in CFC - was : FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Stan Winchester
What is best practise for passing dsn variable to cfc? In the CFMX (v 6.x) Bible shows using request variables to pass dsn, but Douglas says that is Blasphemy! Heresy!, well he was just kidding, but seriously what is best practise? Should it be passed as an argument? Why should I pass the

Re: Using request var in CFC - was : FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Sean Corfield
On 11/28/05, Stan Winchester [EMAIL PROTECTED] wrote: What is best practise for passing dsn variable to cfc? It depends. As you get more comfortable with OO, you'll feel less comfortable with a CFC reaching outside itself for data. What people often do with their data access CFCs is to pass

RE: Using request var in CFC - was : FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Matthew Walker
[mailto:[EMAIL PROTECTED] Sent: Tuesday, 29 November 2005 2:16 p.m. To: CF-Talk Subject: Using request var in CFC - was : FREE Homesite/CF Studio CFC VTML Generator What is best practise for passing dsn variable to cfc? In the CFMX (v 6.x) Bible shows using request variables to pass dsn

Re: Using request var in CFC - was : FREE Homesite/CF Studio CFC VTML Generator

2005-11-28 Thread Aaron Rouse
- was : FREE Homesite/CF Studio CFC VTML Generator What is best practise for passing dsn variable to cfc? In the CFMX (v 6.x) Bible shows using request variables to pass dsn, but Douglas says that is Blasphemy! Heresy!, well he was just kidding, but seriously what is best practise? Should

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-27 Thread Douglas Knudsen
so I unzip it to /custom and then what? forgive me if the obvious is alluding me this evening, but how to kick off the wizard? DK On 11/26/05, Stan Winchester [EMAIL PROTECTED] wrote: I just put a FREE new HomeSite+/ColdFusion Studio Wizard that builds a CFC based CRUD application. Please

Re: FREE Homesite/CF Studio CFC VTML Generator

2005-11-27 Thread Stan Winchester
DK, I added more instructions in the thread titled Install the Wizard found at: http://www.aftershockweb.net/forums/messages.cfm/ThreadId/53/ I hope this helps you. Stan so I unzip it to /custom and then what? forgive me if the obvious is alluding me this evening, but how to kick off the

FREE Homesite/CF Studio CFC VTML Generator

2005-11-26 Thread Stan Winchester
I just put a FREE new HomeSite+/ColdFusion Studio Wizard that builds a CFC based CRUD application. Please feel free to download and use it. If you use it, please let me know. If you have any comments, suggestions, complaints, or whatever, please post them to on: