Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying ActiveX on client side...
Message
From
04/08/1999 12:04:57
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00249043
Message ID:
00249799
Views:
19
>>>>>Is there a way to create an instance of a control on the client when the control resides on the server?
>>>>>
>>>>>Thanks for any help...
>>>>>Michael
>>>>
>>>>Yes, this is what DCOM does. The client machine has to know the location of the server's control. You configure this and additional security settings with DCOMCNFG.
>>>
>>>Does that mean I have to configure each client, or configure the server to tell each client where to look?
>>>
>>>Thanks...
>>>Michael
>>
>>You have to configure each client. There is probably a way to do this programmatically, but I don't know how. Ed?
>
>It's not too difficult; there's actually good documentation on a relatively simple approach using the Windows Scripting Host in the MSDN docs under the topic DCOM, registration element, which includes sample VBScript for registering both local and DCOM components using scripting. The MSDN documentation can be found on-line at msdn.microsoft.com, and I think is also available in the currently downloadable documentation on the WSH, as a part of the Script Component Tutorial.
>
>WSH makes life much easier... < g >

After reading some of Rick Strahl's white papers, I was under the impression, when using DCOM, you did not have to install the full version on the client machine. You can just register the typelibrary. Simply copy the .VBR file to the client machine and running CLIREG32. Since I am not that familiar with the process, I was wondering if what I have stated is accurate.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform