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?
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
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.