Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conflict between SF Reports and Autocad LT 2005
Message
From
06/01/2006 11:16:27
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01083762
Message ID:
01084100
Views:
16
Hi Dmitry.

>My application is still using old (no longer supported) SF Reports program. It works very well. But, one customer reports that when they go to the SF Reports feature of the application, they get a message "Installation of Autocad LT 2005 requires administrative privileges."

It's likely an ActiveX control conflict. SFReports uses the TreeView control to display reports, and I'm guessing there's a conflict with the control that AutoCad uses.

One thing to check is which version of the TreeView SFReports uses (I don't remember for sure). Open SFTreeView in SFActiveX.VCX and check the cOCXName property. If it doesn't contain MSCOMCTL.OCX, change the following properties to these values:

cOCXName: MSCOMCTL.OCX
cClassID: C74190B6-8589-11D1-B16A-00C0F0283628
cLicenseKey: ED4B87C4-9F76-11d1-8BF7-0000F8754DA1
cLicenseValue: knlggnmntgggrninthpgmnngrhqhnnjnslsh

That'll tell it to use the version 6 control rather than the version 5.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform