BaseBallBatBoy
New Member
- Joined
- Sep 12, 2011
- Messages
- 24
Hi!
I'm new to VBA and also to BO in VBA. Now what I would like to do is get a list of all reports which are on a BO server instance (more precisely the path to the report and the report title itself). So, what do I need to do in order to achieve this if I have the following?
Dim BOobject As busobj.Application
Set BOobject = New busobj.Application
BOobject.Visible = False
BOobject.Interactive = False
' usr, pwd, cms, mode, ThreeTier, Offline are set elsewhere
BOobject.Logon(usr, pwd, cms, mode, ThreeTier, Offline)
' connection established, object ready for use
Also: Is there a handy website where I may look up all the methods of the BO specific objects?
Cheers
BBBB
I'm new to VBA and also to BO in VBA. Now what I would like to do is get a list of all reports which are on a BO server instance (more precisely the path to the report and the report title itself). So, what do I need to do in order to achieve this if I have the following?
Dim BOobject As busobj.Application
Set BOobject = New busobj.Application
BOobject.Visible = False
BOobject.Interactive = False
' usr, pwd, cms, mode, ThreeTier, Offline are set elsewhere
BOobject.Logon(usr, pwd, cms, mode, ThreeTier, Offline)
' connection established, object ready for use
Also: Is there a handy website where I may look up all the methods of the BO specific objects?
Cheers
BBBB