May 7, 2002 #1 jerstep Technical User Mar 22, 2002 18 AT How do I set the addNewMode property for a datagrid ?
May 8, 2002 #2 CCLINT Programmer Feb 22, 2002 3,802 DE You need to set the underlying recordset to AddNew. If the grid is bound to a DataControl called Data1 then: Data1.Recordset.AddNew Then the grids AddNewMode will reflect 1 or 2 Upvote 0 Downvote
You need to set the underlying recordset to AddNew. If the grid is bound to a DataControl called Data1 then: Data1.Recordset.AddNew Then the grids AddNewMode will reflect 1 or 2