> This would prevent the accidentally loading of a > second version of the form > (it happens) or report and then you end up with two > versions of the same > form with the same name but when you try to delete > one, it deletes both
Javier: In "modern" versions of R:Base, if you do wind up with a duplicate form, you can simply EDIT the sys_forms2 or sys_forms3 table and use F9 to delete the row. How about a unique key on the sys_form_name column, which would prevent duplicate forms from getting installed in a database? -- Larry
