RE: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-06 Thread William Seiter
Ron, Dave has given you two concrete solutions/options/direction to handle this issue. I have read many of his helpful responses to people on this board and I am sure he is an 'expert' here. 1. Use a 'cfif' statement within your 'cfloop' to process the form variable as long as it is 'not'

Re: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-06 Thread Will Tomlinson
I agree Dave. That's why I posted the question here. I would really appreciate any concrete solutions/options/direction from the other experts here. Whenever I have radio buttons I need to read, I just create fieldnames you can pick up on, like this name=readThis_field When you process it,

Re: Simple Employment Application

2008-01-06 Thread Will Tomlinson
When I post it I keep getting a line 35 error Could you please show us the exact error? :) It really makes it tough when we can't see the error. It'd be like if I posted, which some would argue I have, somethin like this. hello, I have an error. Could you please tell me what caused it?

RE: using form.fieldNames and CFLOOP to insert selected radio buttons

2008-01-06 Thread Ron Eis
Thanks again William and Dave! I will try to word my responses better because I was not implying the lack of expert advice from anyone. I've learned alot of the posts and posters here! I named the submit button because I use cfif isDefined(form.inputButton) to run the loop/insert. I can avoid

SOT: Queying Excel spreadsheets

2008-01-06 Thread Scott Stewart
All, Has anyone done a join query across two Excel Spreadhseets.. I can do the join, I just don't know what the mechanism is to run the query across spreadsheets Thanks for any input. sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC.

Re: lt;cfexecutegt; help.

2008-01-06 Thread George Linderman
Nope, unfortunately, that has absolutely not effect. The process does not close itself. I mean, I need to get a /c onto the command line somehow. However, I have no experience with batch files, or cfexecute, so I don't know how I could fit a /c onto the same arguments string as the rest of

Re: lt;cfexecutegt; help.

2008-01-06 Thread George Linderman
I tried this, but to no avail. Doesn't seem to end the process like I need. I mean, I need to get a /c onto the command line somehow. However, I have no experience with batch files, or cfexecute, so I don't know how I could fit a /c onto the same arguments string as the rest of the ffmpeg

RE: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-06 Thread Ron Eis
PERFECT SOLUTION! Thanks Dave and everyone. Here's what I ended up with: cfif isDefined(form.inputButton) cfloop index=i list=#form.fieldNames# cfif #i# NEQ inputButton cfquery datasource=#dbname# name=addContact INSERT INTO contact

RE: using form.fieldNames and CFLOOP to insert selected radio buttons

2008-01-06 Thread William Seiter
Ron, Since you know what the name of the submit button is on the receiving page, you can check for it in loop and not have to worry about separating out your functions. William -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter

RE: using form.fieldNames and CFLOOP to insert selected radio buttons

2008-01-06 Thread William Seiter
Looks like you got it already, I didn't read all of the remaining string before replying to you. William -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer http://William.Seiter.com

Re: SOT: Queying Excel spreadsheets

2008-01-06 Thread Larry Lyons
Hi Scott, Try this blog posting from Ben Nadel as a starter: http://www.bennadel.com/blog/427-Reading-A-Microsoft-Excel-File-In-ColdFusion-Using-JExcel-API.htm hth, larry All, Has anyone done a join query across two Excel Spreadhseets.. I can do the join, I just don't know what the

RE: using form.fieldNames and CFLOOP to insert selected radio buttons

2008-01-06 Thread Ron Eis
Thanks for following up! I'm always looking for tips and tricks for steamlining my code so I really appreciate all the information. -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Sunday, January 06, 2008 12:58 PM To: CF-Talk Subject: RE: using form.fieldNames

RE: using form.fieldNames and CFLOOP to insert selected radio buttons

2008-01-06 Thread Ron Eis
Thanks for following up! I'm always looking for tips and tricks for steamlining my code so I really appreciate all the information. -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Sunday, January 06, 2008 12:58 PM To: CF-Talk Subject: RE: using form.fieldNames

ColdFusion LMS Systems

2008-01-06 Thread Philip Hayes
Is anybody familiar with any SCORM Learning Management Systems (LMS) that are built in ColdFusion? Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: ColdFusion LMS Systems

2008-01-06 Thread Jim Wright
On 1/6/08, Philip Hayes [EMAIL PROTECTED] wrote: Is anybody familiar with any SCORM Learning Management Systems (LMS) that are built in ColdFusion? The Webmentor LMS from Avilar seems to be built on CF. We use the hosted version, however, so I have not had a look at the insides.

