Dim t As Table = e.form.controls("table1").TableDim nr As Row = t.AddNew()t.Select(nr.index, 0)t.StartEditing