Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select Expert Button Not Displaying

Status
Not open for further replies.

jolamb42

Programmer
Aug 23, 2001
26
0
0
US
Hello,

I am using the CRViewer in VB6 against SQL Server. (Crystal Reports 8.5) The CRViewer has a Select Expert button which displays fine on the development boxes.

The problem: When installed on client machines, the Select Expert button does not appear! I even have code in Form_Activate: CRViewer1.EnableSelectExpertButton = True

Is anyone familiar with why this may not be displaying??

Thanks in advance!

Jolynn

 
I am also having the same problem, any ideas anyone?
 
Rob2k2,

If I remember correctly (it has been a long time!), I was missing a component in my Install Shield project. I added cselexpt.ocx to my install package and once I deployed to other machines, my select expert button appeared correctly.

Good luck!

Jolynn
 
Just found that out on crystals knowledgebase as well, was just about to post the same thing. It was the cselexpt.ocx file, it hadnt been included with the distro package and consequently not registered.

Thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top