HP3000-L Archives

November 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
David De Weerdt <[log in to unmask]>
Reply To:
David De Weerdt <[log in to unmask]>
Date:
Tue, 9 Nov 1999 19:42:49 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Friedrich,

A Winword macro won't work directly in any other application that supports a
kind of Basic scripting. Everywhere you want to do someting within word you
will have to refer to a variable (variant) you assign the OLE automation
object to (this is done with the createoleobject). Normally this would only
affect objects (syntax should be basicly the same what concerns if then else
clauses and loops). You can first try to put Application. in front of these
objects, they should keep on working fine. When transferring this to
Reflection basic you should replace the Application prefix with the variable
you assigned your OLE-automation object to.

Regards,

David
<[log in to unmask]> wrote
 Dear Listers
>
> following a discussion on DDE on this list I investigated in using OLE
> (start WINWORD97 from REFLECTION 6.5 and do something.... ;-)
>
> My problem is, that I cannot use macros as recorded in WINWORD to be
> executed in my Reflection Basic program. I also opened a call with WRQ,
but
> as this goes via the local reseller it might take some time until ......
>
> My question, has anybody experience in using WINWORD 97 and REFLECTION and
> how can macros be adapted to be used in WRQ BASIC??
>
> TIA,
> Friedrich
>

ATOM RSS1 RSS2