Making an Oracle Apex report table element read-only -


greetings:

is there anyway make apex report table cell (or entire report itself) conditionally read-only in apex 3.2? don't see "read-only" box anywhere in options; tried searching everywhere.

thanks in advance!

since whole tabform made read-only particular users, can @ rendering time rather using javascript. however, need 2 copies of each column:

  1. column displayed authorised user, not readonly
  2. identical column displayed non-authorised user, element attributes set readonly=readonly

authorisation schemes can used control columns displayed user.

i hoping find way single column , dynamic value element attributes, couldn't work.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -