tags:

views:

170

answers:

1

I'm writing an MMC snap-in that grabs some data from a database and puts it into a form. I want to update the status line to say how many records were found. I have the ASyncStatus object, but calling Complete, like the example code does, results in nothing. I'm stumped.

I'm doing the call from a form, whereas the example code does it from a node. Is that what's up? MMC can be stupid sometimes, so I wouldn't be surprised.

A: 

Alright, I worked it out: doing it from the form causes problems. I restructured things so I send status bar updates from the node, and it all works nicely. Thanks for your, ahem, help, Stack Overflow.

Merus