Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show both Summary and Detail Business Object data
Message
De
19/11/2004 16:01:24
 
 
À
19/11/2004 15:29:21
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00962958
Message ID:
00963067
Vues:
8
Still stuck trying to implement using GetDataSet(SQL Command, TableName).
I presently have this setup in my BO as follows:
Public Function GetProcessingCheckDetailByBatchId(ByVal batchID As Integer) As DataSet
        Return Me.GetDataSet(("SELECT * FROM ParticipantCheckDetail WHERE BatchId  = " + batchID.ToString()), "ProcessingBatchCheckDetails")
    End Function
In my form, I am hydrating the dataset as follows:
   Me.dsParticipantCheckDetail = Me.oParticipantCheckDetail.GetProcessingCheckDetailByBatchId(CInt(Me.cboProcessingBatchSelection.Value))
Is there any other code I need to make this work?
Perhaps, should I identify ProcessingBatchCheckDetails as a Table? If so how?
How should I configure the mmInfragisticsDataGrid's BindingValueSource to use the specified Table of the BO?

THANKS FOR ANY IDEAS!
THANKS
Joe Salvatore, Programmer/Analyst - The Stellar Group
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform