We have a database from the days where subviews are not as functional as now. We used to store a view name in one view (instead of marking cell as subview) so that we can do getAs(name) and use it.
I do not want to change a lot of things, but when we try to delete the rows in the first view, the only thing we can do is to remove all elements of the second view but I cannot really delete it. view1 name <field1> <field2> <field3> name1 data... name2 data... __name1__ prop1 prop2 prop3 __name2__ prop1 prop2 prop3 When we delete name1 from the first view, I want to remove the whole view called __name1__. How can I do this.. Since everything is a view including database itself, in theory this should be possible. Murat _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
