Chapter Contents

Previous

Next
Form Data Model: _readEntryIntoList

Form Data Model: _readEntryIntoList



Returns the model's information


Syntax
Details

Syntax

CALL SEND (model-id, '_readEntryIntoList', list<update>);

Argument Type Description
list
N specifies the identifier of an SCL list to contain the current model's information.
update
C specifies whether to request the latest information from the viewer and model before making the list. The values are Y or N. The default is N.


Details

The _readEntryIntoLIST method saves the model's state. The model can later be updated from the information returned by the _readEntryIntoList method by calling the _writeEntryFromList method.

The _readEntryIntoList method fills in a list with named items corresponding to the current model information. Note that the _readEntryIntoList method fills in the list from the model's current information, which is not necessarily the information from the model's DATAFORM entry, because customizations may have been performed on the model since _writeEntry was called.


Chapter Contents

Previous

Next

Top of Page

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