Comment out line 12 of the file CFQUERY.cfm (located in the
Extentions\TagDefs\CFML directory) and add the following code:

<CONTROL NAME="txtDataSource"
        TYPE="DropDown"
        EDITABLE="Yes"
        ANCHOR="lblDataSource"
        CORNER="NE" 
        WIDTH="160">
        <ITEM VALUE="#Request.DSN#"
                CAPTION=" Request.DSN"
                SELECTED="Yes"/>
</CONTROL>

You can then add more <item> tags for other commonly used datasources.
HTH!

-----Original Message-----
From: Frank Mamone [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, March 17, 2002 9:07 AM
To: CF-Talk
Subject: Studio Question

Hi,

Can we add choices to the tag attribute list in CF Studio?

I would like t add #Request.DSN# to the datasource attribute value list.

Thanks,

Frank Mamone


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to