Top "Business-objects" questions

BusinessObjects is a business-intelligence suite from SAP.

c# combobox binding to list of objects

Is it possible to bind a ComboBox to a list of objects, but have the selectedvalue property point to the …

c# winforms data-binding combobox business-objects
Business-Objects vs Crystal Reports

Would someone please explain the difference? Are these the same product, and if not what are they each used for?

crystal-reports business-objects
show only in the first row in crystal reports details section

i have a crystal report and there is a field in details section which currently showing for each row. what's …

crystal-reports reporting business-objects
Web Intelligence report error. #MULTIVALUE error

I've run into an issue with the WEBI report I am making. Here is the code in question: =If([Group …

sap business-objects multivalue
Concatenate multiple rows data in single cell in a WEBI report

Need advice for a webi report in BO 4.1 Sorry about the alignment. I have a report as follow: The result …

business-objects webi
BindingSource Refresh

I have 2 classes i.e CustomerOrder and Customer class has a reference to a collection of orders. I use master …

c# .net winforms business-objects bindingsource
what's the difference between service layer and domain model layer

for example, I have a user table, to be layer-ing, I create such POJOs: UserEntity.java UserDao.java UserBO.java (…

java business-objects service-layer domain-model
Limit number of result or rows returned in BO using WebI

How do I to limit the number of results/rows returned from a query in WebI other than using custom …

sap business-objects infoview
What is a DTO and BO? What is the difference?

I know DTO is a data transfer object and a BO is a business object. But, what does it actually …

business-objects data-transfer-objects
DataMember property [ObjectName] cannot be found on the DataSource

I have a business object, which is a composite of child objects. I am using databinding in Visual Studio 2008 to …

visual-studio-2008 data-binding business-objects