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 (December 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 18 Dec 2004 12:43:47 -0500
Reply-To:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:   Re: Excel Sheet Inside AF Frame.

amir wrote: > Hi all, > How can i display excel sheet in af frame. If answere is using > OLE than how to show scroll bars in OLE control without double > clicking on OLE control. >

Show scroll bars at build time or run time ? Double clicking on an OLE activates its in place editor, e.g. The menus change to become those of the OLE object (excel in your case).

Are you asking how to activate an ole programmatically ? I would venture this guess:

_frame_._getWidget('OBJ1', xl); xl._compute('Activate', rc); put rc=;

-- Richard A. DeVenezia http://www.devenezia.com/


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