Ken Ford
Member since Dec 11, 2008
- Profile: /members/67-ken-ford.htm
- URL: http://www.fordwebs.com
- Comments: 2
Recent Blog Comments By Ken Ford
-
How Do You Use The ColdFusion CFParam Tag?
Posted on Mar 23, 2007 at 5:05 PM
I use the <cfparam> tag on my forms so that I can do error checking and keep form values: <cfparam name="FORM.FirstName" default=""> Then I check the form field for an entry: <cfif Len(Trim(FORM.FirstName)) LT 1> <cfset strError = strError & "Please enter an First Name!<... read more »
-
Ask Ben: Displaying A Query Vertically Instead Of Horizontally
Posted on Mar 4, 2007 at 11:23 AM
It is producing an error: Variable QNUMBERS is undefined. The error occurred in D:\Sites\CF Test\index.cfm: line 14 12 : <body> 13 : <!--- To demonstrate, first we have to build a test query. For the purposes of demonstration, we are just going to build a simple, number-incrementi... read more »