This topic is locked

adding fields to list page

5/1/2008 4:11:50 AM
PHPRunner General questions
F
futo author

hello,

  1. question
    how can i add one or two fields on _list.php (list page) in visual editor (phprunner 4.2 build 368)
  2. if its posible, how to make them reed only for all users, but only admin can cheng text into them.
  3. those fields must show up in _print.php (print page)
    thanks

J
Jane 5/5/2008

Hi,
you can check off required fields on the Choose fields tab or add these fields directly on the Visual Editor tab using Insert field... option.
Regarding the second question.

Unfortunately there is no easy way to restrict user access on the field level.

You can create custom view on the Datasource tables tab for users only and set up fields as readonly on this view.