From: <jbe...@le...> - 2001-10-19 12:09:56
|
> > 3. When database is open in read/write mode the tap in listviw mode on > > boolean field should change it value rather then open edit screen > > (I think it is how used to work in some previous version) > I must change several thing in the List View (check box, Note field...) Marc, I don't know whether your response indicated that you did or did not intend to implement this, but I like it the way that it is. A listview is just that: a *view*. It should always be read-only. Nobody expects that the strings in the listview are editable, so why should the checkboxes be editable? I think that editable listview items would only cause confusion and mistaken changes. -James Bernsen |