Suport for COM object Automation in MS Windows

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
dcipher
Posts: 4
Joined: Tue Aug 25, 2009 4:35 pm

Suport for COM object Automation in MS Windows

Post by dcipher » Wed Aug 26, 2009 2:45 pm

Hi

It would be helpful if runRev could create Word or Excel objects so that runRev could use the methods and properties of these object to manipulate the documents. Something like loWrd = CreateObject("Word.Application").

Simon

dcipher
Posts: 4
Joined: Tue Aug 25, 2009 4:35 pm

Post by dcipher » Wed Aug 26, 2009 2:53 pm

I should have read a little further in this forum because I see others have requested this item. So I have just added my vote to their existing request.

Simon

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: Suport for COM object Automation in MS Windows

Post by mwieder » Mon Nov 23, 2009 6:42 pm

Well, you *can* write short VBScript snippets of code and execute them directly from rev using the "do as VBScript" command...

Post Reply