Click to See Complete Forum and Search --> : how to make setup with crytsal report in VB 6 ..?
subs
Mar 29th, 2006, 12:15 AM
hello
i have made a application in VB6 . i need some very long reports in this in landscape style ..
so i use crytsal reports .. but at the time of making it Setup, crytal is not working fine...
how can i embedd crytsall in my setup.exe....???
i use setup factory + package & depolyment wizard & install shield...
but when i make setup from setup fatory it not working on other pc which doesn't have crytal report installed on it ,...
please tell me how can i use crystalll report at the time of making setup & for that condition if someone doesn't have crystal report installled ..
please help me .... :cry:
ankur bhatnagar
thanks
d3gerald
Mar 29th, 2006, 12:17 AM
try to go to the reporting section of this forums. there are a lot of threads there about this
ganeshmoorthy
Mar 29th, 2006, 12:25 AM
just try package and deployment wizard which will add your crystall reports dll files automatically into your setup. But crystall report control should be used in your project then only it will be added. Then you can install in any machine which doesnt have crystall also.
pnish
Mar 29th, 2006, 12:37 AM
Here's a help file which lists the runtime files you need to distribute with your application. This is for Crystal v9 but should be similar for other versions (particularly earlier versions).
lerroux
Mar 29th, 2006, 12:39 AM
actually you can't use crystal report if it isn't installed on the system... i tried it more than once... what i did... i created my custom installer that searches the registry if it already is installed... if not, i run the crystal report installer... then my app installer...
sorry could'nt post the code here... seems to be missing as of the moment... :)
pnish
Mar 29th, 2006, 12:42 AM
actually you can't use crystal report if it isn't installed on the system...That's not quite true. You can't use Crystal Reports from a VB app if the appropriate Crystal runtimes are not installed on the PC, but Crystal Reports itself doesn't need to be installed for it to work.
ganeshmoorthy
Mar 29th, 2006, 12:46 AM
lerroux : you can run your vb apps with crystal reports even if the machine doesnt have crystall software installed in it. Only thing you have use the control in your app and include the runtime dlls required for crystall in your install application
subs
Mar 29th, 2006, 01:12 AM
thank you all ..
but still my purpose is still not get solved ..
you are right that it is not neccessary to have crystal report installed on pc where we are running application using crytsal report..
juts like you not need to install visual basic to run your application on other pc. but sometimes it require Runtime files
but from where i can found the run times files for crytsal report
as i make my application on XP (with service pack 2 ) & running my application on XP only
******* -->>
please tell me from which insatller i should make my setup for my application as my application is only using crystal report for only making reports
**** **
please help me ..
thanks
ankur bhatnagar
pnish
Mar 29th, 2006, 01:17 AM
What version of Crystal are you using?
subs
Mar 29th, 2006, 01:39 AM
i am using crytsal reprt 7.0
.. can i have to change the version ..???
can i make run apllication with this version ..>???
pnish
Mar 29th, 2006, 01:50 AM
Yes you can make it work with v7. Have you looked at the runtime help file? Find the list of runtime files you need to distribute and add them to your install package.
Search the Crystal KB
http://support.businessobjects.com/search/default.asp?ref=default.asp_shortcuts
subs
Mar 29th, 2006, 02:13 AM
hello,
can u tell me how can i embeed crysta report in my vb project.. ??
ganeshmoorthy
Mar 29th, 2006, 02:28 AM
Project -> Components -> Click on Crystal Reports (x.x)
ganeshmoorthy
Mar 29th, 2006, 02:33 AM
you have to have crystal runtime in the machine where your app runs, this can be done using the package and deployment wizard.
in the project menu click on components and select crystal reports and click ok.
could not understand
i hope already in your previous thread, all these questions are answered.
Hack
Mar 29th, 2006, 06:38 AM
Duplicate Threads merged and moved to application deployement
DanInManchester
Mar 29th, 2006, 11:41 AM
You need to download the merge modules from the crystal reports website and include them in your setup package.
I've only ever done this with visual studio installer but it worked fine. I don't think you will have the same success with package and deplyment wizard and I moved away from this years ago due to cross platform issues.
subs
Mar 31st, 2006, 04:33 AM
hello
from where can i download the merge modules for the crystal reports 7.0 .. i dont fine on eon websits .. can you any one please tell me the URL ...
thanks
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.