Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. obxlefty

    How to find all tablefields?

    You can use the query.columnList output from a query. It returns a comma delimited list of your table fields. <cfquery name=&quot;qname&quot; datasource=&quot;ds&quot;> select * from tablename </cfquery> <cfoutput>#qname.columnList#</cfoutput> From there, you're in trouble with Access. SQL...
  2. obxlefty

    very simple cfinput question

    I think I may have found it. http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater02.html This was a bug and is fixed in the most recent MX updater package. The following was listed as a bug fix on Mar 19, 2003. General Server-Related Issues The following...
  3. obxlefty

    very simple cfinput question

    I'm having the exact same problem with any cfinput tag that has required=&quot;yes&quot;. This happened when I upgraded from CF5.0 to CF MX at my hosting company. They're looking into it now. Some people do not get the javascript error that I get, but with my database not accepting null...
  4. obxlefty

    CFMAIL Bcc

    One thing you may also want to check is that the email address you use to send the email is part of your server. I.E. make sure the FROM parameter is an email address or alias is a valid user on your mail server in the SERVER parameter.

Part and Inventory Search

Back
Top