Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NavigateData
Message
De
30/05/2007 00:13:10
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
NavigateData
Divers
Thread ID:
01229205
Message ID:
01229205
Vues:
74
Hi!

Have a question. All mmBusinessForm level Methods like NewRow(), Delete(), Cancel() let you pass mmBusinessObject bizObj as a parameter why does the NavigateData() method not let you do the same? i.e. pass mmBusinessObject bizObj as a parameter.

This leads to another question How can I Navigate (First, Last, Next, Prior, Refresh, Update) on a non PrimaryBizObj. (without changing it)
this.NewRow() // Works on the PrimaryBizObj
this.NewRow(this.oCustomer) //Works on the passed BO

this.NavigateData(mmNavigate.First, true) // Works on the PrimaryBizObj
this.NavigateData(mmNavigate.First, true, this.oCustomer) // Need something like that
this.oCustomer.NavigateData(mmNavigate.First, true) // Or something like that
Sarosh
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform