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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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