Not sure but does format need to be Applet
----- Original Message ----- 
From: "Anthony Doherty" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Monday, October 29, 2007 11:44 AM
Subject: Inserting a record into CFGRID


> Im trying to insert a record into my employees table in coldfusion but i 
> have the update working fine and the delete is also working fine, however 
> i have added the tags insert and insertbutton but they wont display on my 
> grid.
>
> I have posted my grids code below if someone could help that would be 
> great
>
> Thanks
>
>
> <cfgrid format="html" name="employeeGrid" pagesize=11
> stripeRows=true stripeRowColor="brown"
> bind="cfc:employeeService.getData({cfgridpage},{cfgridpagesize},
> {cfgridsortcolumn},{cfgridsortdirection})"
>  selectmode="edit" insert="yes" insertbutton="add" delete="yes" 
> deletebutton="remove record"
> onchange="cfc:employeeService.editData({cfgridaction},{cfgridrow},{cfgridchanged})">
>
> <cfgridcolumn name="ID" display=true header="Employee ID"/>
> <cfgridcolumn name="FORENAME" display=true header="First Name"/>
> <cfgridcolumn name="SURNAME" display=true header="Last Name"/>
> <cfgridcolumn name="ROLE" display=true header="Role" select="yes" 
> values="Manager, Development, Engineer"/>
>
>
> </cfgrid>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to