Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports Automation Server
Message
From
12/01/1999 15:21:38
 
 
To
11/01/1999 10:59:00
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00174662
Message ID:
00175209
Views:
47
>I have developed an application in VFP 6 that uses Crystal Reports Automation Server. Now I am ready to distribute. The file CPEAUT32.DLL must be registered on target machines. How do I do this?

Hello Dan!
You can do this programatically with every ocx:

DECLARE integer DllRegisterServer in (lcFullPathOfOCX) as DllRegServer
IF DllRegServer()#0
&& error
ELSE
&& success
ENDIF
Clear dlls



BB
Previous
Reply
Map
View

Click here to load this message in the networking platform