Parameter | Description |
---|---|
hoView | Handle of the web view object |
sViewName | View name |
True if access is allowed to the referenced view, else False.
Function AllowViewAccess Handle hoView String sViewName Returns Boolean
Call: | Get AllowViewAccess hoView sViewName to BooleanVariable |
Called for each view in the AJAX request header's DataDictionary Object (DDO) structures. Triggers an AllowAccess call to the view.
Use this to allow or restrict access to the referenced view and to manage access rights to each view in your application.