a) Create an object in Designer and the build a condition in the Query Panel which will prompt the user for a value, the assign it to the connection.
OR
b) Create a UserForm with the selection of Connections on offer. Call it from the BeforeRefreshEvent.
There is a Connection Object in BO and...
Just create an object as you would with other applications...
Sample code:
Sub Main()
Dim App As Busobj.Application
Set App = CreateObject("BusinessObjects.Application")
Call App.LoginAs("TheUserName", "ThePassWord", False, "BOMain")
App.Interactive =...
Tricky task when not using WebI.
In fact, you need to have WebI installed on a server, and when calling a BO report, you should launch ZABO (Zero Administration Business Objects, is like BO for client browser and is installed on the server only).
You can only look at BO reports in WebI/Infoview...
Ever thought of a licence key???
Each company gets their own unique licence key to initialise the Query Server. When working with it, I recommend to get documentation, otherwise you are wasting your time with lack of common knowledge... Contact your Account Manager. There is hardly a workaround.
Do you work on UNIX or NT?
When creating the BOMain key, you have to have the DSN ready. So somenone there must know how to deal with DSN. Further, you must create a System DSN, if you are copying the BOMain key over to other machines.
I would recommend to have Supervisor on the same machine as...
Hi,
Yes there is!
You can order/download a CD from Microsoft called "embedded Visual Tools 3.0", which consists of two elements:
=Visual Basic for CE (actually VBScript),
=C++ for CE .
Right now, there is a release 4.0. I haven't checked yet, what the new version is all about, but...
It seems that you have Infoview, but not WebIntelligence installed.
Infoview lets you read, refresh and share documents, but not edit and create.
WebIntelligence allows you to create and edit.
Hello, Here is how you do it:
1) Put "Application.Interactive = false" before the prompts and just right after each prompt, put Application.Variables("variablename").Value = "........" the value you need to pass onto. Make sure the Value is a String.
2) You can pass...
Guys,
You need to have access to the Developer Suite section in the www.techsupport.businessobjects.com website, as the asp/jsp samples are within there.
This section is restricted for users who have purchased a SDK licence and therefore, they have access to it and can download the latest...
Hi,
To show the data entered, you have to create the cell in your report first interactively (not through programming), and fill it with the Variable relating to your Input variable. E.g. Set the Formula for the cell to =<testvariable>.
Hi,
here is the info from the Error Message Guide:
===Cannot find the [name] universe. (DA0011)
Cause
You may get this message when refreshing a report or trying to edit data. This means that the report cannot find the universe in the file system or in the repository (if in enterprise mode)...
Yes, you should be able to do this with that command, but you have to activate the reference to the library yourself.
In your editor, go to TOOLS/References in VBA, or PROJECT/References in Visual Basic 6, and tick the box for BO 5.1.
What is the syntax you are using?? Try this:
Dim BOApp as...
Hello,
It is not clear if it is a message from MS or BO.
Please check on each machine if you are able to reference the library of the object you are using, e.g.if you are creating an object of Excel, but Excel is not referenced or not even installed on the machine.
In the unhandled exception...
You cannot call a specific macro from the command line, but you can set the initial macro in the OpenEvent and call the document from the command line:
MS-DOS:
"C:\Program Files\Business Objects\BusinessObjects 5.0\BUSOBJ.EXE" "C:\Program Files\Business Objects\BusinessObjects...
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.