Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmMoverControl question
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00873013
Message ID:
00873246
Views:
17
>>I have overridden the RefreshLists event as described in the Dev guide but that code does not run. I tried calling CallStateChange(mmBusinessState.Bind) in the parent business object but that does not work. Is there any way I can call the RefreshLists method directly?

>Try calling CallStateChange() method on the parent business object (the object that controls the DataGrid). For example:


>oBizObj.CallStateChange(mmBusinessState.Retrieved()

I tried calling the parent bizobj's CallStateChange(mmBusinessState.Bind) is that not the right parameter? I set a breakpoint in the code that handles the RefreshLists event in my form and the program never gets there.

Thanks,
Alan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform