Chapter Contents

Previous

Next
Form Data Model: _getUpdateStatus

Form Data Model: _getUpdateStatus



Returns whether updates are allowed


Syntax
Details

Syntax

CALL SEND (model-id, '_getUpdateStatus', status);

Argument Type Description
status
N returns the update status of the model:


0 update is allowed (the default)


1 update is not allowed


Details

If _getUpdateStatus returns a value of 1, then the following methods are not called:

For example, if you attempt an update while in the _setDatasetmethod, the Data Set Data Model subclass returns a value of 1.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.