Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




What File To Include For Crystal Report 8 When Package The Application Setup?


I have include crystal.ocx when package the vb6 setup, but the crystal report is not working in client place?
what file else should i include?

Help!!!

thanks

wee




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Include SetUp File While Creatinga Package
Hi All,
How to include another setup file while creating package in VB 6.0?
Regards,
Kalpana.

VB6.0 With Crystal Report 8.5 Package Setup For Crsytal Report Engine (Crystl32.ocx)
Setup Crystal Report Problem When I click Crstal Report Engine at Control Component (Crystl32.ocx) and I make Exe of VB 6 with SP4 , then I use Package & develop tool to make setup list I will facing a problem of Error 28 Out of Stack Space .

Include ODBC In Setup Package
Hello!
I've createt a ODBC system DSN. How can I include that in my setup package with the Package and Deployment wizard in V.B. 6.0?

Torsten

Can I Include Couple Of Folders To Package Or Setup.exe
I have an application that opens and loads some (.txt) and (.wav) files that are saved in different folders within the application path.
Is there any way to include such folders to the package or setup.exe, because I intend to distribute the application to other machines?

Urgent: Do I Always Need To Include MDAC_typ With My Setup Package?
Maybe this is a weird question,

but are there any general rules for deciding if it is necessary to include DAO-objects with the setup package?

I made a nice DB-application using Access (and Data access objects 2.5 ==> ADO). Since I wanne make the distribution file as small as possible (of course), i wanna avoid including 'not needed' files.

So, do i need to inlude de mdac-type for every target-OS, or are there differences among:

* WIN98
* WIN98SE
* WINME
* WIN2000
* WINXP

?

In other words, which OS already have the DAO-dlls already installed by default?


Thnx alot.....!!!!

His Royal Dudenss

How To Detect The Requirements Files Of My Application For Include To INNO SETUP Prog
How to detect the requirements files of my application for include to INNO SETUP program?
Thanks

What Not To Include In A Setup File
Does anyone know of a good list of problem dll's, ocx's etc that should be left out of a setup file?

In other words, files that should not be distributed with an app even if the deployment wizard adds them.

Example:

msvcrt.dll
shlwapi.dll

Re's
Rob

Include New Page In Crystal Report
I'm working with Access and Crystal Report for making the reports into my application.
I would like to insert a new page into the report when I have a special condition.
For this purpose I’m using the formula editor but I don’t find a function which I can make it.

I would like to know how could I insert a new page into the report, when I wished it?

Thanks for your help....

VB6 Setup File.. Which Files Not To Include
Hey guys,

When compiling a program, which files shouldn't I add into my setup.exe to register? cause I know VB's Setup wizard adds a bunch of dll's that I think windows might already have.

Thanks!

Large Size Of Setup/Package Of The Vb Application
Dear All,

We have developed a vb Application. We make the setup/Package by using Install Shield. The setup/package size is 90 MB. We upload the setup/package on our website. The users/clients download the package from there and use it.

The problem is that the user experience much time to download the setup from website (due to the setup size: 90 MB ).

I want some method that the setup/package can be compressed and uploaded and when user download it, it gets decompressed.

Anyway that downloading should not take much time.

Plz guide me what can be done.Any method you suggest.

Regards,

Can't Include Crystal Report Form In My VB Project
Hello,

When I click on the project menu, I don't see the wizard that converts a crystal report to DSR file, can you please
tell me how to include the crytal inport wizard to the project menu.

Thanks

Inno Setup - Include A File :::resolved:::
Hi all

I have got a folder with text files in it that i use for my vb app, what i want to know is if there is a way to include this folder with all the textfiles in the inno setup.

Thanks

Include My Database File Into The Package Deployment Wizard
Hi all, please kindly help
how can I include my database file into the package deployment wizard, so I dont have to copy manually my database file to my App.path no metter where I define my aplication path when working with package deployment wizard.
in sort way : how to make the database is encapsulated together in setup package so then placed on the same directory with the Application (App.path)
thanks guys



Edited by - kjoephi on 8/15/2004 9:40:02 PM

