LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page