Chapter Contents

Previous

Next
Data Set Model: _execCmd

Data Set Model: _execCmd



Processes a command


Syntax
Details

Syntax

CALL SEND (object-id, '_execCmd');


Details

Use the _execCmd method when you want the model to process commands. Note that the command is not passed as an argument. Rather, it processes commands that are sent to the object. Commands are processed in the following order:

  1. If the command was issued while in a data form object or data table object, the viewer tries to process the command.

  2. If the viewer does not recognize the command, the command is sent to the data set data model object.

  3. If the data set data model object does not recognize the command, the command is sent to the data set model object.

  4. If the data set model object does not recognize the command, the command is returned to the frame.

For an example of using the _execCmd method, see the _execCmd method in the Data Set Data Model class.


Chapter Contents

Previous

Next

Top of Page

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