Hi,

I am trying to do the following.

When user clicks on a button at the client end, its sends a notification to the server which then performs a task, be it either send specific information back to the client or running an external routine.

I have read many messages on the forums and the method I think that is most appropriate is sendMessage, as I'm not concerned about receiving a direct reply, I just want to tell the server something.

However. I can't work out how to implement it.

What I have done so far is.

Recreate the stocklistdemo example (in c#) using the supplied demo files and this compiles and runs. I can alter some of the stock names and these changes come through, so I know its using my versions of the .dlls

I have recreated all three components (data adapter, meta adatper and launching executable).

I have placed a notifyusermessage routine in my metadapter, and a sendmessage command in my web client. But I don't think its working

Is there any specific examples (.net) of this in action?


Any help would be greatly appreciated.

Michael