Include The Exe File In The Startup Menu Using Inno Setup
I am using inno setup and learning that this is a very good program with lots of user freindly options. However I just stuck on How to include the myprogram.exe file so that the setup will include this in the startup folder. So each time clients boots PC, then it automatically execute.

Which option on Inno setup wizard let me do it?

Thanks

What Is The Quickest, Most Compact Way To Include VB6 Runtimes In A Setup File?
Bandwidth is a huge concern to me..
What is the best way to include VB6 runtimes in a setup.exe file (in the most compact manner possible), or better yet, only download the runtimes if they are not present on a computer?

What NOT To Include In Your Setup File - VERY USEFULL - Could Be A Life Saver!!
hi all,

this might be of some use to most of you. Some may know most of this, but I am sure not all know this.. (infact many dont!)

the following dll files MUST NOT be included in your setup disrtibution file (at all costs!!)

these files are core windows files, and if you distribute them, you not only violate the Microsoft licence agreement, but also seriously risk heavy damage to the client Operating system, which in most cases is ONLY amendable by re-installation of the whole system again!!..

these files are as follows:

USER.DLL
KERNEL.DLL
SHELL.DLL
TOOLHELP.DLL
VER.DLL
LZEXPAND.DLL
GDI.DLL
KEYBOARD.DLL
COMMDLG.DLL
WIN87EM.DLL
DDEML.DLL

COMCTL32.DLL
COMDLG32.DLL
USER32.DLL
KERNEL32.DLL
ADVAPI32.DLL
GDI32.DLL
DSKAPI32.DLL
ICM32.DLL
IMM32.DLL
LZ32.DLL
RICHED32.DLL
SHELL32.DLL
SAGE.DLL
VERSION.DLL
WINSPOOL.DRV
WINMM.DLL
URL.DLL
LINKINFO.DLL
SHLWAPI.DLL
SHDOCVW.DLL
SHFOLDER.DLL
WSOCK32.DLL
WININIT.DLL


ONLY use proper updates from Microsoft (such as system updates and service packs) if you wanted to update any of the above. NEVER include ANY of the above in your own setup file!

hope this helps :-)
Abdul

Cant Package Into Setup File
i'm using visual basic studio to do my codes. After i package the program, i run the setup.exe, it return me error saying "please insert disk"and "the .cab file not found".

The file is there, in the same folder as the setup.exe. I keep getting this error. why is this so?

Include An Excel File In VB Application
Dear All,

We have a MS Excel with macro, that is doing some calculation and
generate an output. Now we want to do something similar in a VB 6
application. Is there a way to simply involve the specific Excel file in
VB, instead of implementing all the logic again? Is there any good
example?

TIA!

Vb 6.0 Setup And Crystal Report 8
Hi friends i have developed an application in visual basic 6 using Access 2000 as database... and seagate crystal report 8 as reports... evey things fine... but when i create a package Program and install the setup on some other computer which do not have Crystal Report Installed on it then reports give me the Problem.... i have used DSN To Connect to Reports when i was Creating them..... The Error Code Returns to me is "" Physical Dtabase not Found... " but the database is present is already there.... this mean that i have to install the seagate crystal report on the client computer.... The Problem seems to be of Drivers which i m using but dont know how to add them when packing the software Script.... i have Added the following dll
named .... 1. crviewer.dll
2. crpaig80.dll

i think i m missing some driver files but which files i dont know
so do hel p me friends..........

1 more thing that i m using package and deployment wizard to create setup..........

Setup Wiz And Crystal Report
I trying to use Crystal report control in my porgram. I able to view the report when I run the program on my machine but when I make a package with setup Wiz and install it on another machine it give me a error 20533 (Unable to open database.). What and how should I make sure all the correct dll ocx etc are in my package. Ver 4.6 VB5 or is that the problem

Setup VB, SQL,CRYSTAL REPORT
I MADE A PROGRAM USING VB6,SQL7 AND CRYSTAL REPORT 6
FOR A LAN

I MADE A SETUP FILES, WHEN I INSTALL IT , i set the
exe file in a one folder which everyone can access it,
when i one update the program in the client , i just
need to update the .exe,

