Robert,
A custom tag like cf_csv2query refers to a template with the name of
cs2query.cfm

As Duty said (bummer about the hand), you can either put it in the same
folder as the calling page or inside your CF Administrator you can define a
custom tag folder other than the default folder to put your custom tags.

There is no installation.  CF already knows what it is supposed to do.

On 3/30/07, Dusty Hale <[EMAIL PROTECTED]> wrote:

 i think you should be able to drop the custom tag files into the same
folder that you are calling the tag from. or drop them in the customtags
folder within your cf server folders.

sorry for sloppy typing. broke my right hand and typing in slow motion :(

 ------------------------------
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Robert
Reil
*Sent:* Friday, March 30, 2007 12:42 PM
*To:* discussion@acfug.org
*Subject:* RE: [ACFUG Discuss] cfform bug stuck on variable.

 Hello fellow friday attendees!

I now have this custom tag (thanks to Teddy's reccomendation,
(http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_csv2query

<http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_csv2query+>)
)
and now I have to install it.

I did a google search and didnt really find any step by step info on how
to install it.
Any pointers out there?


Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com
*From:* Teddy Payne [mailto:[EMAIL PROTECTED]
*Sent:* Friday, March 23, 2007 2:45 PM
*To:* Carbs Sales&Service
*Subject:* Re: [ACFUG Discuss] cfform bug stuck on variable.

>     A quick Google Search:
> >
> > 
http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_csv2query
> >
> >
> >  On 3/23/07, *Robert Reil *<[EMAIL PROTECTED] > wrote:
> >
> > My Day, My Turn. You knew it was coming. Afterall it is FRIDAY!
> >
> > Studied w/ group last night. Working on building the CSV import tool.
> >
> > Very basic stuff.
> >
> > We got the CFQuery roughed in but are trying to detail it and got
> > stuck in the Form.
> >
> > We want to call a field from a table and list the entries once.
> >
> > There are about 4000 rows, but only about a dozen entries.
> >
> > For some reason we can not seem to get or find data in a google search
> > that uncovers the following:
> >
> > Error:
> >
> > ------------------------------------
> >
> > Variable VEND_NAME is undefined.
> >
> > The error occurred in
> >
> > 
*C:\Inetpub\wwwroot\intranet.motorcyclecarbs.com\development\vendorupdate1.cfm:
> > line 25*
> > 23 :    style = "style specification"
> > 24 :    query = "vendordata"
> > *25 :    value = "#Vend_Name#"*
> > 26 : >
> > 27 :   <option
> > value="#vendordata.Vend_Name#">#vendordata.Vend_Name#</option>
> > -----------------------------
> >
> > coldfusion.runtime.UndefinedVariableException: Variable VEND_NAME is
> > undefined.
> >
> > ---------------------------------------
> >
> >
> >
> > file code shows:
> >
> > ---------------
> >
> > <!--- Establish parameters for first time through --->
> > <cfparam name="FORM.vendor" default="0">
> > <cfquery name="vendordata" datasource="carbs">
> > SELECT sku, name, Vend_Name, Vend_Number, Unit_Measure, Deal_Price,
> > Volume, UnitRetail, UnitPrice, Description1, Description2
> > FROM carbs.products
> > WHERE Vend_Name = <cfqueryparam cfsqltype="cf_sql_varchar"
> > value="#FORM.vendor#" maxlength="40" />
> > </cfquery>
> >
> >
> >
> > <!-- Some stuff removed for clarity --->
> >
> >
> >
> > <cfform>
> > <cfselect
> >    name = "vendorname"
> >    style = "style specification"
> >    query = "vendordata"
> >    value = "#Vend_Name#"
> > >
> >   <option
> > value="#vendordata.Vend_Name#">#vendordata.Vend_Name#</option>
> > </cfselect>
> >   <input type="submit" name="Button1" value="Go">
> > </cfform>
> >
> >
> >
> > Any ideas what we are overlooking?
> >
> >
> >
> > Robert P. Reil
> >
> > Managing Director,
> >
> > Motorcyclecarbs.com , Inc.
> >
> > 4292 Country Garden Walk NW
> >
> > Kennesaw, Ga. 30152
> >
> > Office 770-974-8851
> >
> > Fax 770-974-8852
> >
> > www.motorcyclecarbs.com
> >
> >
> >
> >
> > --
> > Teddy R. Payne
> > Adobe Certified ColdFusion MX 7 Developer
> > Google Talk - [EMAIL PROTECTED]
> >
> > Atlanta ColdFusion User Group - http://www.acfug.org
> > Atlanta Flash & Flex User Group - http://www.affug.org
> > -------------------------------------------------------------
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink <http://www.fusionlink.com>
> > -------------------------------------------------------------
> >
> > -------------------------------------------------------------
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink <http://www.fusionlink.com>
> > -------------------------------------------------------------
> >
>
>
>
> --
> Teddy R. Payne
> Adobe Certified ColdFusion MX 7 Developer
> Google Talk - [EMAIL PROTECTED]
>
> Atlanta ColdFusion User Group - http://www.acfug.org
> Atlanta Flash & Flex User Group - http://www.affug.org
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com>
> -------------------------------------------------------------
>



--
Teddy R. Payne
Adobe Certified ColdFusion MX 7 Developer
Google Talk - [EMAIL PROTECTED]

Atlanta ColdFusion User Group - http://www.acfug.org
Atlanta Flash & Flex User Group - http://www.affug.org
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink <http://www.fusionlink.com>
-------------------------------------------------------------

-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink <http://www.fusionlink.com>
-------------------------------------------------------------




--
Teddy R. Payne
Adobe Certified ColdFusion MX 7 Developer
Google Talk - [EMAIL PROTECTED]

Atlanta ColdFusion User Group - http://www.acfug.org
Atlanta Flash & Flex User Group - http://www.affug.org



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to