Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RDS.DATASPACE
Message
From
13/04/1999 22:26:15
 
 
To
13/04/1999 02:41:59
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00207710
Message ID:
00208066
Views:
23
You have to register your VFP DLL on the server as a safe business object to allow the RDS.DataSpace object use it over http. Suppose your VFP COM DLL had a ProgID of MyProj.MyClass, then you would create a file called MyProj.reg and add the following:

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch\MyProj.MyClass]


Then register this by clicking on this file in Windows File Explorer or in a DOS window executing START MyProj.reg

For a complete sample application that uses IE4/5 on the client with a VFP DLL on the server using the RDS.DataSpace object, download the ATSWeb sample (with source code) from http://msdn.microsoft.com/vfoxpro/downloads/ats_download.asp
Previous
Reply
Map
View

Click here to load this message in the networking platform