Editable textarea for non admin user

(3 posts) (2 voices)

Tags:

No tags yet.

  1. phil1308, Blocked

    Hello everyone,
    I've inserted an editable textarea in my report (code below) :
    select 'dbr.editable', 'comment', 'sp_DBR_Comment', 'inId=idStat', 'type=textarea', "options={'rows':6,'cols':200}";

    It works fine when I'm logged as "admin", but no at all when I'm logged as "non admin" !
    Is it normal ?
    Is it possible for "non admin" user to modify specified parts of a report ?

    Thank you.

  2. myDBR Team, Key Master

    The editing rights (as any linked report execution rights) depends on if you have given user permission to the linked report. This allows for you to use same report to display information and offer editing capability to selected (or all) users.
    --
    myDBR Team

  3. phil1308, Blocked

    OK, it works !

    Thanks again.


Reply

You must log in to post.