> It seems as if it applies only to CFFORM? Is this correct? > I stay away from using CFFORM for my own reasons. Can this > be used in regular html forms?
If you have a query that's stored in an Application variable, you can reference that query in any place you could reference any other query, including within an HTML form and within CFFORM tags. It doesn't make any difference. The technote mentions using the CFSELECT tag, which requires CFFORM, but again, it doesn't matter whether you use CFFORM or not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

