![]() Chapter Contents |
![]() Previous |
![]() Next |
SAS/AF Software: Class Dictionary |
Assume you want an entry called TENNIS.FRAME to execute when a push button, PBUTTON1, is selected. This requires the following steps:
tennis.frame
in the
Value
field.
PBUTTON1: call display(pbutton1); return;
Alternatively, you can accomplish the same thing by accessing the Command
Processing Window and assigning
afappl c=sasuser.test.tennis.frame
to the
Execute SAS commands on selection
field. In this case, the SCL code shown above is not needed. When
the push button is selected, the entry, SASUSER.TEST.TENNIS.FRAME, executes.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.