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

Problems with distributing ( Visual FoxPro 6 + Crystal

Status
Not open for further replies.

falcons1

Programmer
Oct 20, 2003
12
BY
I have exe-file created in Visual FoxPro 6.0
I use ActiveX( CRYSTL32.OCX) for previewing and printing in it. (Crystal Reports 8.5)

My database is placed in local net (g:\ss\bbb.dbf)
In Crystal Reports I join the database like "Database Files"

Everything is working good on a compurer where Crystal Report is set up

But when i distributed them on other computer i get
a error 20533 - Something is wrong with the database

I copied all files describeed in the runtime.help in
windows\sistem:

Mfcans32.dll,
olepro32.dll,
crpe32.dll,
crpaig80.dll,
implode.dll,
mfc42.dll,
msvcirt.dll,
msvcp60.dll

and p2bxbse.dll in windows\crystal and windows\system

i registered Crystl32.ocx

Maybe I need copy anything else ?
or maybe i need to join the database another way
(ODBC for example) ?

Help me, please



 
Try switching to a \\machine\drive\folder pathing.

This causes problems when pointing to Access databases directly using VB, or as you stated, set up an ODBC connection.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top