i want to know, is it slow down the process,
one .exe use for a many client

or can some one give me the any suggestion , which can
improve the performance of the program

thx

Run A File From Package And Deployment Setup
Hi all,

I created a setup using the Package and Deployment wizard, and when a user will extract the setup file, I want the setup procedure to run a ".reg" file that I had included.

Is it possible? If not, maybe you are familiar with appropriate solution for that?

Thanks, Lior

Setup File Using Package & Deployment
We created the set file using the Package and deployment available in VB6. On trying to run the setup.exe, we get the error

c:windows empmsftqws.pdw$(DllselfregisterEx) could not be registered

very urgent, Can anyone help us.

Creating Package Setup File
Hi,

When l use the package and deployment wizard to compile, I encounter error:
" No make available in the Working Model Edition
Build of 'Prj_wizardhr.exe' failed."

plaese advise...

Setup With Crystal Report Control
I have developed a system which used crystal report(Crystl32.ocx) to show the report. now i want to do the setup file for my system.

Q1. Do i really need to install the Crystal report software in every client com in order to run the system?

Q2. If its is needed, do i still need to include Crystl32.ocx in my setup file

the condition now is, i make the setup file with Crystl32.ocx (dependency file) and install the system in the client com(without Crystal Report software).
Error message below prompt out:

Unable to register the Crystl32.ocx

thanks for your help

How To Setup A Crosstab Crystal Report?
Hi there..

I have a problem here while setting up a crosstab report using crystal report. I'm currently using: VB6, ADO, MSSQL 2000, Crystal Reports v8.5 with TTX file as data source. I had using this method recently (this was quote from RobDog888's post )


VB Code:
Option Explicit'Add reference to Crystal Reports x.x ActiveX Designer RunTime Library'Add reference to Crystal Reports Viewer Control'Add reference to Microsoft ActiveX Data Objects 2.x Library'oCnn = current open ADO connection objectPrivate Sub Command1_Click()     Dim oApp As CRAXDRT.Application    Dim oReport As CRAXDRT.Report    Dim oRs As ADODB.Recordset    Dim sSQL As String     sSQL = "SELECT * FROM Table1"    Set oRs = New ADODB.Recordset    Set oRs = oCnn.Execute(sSQL)    Set oApp = New CRAXDRT.Application    Set oReport = oApp.OpenReport(App.Path & "MyReport.rpt", 1)    oReport.Database.SetDataSource oRs, 3, 1    crvMyCRViewer.ReportSource = oReport    crvMyCRViewer.ViewReport End Sub


Then I came into problem when trying to setup a crosstab report. How do I setup a crosstab report using method as described above? Actually I didn't want to go for too much change for my code if possible.

Is it possible using oReport.Database.SetDataSource for two or more recordset? Because as we know that we need at least 3 tables as data source to create a crosstab report, doesn't it? CMIIW

Any help would be greatly appreciated. Thank you.

Setup Error In Vb 6.0 With Crystal Report 7.0
Dear K.babu
I am using pakage & deployment wizard thruogh visual studio. I have create an vb application with seagate crystal report 7. Application is working properly but when I deploy the application pakage then it showing error 'missing Dependencies file'.
Files which is showing error

'Crystal' without any extension
'u25store.dll'
'u25total.dll'
'SSCSDK32.dll'
Please help me I am getting to much trouble without solution

Vb6 Crystal Report 10 Setup Error
me i have windows xp pro and i want to setup my program of another pc with windows 2000

when i run setup i have this error

Setup cannot continue becouse some files are out of date on System.
Click ok if you would like setup to update these files for you now.
You will need to restart windows before you can run setup again.
Click cancel to exit setup without updating system files.



this the SETUP.LST

[Bootstrap]
SetupTitle=Install
SetupText=Copying Files, please stand by.
CabFile=1.CAB
Spawn=Setup1.exe
Uninstal=st6unst.exe
TmpDir=msftqws.pdw
Cabs=1

