I do want to remove it from all tables that have the RecordBy column. Do I need to unload structure from each table. Unload data
Modify the structure file Reload structure and data. Is there another way? From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, February 22, 2011 12:06 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Removing Compute from a column You cannot remove the compute from just one table if the column is also in other tables. If you want to remove the compute from ALL the tables, let us know and we'll give you code that will allow you to do so. Karen I have a column that is computed but was wanting to turn the Compute option off. When I try to do that I get these errors: -ERROR- As column RecordBy is used in another table, its type cannot be redefined. (2942) -ERROR- Unable to create/modify table. (2832) How can I turn the compute off? =

