Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables or disables the complete access to a data source.
Syntax
private void setDSEnabledStatus(FormDataSource _formDataSource, boolean _enabledStatus)
Run On
Called
Parameters
- _formDataSource
Type: FormDataSource Class
The data source to control.
- _enabledStatus
Type: boolean
A Boolean value that indicates whether to enable complete access to the data source.
Remarks
The data sources on this form must respect the block editing parameter.