Hi
I agree with @RW9 I would no longer develop SCL based applications.
Here is a brief guide on how to use OLE objects within your frame entry, provided you run SAS on windows.
Please note this guide was created in 2002.
How to use the OLE Insert Class
The sashelp.classes.insert_c class is basically a dot notation style object of the SAS Version 6 "OLE - Insert Object". You can still use the SAS Version 6 one if you want, but then you won't be able to do simple dot notation with it.
The following steps outline how one can use any OLE object within a frame using the sashelp.classes.insert_c class:
Open/Create a new Frame entry
Either add the resource sashelp.fsp.experimentalafcomponents.resource, or add the class sashelp.classes.insert_c to your components window
Drag the OLE Insert Object class to your frame
A pop-up window will open, choose the Create Control radio button and then select the OLE object you want
A new object will be created in the frame that will surface the methods and properties of this OLE object.
Unfortunately since Windows 2000 the "Microsoft Web Browser" is not available anymore. There have been some discussions on how one can add it, so it will appear on the list. The following steps worked for me:
Add OLE Insert Object to a frame
When the Insert Object dialog comes up
Select Create Control
Use Add Control button
Choose c:\winnt\system32\mshtml.dll .
A test on my system that I can not find the above mentioned module, there are plenty of other for Excel, RTF or PDF etc.
Maybe this will help you.
Bruno
... View more