RE: using form.fieldNames and CFLOOP to insert selected radio but tons

2008-01-06 Thread Dave Watts
Here's what I ended up with: cfif isDefined(form.inputButton) Just to add to this a bit, you might not want to use the submit button as a flag, since it's possible in many cases to submit a form without actually clicking on the submit button, in which case you wouldn't have a corresponding

RE: ColdFusion LMS Systems

2008-01-06 Thread Dave Watts
Is anybody familiar with any SCORM Learning Management Systems (LMS) that are built in ColdFusion? I'm not familiar with any. I'd recommend that you take a look at Moodle before building your own, though. It's not in CF, but it's free and open-source: http://www.moodle.org/ Dave Watts, CTO,

OT: Shop-system running on JBoss/Java

2008-01-06 Thread cf-talk
Hi list, does someone know an open source standard shop system running on JBoss with Java ? Uwe ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

CF8 + Apache Virtual host

2008-01-06 Thread Qasim Rasheed
Hi, I am having a hard time configuring Apache Virtual host with ColdFusion 8. Here is my setup 1. Windows XP. 2. Apache 2.2.6 3. ColdFusion 8 - Multi instance. Here is what I've done till now 1. Installed Apache and CF8 with JRUN. 2. Create a new CF intances in CF Admin 3. Ran the Web

Re: Shop-system running on JBoss/Java

2008-01-06 Thread Larry Lyons
Hi list, does someone know an open source standard shop system running on JBoss with Java ? Uwe You might want to try any number of shopping carts written in CF. As for JBoss and CF8, its very easy getting CF8 up and running on JBoss, Steven Brownlee has a great tutorial for setting up CF8 on

CF8 Install Wizard Not Seeing IIS running on Windows 2000

2008-01-06 Thread Paul Cormier
I have a Windows 2000 Server running IIS just fine. Plain HTML Files are served without any problems. I am trying to install CF8 Dev, but when I get to the step Select webservers and/or website to configure for use with ColdFusion, the list is empty under Webservers/WebSites even though two

Re: CF8 + Apache Virtual host

2008-01-06 Thread James Holmes
Are the Virtual Host definitions before or after the IfModule section in the file? On Jan 7, 2008 9:36 AM, Qasim Rasheed [EMAIL PROTECTED] wrote: Hi, I am having a hard time configuring Apache Virtual host with ColdFusion 8. Here is my setup 1. Windows XP. 2. Apache 2.2.6 3. ColdFusion 8

Re: CF8 + Apache Virtual host

2008-01-06 Thread Qasim Rasheed
James, Those are before IfMoule section, however if I do not specify anything on each Virtual Host they can all connect to the single CF server successfully. Regards Qasim On Jan 6, 2008 9:20 PM, James Holmes [EMAIL PROTECTED] wrote: Are the Virtual Host definitions before or after the

Re: CF8 + Apache Virtual host

2008-01-06 Thread James Holmes
The virtual hosts needs to come after the ifmodule section. On Jan 7, 2008 11:26 AM, Qasim Rasheed [EMAIL PROTECTED] wrote: James, Those are before IfMoule section, however if I do not specify anything on each Virtual Host they can all connect to the single CF server successfully. Regards

CF8 Install Wizard Not Seeing IIS running on Windows 2000

2008-01-06 Thread Paul Cormier
I have a Windows 2000 Server running IIS just fine. Plain HTML Files are served without any problems. I am trying to install CF8 Dev, but when I get to the step Select webservers and/or website to configure for use with ColdFusion, the list is empty under Webservers/WebSites even though two

RE: ColdFusion LMS Systems

2008-01-06 Thread John Mason
Echo11 has a SCORM LMS in ColdFusion. There url is echoeleven.com John Mason [EMAIL PROTECTED] 770.337.8363 www.FusionLink.com - ColdFusion and Flex hosting Now offering ColdFusion 8 Enterprise hosting FREE Subversion hosting -Original Message- From: Dave Watts [mailto:[EMAIL

Re: CF7 Verity Issues. Any help/comments would be appreciated

2008-01-06 Thread asha kasala
Hi Rich, This happens when you try to access a cfm which includes cfindex action=refresh.. simultaneously from different browsers. Thanks, Asha. Jayesh, I was able to catch the stacktrace of the error while indexing, That causes this (-1705) error. It seems that this happens whether I

Re: lt;cfexecutegt; help.

2008-01-06 Thread Hemant Khandelwal
We have fixed this bug with cfexecute recently. We are evaluating if we should release a hotfix for the same. Thanks, Hemant ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free