I for one would like to see you dispense with the computed on computed arrangement, even if it is for the sake of clarity. I think you said that is different from when you Weren't having any trouble with an earlier version.
I honestly can't think of the last time I used a computed column. I am sure I may use one yet, but It just hasn't happened. I tend to think in terms that data is data and any thing after that is manipulation or presentation, with either scenario pretty much able to be done on the fly at runtime. ----- Original Message ----- From: "John Docherty" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[email protected]> Sent: Monday, February 11, 2008 12:54 AM Subject: [RBASE-L] - Re: DB LookupListBox Error Razzak, Thanks for your replies. I will do as you have suggested and will let you know what I find. To answer your easy questions though, the column in question is a computed column, (on a computed column - perhaps not the most elegant solution) and I could change it using Data Designer to match the definition in another table, but the form isn't trying to change it at all it just links the two tables. (I had sent the sample earlier though so I hope I am not wasting anyone's time - the fact that this worked earlier with 7.5 and doesn't now just suggests that something has changed, or maybe that what I could 'get away with' in earlier versions is not possible now.) Thank you. Regards, John Docherty -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Monday, 11 February 2008 5:53 p.m. To: RBASE-L Mailing List Subject: [RBASE-L] - Re: DB LookupListBox Error 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.

