Re: Missing Form Fields

2009-11-11 Thread Steve Moore
The missing fields are always text fields. I dump the form scope in my error email I receive and the field does not exist. Not in the FIELDNAMES field either. Doubt they are from bots as the rest of the content seems valid user input.

Missing Form Fields

2009-11-10 Thread Steve Moore
I have some CF forms that use dynamic field naming in a loop depending upon some value. Code like: cfloop index=i from=1 to=#form.number# cfinput type=text name=fname_#i# size=20 maxlength=50 required=yes cfinput type=text name=lname_#i# size=20 maxlength=50 required=yes /cfloop Every once in

Re: Looking for Adam Lehman's CF8 Demos

2008-10-30 Thread Steve Moore
Downloaded it. Thanks a bunch!! I got em. http://www.myinternetisbroken.com/apps/cf8demos-v2.zip ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Looking for Adam Lehman's CF8 Demos

2008-10-29 Thread Steve Moore
Prior to his accident, Adam Lehman from Adobe had posted version 2 of his CF 8 demos to his website at adrocknaphobia.com. This site is now unavailable and I was wondering if anybody had his zip file? I'm specifically looking for his samples for the CF/Blaze DS chat application. Steve Moore

Re: Unable to Invoke Simple .Net Web Service

2008-10-02 Thread Steve Moore
I've made this publicly accessible for anyone else to try. I still cannot get it to work (or any of the methods here). Method without parameters name changed to Steve. Invoked by: cfinvoke webservice=http://www.larimer.org/webservices/emailaccess/emailaccess.asmx?WSDL; refreshwsdl=Yes

Re: Unable to Invoke Simple .Net Web Service

2008-10-01 Thread Steve Moore
My bad, again :[ , it's the Temp method, the one without any parameters. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Unable to Invoke Simple .Net Web Service

2008-09-29 Thread Steve Moore
I'm attempting to call a simple .Net web service written in C#. There are no parameters, the WSDL is valid. It can be called successfully from .Net and PHP but not CF. Code: cfinvoke webservice=http://devster.larimer.org/webservices/emailaccess/emailaccess.asmx?WSDL; refreshwsdl=Yes

Re: Unable to Invoke Simple .Net Web Service

2008-09-29 Thread Steve Moore
Sorry, on an internal test server only. Here is the WSDL output: http://www.larimer.org/temp/emailaccess.xml ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

CSS Failure in cfdocument (works once)

2008-09-23 Thread Steve Moore
I'm using CF 8.01 with latest hotfixes. Have simple sample below that loops to create two PDF files. In the first one the CSS background-color style works. In the second it does not. Seems like a bug to me. Thoughts? cfloop index=i from=1 to=2 cfdocument format=PDF filename=#i#.pdf

Re: CF Calendar Options

2008-09-23 Thread Steve Moore
Here's one: http://www.steveeray.com/webdesign/calendar.cfm ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

Re: Increasing Max Memory

2008-08-26 Thread Steve Moore
Thanks for the ideas. It appears the Request Throttle Memory setting was the limiting factor. Once upped, I can successfully upload files to that limit. Steve ~| Adobe® ColdFusion® 8 software 8 is the most important and

Increasing Max Memory

2008-08-20 Thread Steve Moore
me to perform this upload? Steve Moore Larimer County Colorado ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j

Controlling Output within CFDOCUMENT

2008-03-20 Thread Steve Moore
://www.larimer.org/temp/breaking.pdf for an example. I'd like to be able to page break if there's less than an inch, or something, before outputting this header. Steve Moore Larimer County Colorado ~| Adobe® ColdFusion® 8 software 8

Scheduled Task Priority

2007-11-09 Thread Steve Moore
Does a CF scheduled task have any higher priority than other CF requests? For example, if I have 10 CF tasks running and 50 more queued to run (10 threads max set in admin) and the time for a scheduled task is reached, does it get at the end or the front of the line of queued tasks? Steve

ColdFusion 8 Upgrade Affecting ASP Applications

2007-10-12 Thread Steve Moore
be affecting an old ASP application. Anyone experienced anything like this or have any ideas what relation could be? Steve Moore ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse

CF 8 Not Installing ODBC

2007-08-15 Thread Steve Moore
Attempting to upgrade from CF 7 to 8. Windows, Developer Edition, Server configuration. I run the installer and choose only ODBC as the extra options. Installation and migration completes successfully. The two ODBC services are not started. I attempt to start and get message The system cannot

Re: conference registration app

2006-12-01 Thread Steve Moore
The beginnings of such an app can be found at http://www.steveeray.com/webdesign/registration.cfm. It would take modifications to make it do what you need though. Hi depending on your exact requirements it may be easier to build your own. I have a site developed for a conference - the site

Re: Automating data source password changes

2006-10-09 Thread Steve Moore
Dan, This script can be scheduled, is does require the CF admin password to be used, hardcoded here. This one uses JDBC Oracle connection. cfscript adminObj = createObject(component,cfide.adminapi.administrator); adminObj.login(adminpassword); myObj =

Flash CFGRID Not Recognizing Clicked Row

2006-09-12 Thread Steve Moore
I've got a CFFORM with a Flash grid that is inconsistent in recognizing a row has been selected. Running CFMX 7.0.2 on Windows 2003 server. Clients running Flash 8 9. The code is: cfform action=temp.cfm method=POST target=_blank timeout=600 cfgrid name=tickets query=qryOpenTickets format=flash

Re: Strange Behavior on Local PC

2006-09-12 Thread Steve Moore
Yes, no difference. Did you try cfinput on the submit button? On 9/11/06, Steve Moore [EMAIL PROTECTED] wrote: ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information

Strange Behavior on Local PC

2006-09-11 Thread Steve Moore
to this computer, but have no idea what. Any ideas? Steve Moore ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

CFForm Integer Validation Allowing Commas

2006-08-30 Thread Steve Moore
was for. Is this by design? Why would anyone want this to be acceptable behavior? Steve Moore ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Listserve Application

2006-04-26 Thread Steve Moore
Does anyone know of cheap/free CF listserve application that sends/receives email to/from group members? Google/Yahoo groups not meeting user requirements. TIA Steve Moore [EMAIL PROTECTED] ~| Message: http

Consuming CF Web Service with Complex Data Types

2006-03-20 Thread Steve Moore
I'm trying to write a CF web service that will be publicly accessible and thus accessed by a variety of languages. This service will return multiple data values and I'm trying to figure out the best way to return this data. I've tried the following stub, which creates a complex data type and