Gel,
My email was acting really screwy on Friday and I'm not sure whether this
got to you or not. So I'm sending it again.
In response to your question about creating forms, why not use a cfquery to
get the complete list of columns using queryname.columnlist. Then loop
through the columnlist and dynamically create and name the input text
fields:
<cfquery stuff goes in here/>
<!--- use cfsavecontent to put the form data into a variable --->
<cfsavecontent variable = "variable name">
<form name = etc>
<cfloop list="#queryname.columnlist#" index ="fieldName">
<cfoutput>
<input type ="text" name="fieldname"> <br>
</cfoutput>
</cfloop>
<input type="submit" etc>
</form>
</cfsavecontent>
then use cffile to write the form to disk.
Its not pretty but it will work (with some tweaking that is).
have a happy Monday,
larry
--
Larry C. Lyons
ColdFusion/Web Developer
Certified Advanced ColdFusion 5 Developer
EBStor.com
8870 Rixlew Lane, Suite 204
Manassas, Virginia 20109-3795
tel: (703) 393-7930
fax: (703) 393-2659
Web: http://www.ebstor.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--
-----Original Message-----
Date: Sat, 7 Sep 2002 13:19:51 -0400
From: "Angel Stewart" <[EMAIL PROTECTED]>
Subject: Creating forms
Message-ID: <001301c25692$c86680d0$6400a8c0@dell8200>
Do you guys know of any programs that would create a form from the
datbase that has like standard edit, insert, delete capabailities?
Something like codecharge, or this other great tool from adam churvis
and company....but just to make forms.
Not all the other fancy stuff.
I am spending WAY too much time designing what I think are simple
administration forms :)
-Gel
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists