| 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/
|