CFFORM freeze

2005-07-18 Thread Don Neizer
We found the actionscript answer to our problem! Posted is the following solution which was found at http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=22&threadid=1012110&enterthread=y if(!mx.validators.Validator.isValid(this, 'FreezeTest.fname'))

CFForm, Section 508, JAWS and Window-Eyes problem

2005-05-11 Thread Don Neizer
Macromedia's reply “Try your apps with JAWS 4.5. You can download the installer at: http://www.freedomscientific.com/fs_downloads/DL_JAWS45.asp Since we launched CFMX7, issues with JAWS 5 and 6 have been fixed in JAWS 6.1. We have not tested the Flash Forms in this release yet, but the results s

RE: CFForm, Section 508, JAWS and Window-Eyes problem

2005-05-11 Thread Don Neizer
ColdFusion MX 7 Flash Forms, unfortunately, don't seem to be ready for government use. A better attention getter than the earlier post's first line. ~| Find out how CFTicket can increase your company's customer support efficie

RE: CFForm, Section 508, JAWS and Window-Eyes problem

2005-05-11 Thread Don Neizer
Sandy, As promised, here's our latest posting. For others with this problem, the information from http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fcd4391e&pss=rs was a nice try but did not work. As Sandy mentioned in a offline email, "The problem with the MACR solution is that it r

CFForm, Section 508, JAWS and Window-Eyes problem

2005-05-09 Thread Don Neizer
Below are 2 basic cfform examples; test_a1.cfm and test_a2.cfm (test_a2.cfm is only provided as a submission point). Several efforts have failed in getting the JAWS and Window-Eyes programs to read the test_a1.cfm which uses the format=”flash” attribute. Has anyone else run into this? Is there a

Re: Answer found for CFMX 7, CFForms, and Javascript

2005-03-31 Thread Don Neizer
After an exhaustive Google search, our CF guru found the answer at; http://www.cfform.com/flashforms/invoke.cfm?objectid=D5DDF18D-4E22-1671-5C01F17329A328C7&method=full# by Ron Pasch, titled 'Flash "Slush Box"', with a Live Example too. His code is listed below for your convenience. if(lb1.se

Re: CFMX 7, CFForms, and Javascript

2005-03-18 Thread Don Neizer
I had my suspicions. Thanks for confirming that for me Sean. > On Thu, 17 Mar 2005 15:52:43 -0400, Don Neizer <[EMAIL PROTECTED]> > wrote: > > We have a beginning CFForm application where a dropdown list passes > data over to another dropdown list. Values passed to the se

Re: CFMX 7, CFForms, and Javascript

2005-03-17 Thread Don Neizer
The particular block where the code in question can be found (line 126) is commented as; code ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffus

CFMX 7, CFForms, and Javascript

2005-03-17 Thread Don Neizer
We have a beginning CFForm application where a dropdown list passes data over to another dropdown list. Values passed to the second list can also be removed. We've tried using javascript code from another project, however, CFMX7 returns "Errors, warnings or exceptions were found when compiling

Re: CFMX, XSLT, and ASP Webservices

2004-09-17 Thread Don Neizer
Massimo, Your code is exactly what we need and our Coldfusion Guru is very impressed. Don [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFMX, XSLT, and ASP Webservices

2004-09-17 Thread Don Neizer
Massimo, Thanks, I'll give it look. I also found a UDF at http://www.cflib.org/udf.cfm?ID=899 and it has been accepted. What we were trying to do was use XALAN/JavaX to pass parameters for the XSL transformation which would pass information back and forth between Coldfusion and an ASP webservice.

CFMX, XSLT, and ASP Webservices

2004-09-17 Thread Don Neizer
Is anyone working in a distributed environment where a CFMX presentation layer passes XSLT variables to an ASP Webservice? This is a new programming standard (n-tiers) where our ASP manager and ASP coders would like XSL parameters passed to the webservice layer from CFMX. Since the XmlTransform(xml