[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,6/18/98 12:00:00 AM,102912,6.0.81.69
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
File3=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegister),,11/27/01 1:00:00 PM,17920,3.50.5014.0
File4=@asycfilt.dll,$(WinSysPathSysFile),,,9/4/04 6:45:00 AM,65024,5.1.2600.2180
File5=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/4/04 6:45:12 AM,83456,5.1.2600.2180
File6=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/4/04 6:45:12 AM,553472,5.1.2600.2180
File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/4/04 6:45:10 AM,1392671,6.0.96.90

[IconGroups]
Group0=Project1
PrivateGroup0=True
Parent0=$(Programs)

[Project1]
Icon1="1.exe"
Title1=Project1
StartIn1=$(AppPath)

[Setup]
Title=Project1
DefaultDir=$(ProgramFiles)Project1
AppExe=1.exe
AppToUninstall=1.exe

[Setup1 Files]
File1=@0.REG,$(AppPath),0.REG,,4/15/05 9:41:26 AM,162,0.0.0.0
File2=@comdlg32.dll,$(WinSysPath),,$(Shared),9/4/04 6:45:00 AM,282624,6.0.2900.2180
File3=@comdlg32.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),6/22/99 5:36:52 PM,140288,6.0.84.18
File4=@craxdui.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/10/03 1:34:12 AM,479329,10.0.0.533
File5=@crdeploy.reg,$(AppPath),,$(Shared),5/21/03 12:36:18 PM,162,0.0.0.0
File6=@keycode.dll,$(CommonFiles)Crystal Decisions2.5in,$(dllSelfRegister),$(Shared),12/9/03 11:59:38 PM,282694,10.0.0.363
File7=@u2dapp.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:24:54 AM,53248,10.0.0.548
File8=@u2dpost.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:25:34 AM,118784,10.0.0.560
File9=@u2ddisk.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:25:04 AM,49152,10.0.0.554
File10=@u2fxml.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:26:58 AM,172032,10.0.0.582
File11=@u2ftext.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:26:46 AM,163840,10.0.0.584
File12=@u2fsepv.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:26:10 AM,135168,10.0.0.54
File13=@u2fcr.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:24:46 AM,77824,10.0.0.552
File14=@crtslv.dll,$(CommonFiles)Crystal Decisions2.5in,$(dllSelfRegister),$(Shared),12/9/03 11:07:32 PM,78922,10.0.0.533
File15=@ExportModeller.dll,$(CommonFiles)Crystal Decisions2.5in,$(dllSelfRegister),$(Shared),12/10/03 1:19:58 AM,499809,10.0.0.579
File16=@crxf_xls.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:21:02 AM,475227,10.0.0.724
File17=@crxf_wordw.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:23:42 AM,176210,10.0.0.600
File18=@crxf_rtf.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:23:30 AM,176208,10.0.0.600
File19=@crxf_pdf.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:23:18 AM,417872,10.0.0.594
File20=@sacommoncontrols.dll,$(CommonFiles)Crystal Decisions2.5in,$(DLLSelfRegister),$(Shared),12/10/03 1:39:14 AM,797281,10.0.0.533
File21=@filedialog.dll,$(CommonFiles)Crystal Decisions2.5in,$(DLLSelfRegister),$(Shared),12/10/03 1:37:50 AM,920142,10.0.0.533
File22=@crdb_dictionary.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),10/7/03 6:29:44 PM,1474651,10.0.0.88
File23=@p2ixbse.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),4/14/05 4:36:59 PM,270336,10.0.0.3
File24=@CRAnalyzer.dll,$(CommonFiles)Crystal Decisions2.5in,$(DLLSelfRegister),$(Shared),12/10/03 1:29:02 AM,180224,10.0.0.533
File25=@sscdlg.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 12:22:20 AM,2396160,10.0.0.6
File26=@sscrc.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),8/1/01 6:51:48 PM,2498560,0.3.8.5
File27=@sscsdk80.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 12:23:00 AM,1249280,10.0.0.6
File28=@exlate32.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/9/03 10:57:50 PM,696386,10.0.0.533
File29=@querybuilder.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/9/03 11:26:18 PM,163911,10.0.0.617
File30=@crdb_odbc.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/9/03 11:29:30 PM,391234,10.0.0.733
File31=@crdb_dao.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/9/03 11:28:40 PM,200768,10.0.0.604
File32=@crdb_ado.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/9/03 11:26:48 PM,401472,10.0.0.645
File33=@crqe.dll,$(CommonFiles)Crystal Decisions2.5in,$(dllSelfRegister),$(Shared),12/13/03 12:05:52 AM,2031685,10.0.0.861
File34=@Implode.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),1/6/03 9:20:14 AM,18944,1.0.0.1
File35=@u25samp1.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:48:12 AM,28741,10.0.0.22
File36=@u25dts.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:47:08 AM,28737,10.0.0.14
File37=@u252000.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:47:30 AM,28745,10.0.0.12
File38=@u2lfinra.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:48:04 AM,102469,10.0.0.9
File39=@u2lexch.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:47:56 AM,32833,10.0.0.21
File40=@u2ldts.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:47:48 AM,28737,10.0.0.12
File41=@u2lcom.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:47:22 AM,49217,10.0.0.21
File42=@u2l2000.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:47:40 AM,28745,10.0.0.14
File43=@ufmanager.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/10/03 1:48:52 AM,438354,10.0.0.30
File44=@crtowords_en.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/9/03 11:12:56 PM,24576,10.0.0.16
File45=@msvcrt.dll,$(WinSysPath),,$(Shared),9/4/04 6:45:10 AM,343040,7.0.2600.2180
File46=@Unicows.dll,$(CommonFiles)Crystal Decisions2.5in,,$(Shared),12/7/04 10:11:34 AM,258352,1.1.3790.0
File47=@craxddrt.dll,$(CommonFiles)Crystal Decisions2.5in,$(DLLSelfRegister),$(Shared),12/10/03 12:41:50 AM,11989074,10.0.0.533
File48=@crviewer.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/10/03 1:41:46 AM,799944,10.0.0.533
File49=@msado25.tlb,$(WinSysPath),,$(Shared),8/3/04 10:21:44 PM,81920,2.81.1117.0
File50=@1.exe,$(AppPath),,$(Shared),4/14/05 4:44:14 PM,32768,1.0.0.0

