PDA

Click to See Complete Forum and Search --> : Missing: Crystal Reports 8.5 ActiveX Designer Run Time Library


azrina
Dec 10th, 2007, 02:46 AM
Hi all.
I have a source code in VB6. The database used is in Access and reporting tools in Crystal Report.

I open this source code using VB6 Enterprise and I got the missing file in references which is Crystal Reports 8.5 ActiveX Designer Run Time Library. There is no Crystal Report installed in my pc. What can I do so that I can skip this Crystal Report missing file ? I have commented all the var that I think is referring to the Crystal Report stuff. But still there is the missing references.

I also read from the other forum that if I havent included any missing references I will get error messages like "Cannot find project or library" error which is the problem I am having now. And that problem is referring to string manipulation statements which is Trim.
txtpass.SelLength = Len(Trim(txtpass.Text))
I think the above code should not have any problem as it only trim the input in text box.

So, what can I do to solve this problem without installing the Crystal Report?

RobDog888
Dec 10th, 2007, 02:57 AM
Yes, you need CR 8.5 installed on your system.