Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NavigateData
Message
From
30/05/2007 00:13:10
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
NavigateData
Miscellaneous
Thread ID:
01229205
Message ID:
01229205
Views:
73
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
Next
Reply
Map
View

Click here to load this message in the networking platform