I can create simple program to connect to BO using another application using ole automation such as: var bob = createObject(\'BusinessObjects.Application\');
I have a entity A and a entity B. B Inherits from A and is a superset of A. I have a method on the .ascx that currently loads control properties and binds the data from the A entity. I would like to e
Issue: When Business Objects Infoview is accessed via IE8, the Images are not displayed within the Reports (red-X appears in its place). This issue is occurring when the Business Objects is accessed
I have a data开发者_如何学JAVA access class that loads reference data. Each type of entity will execute it\'s own stored procedure and return a result set specific for that entity type. Then I have a
What is the best way of exporting an business objects webi document to excel without going to infoview and scheduling the web i docum开发者_StackOverflow中文版entYes... There is a way.
I\'m charged with the support of a C# Winforms app which uses BusinessObjects (containing no logic, just properties) and a BusinessLayer with classes (\'Helpers\') that manipulate those entities.
i want to pass multiple parameters like year,month,week etc to a webi report in repository.. 开发者_如何学编程how can i achieve this..
Is there a name for the pattern in which business objects contain their own persistence mechanis开发者_如何学Pythonm?For example:
Is it possible t开发者_Python百科o add an instance name to the history of Business Objects? I want to see the following columns: Time, Instance Name, Run by, Parameters, Format, Status, Reschedule, S
I am willing to integrate the entity framework as my data layer. I followed articles and generated poco entities using this tutorial: http://blogs.msdn.com/b/adonet/archive/2010/01/25/walkthrough-poc