Chapter Contents |
Previous |
Next |
Form Data Model: _writeEntry |
Syntax | |
Details |
Syntax |
CALL SEND (model-id, '_writeEntry'<, entry>); |
Argument | Type | Description |
---|---|---|
entry |
C | specifies the DATAFORM entry to which the model's information is written |
Details |
The _writeEntry method is called from the viewer's _prewrite method.
If no arguments are passed to the _writeEntry method, the model's information will be written to the entry specified by a previous call to the _setEntry method. If you would like to save to a different DATAFORM entry, pass this entry name as entry.
Call _writeEntry whenever you want to save the model's customizations.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.