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 ....
try to go to the reporting section of this forums. there are a lot of threads there about this
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved" option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
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.
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
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).
Last edited by pnish; Mar 29th, 2006 at 01:38 AM.
Reason: Forgot the attachment.... doh
Pete
No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.
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...
WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...
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.
Pete
No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.
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
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
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
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.
Re: how to make setup with crytsal report in VB 6 ..?
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.
Re: how to make setup with crytsal report in VB 6 ..?
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