At 04:23 AM 2/10/2008, John Docherty wrote:
I have a DBLookupListBox which has worked previously without problems, however I now get an unnumbered error message stating "Field de5 cannot be modified" when I click on an item in the list. de5 is the data field (column), from a view, specified in the listbox property.
John, Have you changed the definition of the "de5" column? Is it a "Computed" column? If the "de5" is a computed column, you cannot update/modify the computed column. Forcing to update the computed column using DB Edit control in a form will result in that -ERROR- message. FYI, computed column(s) are updated automatically. Very Best R:egards, Razzak.

