Hello,
in my BO Query I have two dates:
- Day less than
and
- Day greater than
Now I logon BO and change every months this two dates.
It is possible to change this dates with VBA?
Thanks for your help!
Ken
Hi,
I forgot:
oBOSession.Application.Interactive = False ' no questions
oBOSession.Application.Quit
and if you write: Call oBOSession.LoginAs("xxxxx", "xxxxx",0)'the 0 is new
you can write the name and the password.
Thank you!
Hi,
I found a solve for my problem:
Sub Test()
Dim oBOSession As busobj.Application
Set oBOSession = New busobj.Application
Call oBOSession.LoginAs("xxxxx", "xxxxx")
Call oBOSession.Documents.Open("c:\your report.rep")
Call...
Hello,
please I need your help.
I use a code from your Forum but I get a lot of error messages.
Dim BoApp As busobj.Application, BODoc As busobj.Document, BORep As busobj.Report
Dim i, rpt
Set BoApp = CreateObject("BusinessObjects.application")
With BoApp
.LoginAs "xxxxxx", "xxxxxx"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.