Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show both Summary and Detail Business Object data
Message
From
19/11/2004 15:22:51
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00962958
Message ID:
00963062
Views:
8
HELP!!
I am trying to implement that which you describe.
"MM .NET data retrieval methods allow you to specify a different table name into which to store query results. This allows you to use a single business object to retrieve multiple views of data."

I cannot understand the error I am getting with this code line:
Me.dsParticipantCheckDetail = Me.oParticipantCheckDetail.GetProcessingCheckDetailSelectionListing(CInt(Me.cboProcessingBatchSelection.Value))

GetProcessingCheckDetailSelectionListing is getting and error as follows:
Class 'System.Data.DataSet' cannot be indexed because it has no default property.

This is declared as Private dsParticipantCheckDetail As DataSet

In the ParticipantCheckDetail BO the function is as follows:
   Public Function GetProcessingCheckDetailByBatchId(ByVal batchID As Integer) As DataSet
        Return Me.GetDataSet(("SELECT * FROM ProcessingCheckDetail WHERE BatchId  = " + batchID.ToString()), "ProcessingBatchCheckDetails")
   End Function
What am I missing?
THANKS
Joe Salvatore, Programmer/Analyst - The Stellar Group
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform