Chapter Contents

Previous

Next
Form Editor: _attach

Form Editor: _attach



Associates the specified data model with the form editor


Syntax
Details
See Also

Syntax

CALL SEND (form-id, '_attach', model-id);


Details

The _attach method associates the specified data object to the form editor. The data object is referred to as the model and is used as the data source for the form editor. The data model that is attached must be a subclass of the Form Data Model class (for example the Data Set Data Model class), which is the abstract class that defines the communication protocol between the Form Editor class and its attached model.

Because only one model can be attached to the viewer at a time, calling _attach on the viewer will detach any previously attached model.

See Also

_detach.


Chapter Contents

Previous

Next

Top of Page

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