Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Peters post is good information. The BO has logic to add security to prevent adds, edits, and deletes based on permissions...however, in this case you are just wanting to use the BO to display information. So what ever controls to which you are binding can just be set to read-only to prevent user interaction. If you REALLY want to, you can change the properties to ReadOnly, but this would be overkill since you are in control of the UI.
|