Crystal Report Printer Setup
Hi
I have placed a Crystal Report Designer in my VB project and I have a crystal Report Viewer on one of my forms that shows the report. My question is how can I get the Printer Setup button to appear on the Crystal report viewer so the user can choose where to print their crystal report? Is this possible?
Thanks in advance

Application Setup... Data Report
My application (vb6) and all reports ( Data report ) are working perfectly when i run it using source code / compiled version on a computer that has Vb.

I have used Application setup wizard to create setup files.

I installed on other computer that does not have VB, now every thing is fine except datareport.

I got " ActiveX can't create object..." message while i generate report.

Please help me to find a better solution

What Happen With Crystal Report After Making Setup.exe In VB
Hello! friends.. im using Sql + VB 6 and Crystal Rpt 9. i m having a problem that software working fine . but i m using a fix path for report "c/:Reports/rptname.rpt" i had made setup and is installed sucessfully .. but when i remove my Report Folder from C: my reports no work.. what happen usully when we use report .. that should be install with my setup.. i have to maintain my Report maunally....

what is the right way ???

Where Is Printer Setup In Crystal Report Viewer?
Dear all,

I was using Crystal Report Control in my VB Project to show my .rpt report files.
For some reasons, I'm using Crystal Report Viewer now.
But I can't find Print Setup button in it's properties, not like CR Control, I can enable it by setting WindowShowPrintSetupBtn properties value to True.
Is there any way to show Printer Setup Dialog in CR Viewer like in the CR Control? so I can choose which printer i'm going to use.

please share.

Installation Setup Does Not Register Crystal Report Dll ?
Hi Friends,

I am facing a problem with setup installation which i have created using package and deployment wizard.

I have created reports in my software using Crystal report 9.When i run setup at client site everything ok but it gives error at registering CRAXDRt.dll.I have to ignore this error to the complete installation.

