Date: Thu, 21 Aug 2008 11:58:18 -0400
Reply-To: Paul Walker <walker.627@OSU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Paul Walker <walker.627@OSU.EDU>
Subject: SAS/AF: Event Handler to React to Select a Table Viewer
Hi,
I have a table viewer and I want to write a method that reacts to clicking
on the table viewer. There is no "click" event defined for the table
viewer class. I tried over-riding the "select" method but did not get any
result when I clicked on the table viewer.
The "usual" way to do this is have a labeled code section in your frame
SCl for the table viewer and that would react to user selection of the
table viewer. However, I am unable or unwilling to use a labeled code
section in the frame SCL and need to find a way to do this with method
over-rides and/or event handlers.
Any ideas??
Thanks,
- Paul
|