I think the 'view' thatbyounare talking about is a button on a line item in a referenced attribute.
Example
You have a companies BO and a contacts BO. The contacts are employees of the company, so you have a form showing the company details name address switchboard number etc and also a reference attribute to the contacts BO.
This referenced attribute you set up as a 'table of items' (as opposed to a drop down or a tree)
You can then specify which attributes of contacts you want to see in the line. In the reference window on the main companies form.
You then add some processes which appear as buttons at the end of each line. One of these processes can be 'View' and you also specify which form (of the contacts BO) younwant to use when the user presses the View button. the only difference between edit and view is that with view - your user cannot change anything.