Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with CREATEOBJECTEX
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00316317
Message ID:
00390198
Views:
12
If you use the classid in the function you DONT need to be registered on the client workstation. If you use the ProgID you do need to be registered locally.



>Why does the exe need to be registered on the workstation as well? This means I have to have a copy of my exe on every desktop, along with mt GUI exe, and have it on the server?
>
>On the VFPCOM demo from Microsoft, I don't have foxserver.exe registered on my machine and the demo works OK.
>
>
>  ?
>
>
>>>I am trying to get a reindex procedure running. The exe is named reindex1. It is registered on the server and my workstation.
>>>
>>>I have a form on a workstation with this in the click event:
>>>Thisform.oreindexServer=CREATEOBJECTEX('reindex1.exe','\\Clubserver')
>>Steve... you want to do... Server.Class, Machine...
>>ThisForm.oReIndexServer = createobjextex('Reindex1.Indexer','ClubServer')
>>For this to work, ReIndex1 would have to be registered on the local machine and the ClubServer machine.
>>>When I look at the VFPCOM example the EXE that is run has details on the sever page of the project. I cannot seem to get this to function for me.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform