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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sequence in Register?

Status
Not open for further replies.

Triplex

Programmer
Oct 10, 2002
43
PH

I create report using Crystal 9. And preview this into my vfox application using crviewer. I tried to distribute this report into my end user. My first user viewed the report correctly but the other user can not view the report. theres no error occur. I registered the necessary DLL needed just like what I did with the first user. But the only diff. is. I created the folder manually with the first user and copy the file into that folder and register.
while the other user I created a batch file and run the batch file. Is there a sequence needed?

List is the DLL that I used.
1.craxddrt9.dll
2.craxdrt9.dll
3.crviewer9.dll
4.ufmanager.dll
5.querybuilder.dll
6.implode.dll
7.crqe.dll
8.crxf_xls.dll
9.crdb_odbc.dll
10.crdesignerctrl.dll

am I missing something?

Thanks
Triplex
 
On #2 machine did you go back and manually register the dll's?

Could be your batch file is not registering properly.

Also, if you do not have the Embeddable designer control in your application, you need not deploy the craxddrt.dll or the crdesignerctrl.dll

You are also deploying the Excel export driver but have left out the exportmodeller.dll and crtslv.dll which need to be registered.

You should have a look at the runtime.hlp file for what you need to include based on what you app is using (RDC, Exporting, Data Access)

Cheers,

SurfingGecko
Home of Crystal Ease
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top