AllowViewAccess - cWebSessionManager

Triggers an AllowAccess call to the view

Type: Function

Return Data Type: Boolean

Parameters: Handle hoView String sViewName

ParameterDescription
hoViewHandle of the web view object
sViewNameView name


Return Value

True if access is allowed to the referenced view, else False.


Syntax
Function AllowViewAccess Handle hoView String sViewName Returns Boolean

Call: Get AllowViewAccess hoView sViewName to BooleanVariable


Description

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.