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 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 9 Aug 2000 09:46:23 GMT
Reply-To:     autretx@MY-DEJA.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         autretx@MY-DEJA.COM
Organization: Deja.com - Before you buy.
Subject:      Re: Creating an external process

What s the aim ?

There s a 6.12 class, which provides access and control to OLE applications:

/*- HOST AUTOMATION OBJECT CLASS -*/ hostcl = loadclass ('sashelp.fsp.hauto'); call send (hostcl, '_NEW_', WordObj, 0, 'Word.Basic'); call send(hostcl, '_NEW_', excelobj, 0, Excel.Sheet.8');

for creating a process use the CreateProcess API look in this forum there s an example.

In article <8modoh$mr6$1@news.inet.tele.dk>, "Michael Bisfelt" <mhb78@post6.tele.dk> wrote: > Hi. > > I need to create a external process from my SAS/AF v6.12 application. How is > this done? > > So far i'v only managed to open applications, but I cant figure how to > handle a process! > > If there is some additional reading on the subject and some of you now about > it. -Please let me know. > > ThanX > > Michael > >

Sent via Deja.com http://www.deja.com/ Before you buy.


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