Skip to content

pbNoUpdateIfHidden - cWebBaseDEO

Determines whether a hidden data entry object should update the data dictionary

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbNoUpdateIfHidden
Access Type Syntax
Read Access: Get pbNoUpdateIfHidden to BooleanVariable
Write Access: Set pbNoUpdateIfHidden to BooleanVariable/Value

Description

Determines whether a hidden data entry object (DEO) should update the DataDictionary.

This is a security measurement, preventing values from being changed using hidden data entry objects.

pbNoAccessibilityCheck is called for each server action and controls whether the framework looks at pbRender, pbVisible and pbEnabled of itself or its parents to determine if the control is accessible.

Set this property to False if you explicitly use a hidden data entry object to store a changed value. Note that pbNoFillIfHidden controls if values are read from the data dictionary.