Date: Sun, 24 Sep 2000 21:06:34 +1000
Reply-To: sawadee thuk khon <trigabyte@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: sawadee thuk khon <trigabyte@HOTMAIL.COM>
Subject: Re: AF beginners query
Thank you Richard - just the sort of info that I was really after. Your
explanation of the links and how to use them was most valuable.
Doug
"Richard DeVenezia" <radevenz@ix.netcom.com> wrote in message
news:8qicp0$ru3$1@slb7.atl.mindspring.net...
> Doug,
>
> Take a look at my 'no code' AF example that demonstrates how to hook up
> components in model / viewer relationships. Typically, in a model /
viewer
> relationship, a non-visual model object delivers data via an interface to
a
> viewer object that renders the data visually.
>
> http://pweb.netcom.com/~radevenz/downloads/sas/example/model-viewer
>
> The visual/non-visual aspects are not 'required' per se, there simply has
> to be agreement between two objects on how to deliver and receive data via
> an interface
>
> --
> Richard DeVenezia
> SAS Macros and AF Tools - http://pweb.netcom.com/~radevenz
>
> "dougie" <trigabyte@hotmail.com> wrote in message
> news:39cca66f$0$24865$7f31c96c@news01.syd.optusnet.com.au...
> > I am attempting to self-learn AF and although I have several SUGI papers
> and
> > emails from SAS-L gurus to work through, I am getting nowhere fast.
> >
> > I am used to VB (version 6) where actions are associated with events
such
> as
> > onClick or onExit. In SAS AF I am attempting to build a really basic
test
> > application to provide a combo box of libnames and then depending on the
> lib
> > chosen, to allow the user to view the name of the datasets contained in
> that
> > lib in a second combo box.
> >
> > I think that this should be achieved by placing a model (such as library
> > list model) in the combo box - and then in some way associating the
> selected
> > item from the combo box with the data set list model contained in the
> second
> > combo box. But how does this association come about - I am having
> > difficulty in working out how to get the objects to communicate with
each
> > other. Do i need SCL to achieve this ?
> >
> > Any help appreciated.
> >
> > Doug
> >
> >
>
>
|