![]() Chapter Contents |
![]() Previous |
![]() Next |
| Organizational Chart: _setImage |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (orgchart-name, '_setImage', nodetype, image); |
| Argument | Type | Description |
|---|---|---|
| nodetype |
N | specifies the index of the node type that uses the image |
| image |
C | specifies a text string identifying the location of the default image. |
| Example |
This statement sets all nodes of type 2 to use the FILENAME image stored in the default image catalog:
call notify('org1','_set_image_',
3,'filename');
This statement sets all nodes of type 3 to use the left and right arrow image from the SASHELP.FSP catalog:
call notify('org1','_set_image_',3,
'sashelp.fsp.lrshift.image');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.