Skip to content

OnViewAccessDenied - cWebApp

Type: Event

Parameters

Parameter Type Description
ByRef details tOnViewAccessDenied -ConstantMeaning

Syntax

Procedure OnViewAccessDenied ByRef tOnViewAccessDenied details

Description

This event message is sent when access is denied to a view. It can occur when a user navigates to a view via programmatically or when a user enters the URL of a view.

Implement this message to customize the behavior where the default implementation shows the DFERR_WEBAPP_ACCESS_DENIED error.