Hi!

I created a spreadsheet style grid with CFGRID
(my first time) and I don't seem to be able to edit
the information in the table.  What am I doing wrong?

<CFFORM method="POST" action="secteurs_submit.cfm">
<CFGRID 
 name="Secteurs" 
 query="Secteurs" 
 SELECTMODE="SINGLE"
 width="100%" 
 height="100%">
</cfgrid>
<br><input type="Submit" value="Envoie">
</cfform>

Thanks!

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to