After completion of setup all the forms opens perfectly but when in open report it gives error.Just because above mentioned dll has not get registered.

So alternatively i install crystal report in the machine and the report starts opening.

But this cannot be done eveytime when i install the software using setup.


Can anybody tell me the solution for this problem.
Could you also explain me why it is not registering the file.I just don't understand this.

regards
friendsterindia

VB6 Package Creation Error With Crystal Report Component
Hi,

I am using VB6 with SP5 and Crystal Reports 8.5.

I have to start working on reports generation and when i add the cyrstal report control component in my application a dialog box pops up with the following message

-----------------------------------
Integrating Crytal Reports into your Application

The Seagate Crystal Reports OCX control has been included in Seagate Crystal Reports 8 for the purpose of maintaining backwards compatibility with existing applications. No new Report Engine features have been added to this control in version 8.

Now you have a better method of integrating Seagate Crystal Reports into your application. The Report Designer Component(RDC) provides access to all of the latest features of the report engine and is recommentded method for all new development.
------------------------------------

What does this mean? The control is added fine but when i try to create a package of the project it simply creates nothing. After removing the control i tried again to create the package and the package was created fine.

Can someone answer my queries?

Thanks and regards

Hitendra

Crystal Report And Package Deployment Wizard Problem
VB 6.0 and Crystal Reports 8.5

I am facing one problem with package wizard.

In Microsoft Package & Deployment Wizard, whenever it creates setup.lst file it hangs or terminates on Crystl32.ocx file. I am using Crystal Reports 8.5

Please help me out to create package for my application.

Problem To Access Printer Setup Via Crystal Report
im hvin a problem with crystal report application in vb.sometimes the report needs to be printed using a3 paper.
pls advise how can i access or initiate printer properties via crystal report.
thnks in advance

VB6 Application Setup/data Report/printing Problem
I have following problem in using vb6.

1. I have developed my Vb project(application) in a WIN98SE machine and packaged it in WIN98SE machine itself ? While trying to install the setup.exe on a WIN98 machne it shows the following error message and installation aborted.

"This setup is not intended to install on this version of windows"

2.I am using Ado 2.7 Library and developed a report using MS datareport v6.0. I have installed the application in a WIN98 computer. My application except data report is working. While taking data report I got the Run time error 713. I have searched MS Knowledge base and do the steps as explained there. but the problem still exists.

3. I am using VB and data report for reports. I want to print the report very fast. I dont need windows printing. I need only Dos/draft mode printing. Which font can I use for this high speed printing. I have tried Generic Text only printer option on my Epson 1050+ printer. That is not sufficient.

Is there any one who can guide me

How To Save Report In Jpg Format, Generated Using Crystal Report In VB Application
Hello dear,
I am using VB6 + CR9 to generate a photo-ID report and want to save the report in jpeg format. Pls. let me know, How can it be possible?

[NOT RESOLVED] Crystal Report 10 (page Setup Button) (please See Attached Picture)
i have a problem with my project using CR10. i just want to choose the printer, i want to set the printer in landslide or portrait, why is that there is no button for the page setup in crviewer(CR10)? kindly help.



Edited by - edd_hills on 5/14/2006 2:17:13 AM

Help On Setup For VB With Crystal Report Developer Edition 8.5 Out Of Stack Space Error
I have Visual studio 6 with VB 6.0 and under sp5 on operating system windows 98 second edition . I install Crystal report Developer Edition Ver 8.5 . I can make EXE file for VB BUT when come out the Package and Deploy, I facing a problem if I select Crystal report Control Component (crystl32.ocx ), then it will be display a message call error 28 , Out of stack Space . I check with my Call stack , the maximum that I call is 5 and there is no call itself .

From What I search thru internet , I know that out of stack space is regarding the Looping , Call itself , and I trace on any kind of angle , lastly I find out is due to Crystal report Control Component , as long as I check it , then this out of stack will be happened

I have try to put Crystl32-ocx Patch.EXE with size 560KB , and I can make a setup disk BUT during make setup disk , it will prompt me say that crystl32.ocx is out of date , and I install this setup to client computer . I facing a problem that all the chart will not be able to display and the print icon also become disable .

