Thanks Larry ----- Original Message ----- From: "Lawrence Lustig" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 10:32 AM Subject: [RBG7-L] - Re: Grant Access to Sys tables
> > It seems in 6.5 if I granted access to the table the user > > could use the form but I guess in 7 I need to grant access > > to the sys_forms tables .... > > > > What is the easiest way to do this? > > I've noticed this also, and I think it may have been mistakenly introduced in > version 7. You should report it as a possible issue to be dealt with. I don't > think you should need to grant special rights for users to be able to use forms > and reports. > > In the meantime: > > GRANT SELECT ON sys_forms3 TO PUBLIC > GRANT SELECT ON sys_reports3 TO PUBLIC > > -- > Larry > >
