_arr.SetTable(MY_TABLE).AppendingAuto(); _arr.AddColumn(ID, t_("ID") ); _arr.AddColumn(DESC, t_("Descr")).Edit(_desc); _arr.AddColumn(COST, t_("Cost") ).Edit(_cost); _arr.Appending().Removing(); _arr.SetOrderBy(ID); _arr.Query();
Report message to a moderator