Leenaa
25th February 2003, 08:07
hi all,

i have a session with 10 reports,i want to give acess somebody for one report only of that session,is anything possible like that?

Plz help me out

Paul P
25th February 2003, 08:59
Dear Leena,

You could try and make new session code that is connected to the same program script, same main table, same forms, but only connected to the one particular report you would like to give access to. Then for the person in question, give the permission to access this new session code instead of the original one

Rgds,
Paul

Leenaa
25th February 2003, 09:09
thanks paul !

yeah i knew this,i was just trying to confirm is that possible or not !

maxime
25th February 2003, 22:16
Another way is to add logic in the Program script. But the downside to it is that you will have to keep modifying the program scritp if you want to keep on adding users.

Maxime.

mgakhar
25th February 2003, 22:33
Well if u are willing to modify the existing report, then you might as well create a new table+session where in u enter the login of users who should have access to this report. And in the report you just allow access to those users present in this table.

But the best way would be to copy the existing report to a new report session and then give access to selected users to this new report.

Manish.