> Certain RBG7 SYS tables such as SYS_FORMS3, SYS_LABELS3, SYS_LAYOUTS3, > SYS_MERGE and SYS_REPORTS3 are like other tables with the options to > SELECT, INSERT, UPDATE and DELETE.
Historically, I think you did not have to GRANT SELECT on the various system tables in order for users to be able to run forms, reports, and labels. Of course, they could not mess with the forms, reports and labels (edit or delete them). It's not problem to execute a simple GRANT SELECT ON SYS_FORMS3 TO PUBLIC whenever you open database in 7.x, but it is a change from previous versions, and perhaps could be documented in the What's New In R:Base 7.x or something. -- Larry
