(Create COM+)(Use MTS) Show form on client
I am beginer...and question may be sily...8~/
I have COM+ Component with Form and method which use to show this form.
When i am call method, form show on server....
(I am create MSI Packet in mode Application Proxy)
Do i can show form on Client and if yes, what can i do it?
Re: (Create COM+)(Use MTS) Show form on client
"Roman Starikov" <starikov@udav.dn.pib.com.ua> wrote:
>I am beginer...and question may be sily...8~/
>
>I have COM+ Component with Form and method which use to show this form.
>
>When i am call method, form show on server....
>
>(I am create MSI Packet in mode Application Proxy)
>
>Do i can show form on Client and if yes, what can i do it?
>
>
>
>
Re: (Create COM+)(Use MTS) Show form on client
"Roman Starikov" <starikov@udav.dn.pib.com.ua> wrote:
>I am beginer...and question may be sily...8~/
>
>I have COM+ Component with Form and method which use to show this form.
>
>When i am call method, form show on server....
>
>(I am create MSI Packet in mode Application Proxy)
>
>Do i can show form on Client and if yes, what can i do it?
>
>
>
>You can't put forms within your COM compnent in server that will be used
by client on another machine. Your COM compnent it's logicaly designed with
no visual elements but with buisness logic. So your client have to support
and receive graphical elements.