Date: Mon, 19 Jan 1998 09:01:10 +0100
Reply-To: Bertil Runstrvm <bertil.runstrom@MBOX300.SWIPNET.SE>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Bertil Runstrvm <bertil.runstrom@MBOX300.SWIPNET.SE>
Organization: Swedish Match Snuff Division
Subject: Re: _SET_DATASET_ method
Try to set a "null data set" before setting a new data set. The following
code works for a frame where one data table ('tab', no data set name) and
two push buttons ('Class' and 'Crime') are defined:
init:
return;
class:
call notify('tab','_set_dataset_',' ' );
call notify('tab','_set_dataset_','sasuser.class' );
return;
crime:
call notify('tab','_set_dataset_',' ' );
call notify('tab','_set_dataset_','sasuser.crime' );
return;
Best regards
Bertil Runstrvm
rturner@SCOTEQ.co.uk skrev i meddelandet
<885030340.586350599@dejanews.com>...
>I am using the Table Editor and the Data Set Data
>Model Class as a viewer and a
>model. I have been trying to use the _SET_DATASET_
>method. This method seems
>to work in the INIT section at run time but doesn`t
>work if it is run after,
>say a push button has been depressed. Are there
>methods I need to over ride
>for this to work? These kind of things are not
>documented by SAS, or are they?
>
>Robert
>
>-------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
>
|