I test with InstallSheild , and I find out is crpe32.dll not register .
and I try to unregistered / register it with regsvr32 /u and I find out that it prompt be either corrupted or export . and prompt try to use PView , BUT I do not know how to use it .

I test with new project which is empty coding with crystal report Control and make a exe file then use package & deploy , I also facing problem of error 28 , out of stack space.
so nothing to do with my coding , there must be a driver problem or driver linking problem , I suspect is CRPE32.dll

Anybody can help me ?

I download crpe32.dll from crystal report support side , and copy in , it does not work .
I download cr85devwin_en.zip from crystal report support side , and run it , it look like still facing same problem.

I not sure anything wrong with my installation step or miss up some step ?
the step I do is install windows 98 second edition , install office 2000 professional , install visual studio 6 , install crystal report 8.5 development edition , install vs sp5 .

Free Package And Deployment Wizard To Inno Setup Script Converter - (Setup/Installer)
********** will take a PDW Setup.lst or a VB Project (.vbp) file and convert it to a simple Inno Setup Script that can be compiled straight away with Inno Setup, with no modifications (if you like) or modify it to include other parameters. It gets you out the gate fast.

Like Inno Setup this utility is totally free.


All who want a copy can download it from:

http://www.***********/downloads.htm

Current Version 1.0.23 - November 3, 2003

Please let me know if this helps and if I can add any features to help the migration. Your request actually get into the software!. Let me know by email if you would like to be on the update mailing list.


email: **********@***********
webpage: http://www.***********/**********/**********.htm

What Should I Include In The Package?
except from the .ocx filez,

i use the fso objects and the web browser control...do i need to include in the install package the scrrun.dll and the shdocvw.dll (i read that the web browser shdocvw.dll either registered or not works only if internet explorer is installed is this true?) and the msvbvm60.dll...also do i have to include the references VB6.OLB,stdole2.tlb,msdxm.oca,shdocvw.oca because they are checked at the references tab, and if yes do i have to register these files?

Include Oracle Into Package
Hey. Hav done a timesheet program witch connect to a oracle server. Installation works but can not run the program. think its because i dont hav oracle client installed on the target computors? Is there another way?

How To Include DB In Package & Deploy?
Hello Everyone- Im new with Vb 6.0. I mainly use access 2002 but now I need to convert my program to be able to distribute. Im having a hardtime including tables from this database. How do I make a copy or a new table that can be packaged with the deployment wizard? What I mean is how can I make a access table so that the database im creating with VB will be able to be packaged & delpoyed on another PC? Hope this doesnt sound confusing. Thanks for all your help in advanced!

VB Package - Include Folders
I'e created setup package for my VB project. I want to include som folders in the package so that they will be copied in the destination folder at the time of installation. Pl guide me how it can be done?

Package Files Should I Include
I just created my installation package and the filesize is a lot bigger than I expected. These are the files that it's packaging, are there any of these that I can remove that are guaranteed to exist on the target client PC anyway?

Mscomctl.ocx
Asycfilt.dll
Comcat.dll
Oleaut32.dll
Olepro32.dll
Vb6stkit.dll
Wininet.dll
Vbshell.tlb
Mshtml.tlb
Stdole2.tlb

Thanks!

Add A Crystal Report In VB Application
Hi!
I have a crystal report and also VB application ready. Now I want to click on a button in VB, which would open my Report created in crystal report.
Can anybody help??

Please advise..

Crystal Report In VB Application
I am using Visual Basic 6.0 to create my application, and
using crystal report 9 to create the report.
Then I add the report to my application.
I compiled my application to .exe file and copy to end-user machine.
Then I copy the crviewer9.dll to the end-user machine.
However, the application cannot run while I try to open the report.

"Run-Time Error 713: Application-defined or object-defined error"

What seems to be the problem??? Can anyone help me?!!!! -_-

Run Application On Another PC Without Crystal Report
Hi,
I want to run my application on another PC without Crystal Report.
Please to show me how make it.
Thanks all

Copyright © 2005-08 www.BigResource.com, All rights reserved