Is there a way to get BCA to autmatically run a VB script

ime it processes a scheduled document?

Is there a way to get BCA to automatically run a VB script every time it processes a scheduled document, i.e. in a similar way to that which can be done on Document Agent Server by placing an SBL script named “busobj.sbl” in the DAS machine’s “BusinessObjects/Scripts” directory?


Listserv Archives (BOB member since 2002-06-25)

ry t ime it processes a scheduled document? MIME-Version: 1.0

Yes,

Create your script with an empty document. Put the logic into the Application.DocumentOpen or Application.DocumentActivate event handler. Save it as an add-in (.rea). Make the Add-In a general Add-In so that it gets loaded by BCA when it starts a BUSOBJ.EXE.

Is there a way to get BCA to automatically run a VB script every
time it
processes a scheduled document


Listserv Archives (BOB member since 2002-06-25)

ry t ime it processes a scheduled document? MIME-Version: 1.0

Brent,

check out chapter 2 (Using VBA with the BusinessObjects Reporter) of the developer’s guide:
save as .rea file and register the file where the add-in is used.

kind regards,
Geert Janssens.

From: Douglas, Brent [SMTP:bd150002@EXCHANGE.DAYTONOH.NCR.COM]

How do you save a files as a General Add-in?


Listserv Archives (BOB member since 2002-06-25)