How To Export Report Of FPSpread To Excel
Hi I am new to vb and in my project I have used FPSpread of FarPoint in my project to create the report. Spread version 3.0 has been used. The report generated in FPspread is displayed properly. But I have two problems 1. The prinitng on Dot Matrix is not OK and All the colums of Report are not being dispayed on one page. I have max 17 colums and the no of Row could be anything between 55 to 80 depending on the Date selected by the User. The printer paper format usedd by me Legal German (The full 132 col) 2. How to transfer the report to Excel. I tried to use fpspread.exporttoexcel method but cannot write proper code and i always get the message object not available, Please advise If you need the code please give me your perasonal email ID as I cannot attach anything with this mail Regards Turab
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Failed To Export The Report, Error In MS Excel Export Format DLL
Hi,
I have a little problem with Crystal Reports (CR 8) :
I try to export one of my reports from a VB program. When I try to export it in "Comma Separated Values" format everything is ok (except this is not the format I need
). When I try to export it in excel format it works, on some PCs but not on others ?
VB code sample :
rpt.ExportOptions.FormatType = crEFTExcel80Tabular
rpt.ExportOptions.DestinationType = crEDTDiskFile
rpt.ExportOptions.UseReportDateFormat = True
rpt.ExportOptions.UseReportNumberFormat = True
rpt.ExportOptions.DiskFileName = txtExportDirectory.Text & ExportName
rpt.Export False
I tried all the excel formats (crEFTExcel50, crEFTExcel50Tabular, crEFTExcel70 ...) but on some PC's I always get the "Exporting Records" window for a second and then the error "Failed to export the report, Error in MS Excel Export Format DLL".
Can anyone help me out ?
Thanks !
Export Access Report To Excel
Goodday Experts
I need to automate the process of exporting the data in an Access report into Excel. I initialy thought of writing a macro, however when I opened the VBA window it said "Project locked: Project Unviewable". This is a project that someone(no longer works for the company) else worked on and I just need to modify it to carry out the above mentioned process.
I am currently using version 2000 of Access and the program was writen in a previous version. However when I try to convert it, the convert menu is disabled.
Is there another way of going about this? I would appreciate any help.
Kind Regards
Crystal Report To Excel Export
Hi,
I realise this is asked a zillionth time already but I'm still having probs and have not found any solution.
I've tried using the export code posted up in previous msges by "MKoslof " but I'm getting a a "Invalid TLV record" error msg as soon as it gets to the line....
Set rep = appl.OpenReport("c:MyTestRpt.rpt", 1)
I've tried searching for this "Invalid TLV record" error and there were a couple ppl that mentioned that it could be caused by my report file being created from a diff version to the Crystal Report I'm currently running. (Crystal Report 8,VB6) I'm not quite sure how to rectify this as no one in the office has the actual Crystal Report program installed as we all use it from VB using the dsr files. I've also tried using the *.dsr file as the parameter but that returns the same error.
If anyone can point me to the right direction it'd be much appreciated!
Sorry for the ignorance as I've only been exposed to VB and Crystal Report for last couple wks for work exp.
Cheers
Adeline
Use VB To Export Access Report To Excel
Hi,
I have an Msaccess report, I would like to export this report to excel, and setup my margins, my title, fonts, columns, etc..
I would like to use VB in Access to generate this kind of report in Excel.
Please need your help.
Thank you
Export Crystal Report To Excel
Hi All,
I have a crystal report(.rpt file). I need to export that to excel in my vb(6.0) application. Everything works great. The only issue i have is, when i export the file to excel, the Page Header is not getting exported. So the excel has only the data without column names.
Any ideas?
This is what i am doing.
cdlAdHoc.ShowSave
cdlAdHoc.Filter = "*.xls"
strFileName = cdlAdHoc.FileName
constr = "DSN=" & gDSN & ";"
constr = constr & "UID=" & gLoginID & ";"
constr = constr & "PWD=" & gPWD & ";"
constr = constr & "DATABASE=" & gDatabase & ";"
' Here print the report
frmReports.crReports.Connect = constr
frmReports.crReports.Destination = crptToFile
frmReports.crReports.PrintFileType = crEFTExcel80
frmReports.crReports.PrintFileName = strFileName
frmReports.crReports.ReportFileName = App.Path & "
ptNickGeneralInfo.rpt"
frmReports.crReports.Action = 1
Help!!! To Export Label In Access Report In Excel
Hi Friends
I am exporting the report in access in to excel sheet by clicking on the export option in the file menu of access report. My problem is that I am unable to export captions which are in the labels.
PLz!!! help me its really really urgent
Thanks in advance
Shivpreet2k1
Crystal Report 8. Export To Excel File
Hi! Good Morning!
I am Tan.
I am using crystal report 8.
In the icon like envelop. I can't export out the report in Ms Excel. I can export to PDF, text and etc. Just cant found the Ms Excel.
Same program, i have install to 2 PCs. Only one of the pc facing this problem. What should i do now?
When i install the program, i also copy
c:winDOWSsystem32
egsvr32 crviewer.dll
c:winDOWSsystem32
egsvr32 Crystl32.OCX
c:winDOWSsystem32
egsvr32 crpe32.dll
c:winDOWSsystem32
egsvr32 craxddrt.dll
c:winDOWSsystem32
egsvr32 craxdrt.dll
c:winDOWSsystem32
egsvr32 craxdui.dll
c:winDOWSsystem32
egsvr32 cpeaut32.dll
to the 2 PCs.
Please help me!
THANKS!
p/s : I am very sorry that i have to post in classic visual basic. Because not reply in crystal forum.
How To Export Data Report In Excel Sheet
Hi,
I am using datareports to generate the reports in VB. I want to transfer datareports to excel sheet. Please let me know the code to transfer datareports in excel sheet.
thanks
Export Formatted Report Access->Excel
Hi I need to export a fully formatted report from Access to excel using only Access and VBA.
I am familiar with both the transferspreadsheet command and the outputTo command, but from my experience, these do not provide a fully formatted report with headings, subheadings and page and report totals.
Can anyone suggest something that would work?
How To Export Data To Excel From Cryastal Report
Hi all,
I want to export the data from crystal report to excel.
so i want to give one button , instead of using export
functionality in crystal report....
the same functionality i want to use ....just user clicks
on that..it has to store in the excel file in a specified formate...
let me know the code ....vb code
Thanks
Access Report Export To Excel Issue
Hello!
I got a problem when exporting a report from access to excel.
This report gets data from a very simple query (SELECT * FROM Table), and it got a very simple layout
- Page header:
Contains some static descriptions
- Details:
Some Textboxes on a single line bound to fields from the query.
Some other Textboxes showing the result of formulas.
- Page Footer:
Just a page number and a print date field.
- Report Footer
Some Textboxes showing the SUM() of the fields in the details section.
Now, surprise.
I can export to excel with DoCmd.OutputTo perfectly.
The second step involves the creation of formulas in the report footer section.
In details section I have fields like "=A/B".
In the footer I have fields like "=SUM(A)/SUM(B)".
When I preview the report I get both type of field working.
But in the EXCEL file I can't see the second type.
I tryed some solutions but I still can't see that kind of formula.
Thanx
-- EDIT WOOOOOOOOOOOOOPS !!!
To Export Crystal Report In Excel Format
Hello friends,
I made an application in vb 6 to generate crystal reports but i don't want to use export button of crystal report and want to add my code in vb which will automatically convert it into excel or pdf format. Also if possible it shld automatically send mail to my id without using outlook express....
waiting for responses,
varsha
How To Export Crystal Report To An Word And Excel File
hi Everyone,
does anybody know how to export a crystal report to an word(.doc) or excel(.xls) file.
This is really important to me b`cos i have all the reports in crystal reports and i have to mail them, but i couldn`t do this because they are all in crystal report format.
but if I just can export this reports to a word or excel file then i will be able to mail them..
I really appreciate it if anybody can show me how to do this or give any URL relevant to this...
thanx in advance,
niroshan
Excel Option Doesnt Come In Crystal Report Export Dialog Box
hi everybody i am using vb and access and crystal report for my application.before i had problem of export dialog box not coming.but that problem is solved by adding CRXF_XLS.dll and now the dialogbox is coming but excel option is not coming.i think it is a problem of missing another dll, i have also included u2fxls.dll but then also excel option is not coming so please help me in this regard. tell me which dll to include so that excel option can come.
with regards
ashok
thanks in advance
Crystal Report Export To Excel Not Woking From Vb Packege Dan Deploy
When i install packege an deploy in other computer crystal report view and print work fine
but export button not respon and when I use this code :
Code:
Dim crRpt As New crView1
crRpt.ExportOptions.FormatType = crEFTExcel80Tabular
crRpt.ExportOptions.DestinationType = crEDTDiskFile
crRpt.ExportOptions.DiskFileName = "C:Test.xls"
crRpt.Export (False)
it show error, its posible to export report without install crystal report in other computer??
How Can I Export A Report, Naming The Report ...
I need help. I'm trying to export a report and naming it based on the value in a control on the report. Can I do this using VB in MS ACCESS?
Tom: Thanks for your reply.
I figured it out, The code works fine, the problem I had was that I didn't have write permissions to save the file in the network location I wanted.
Code:
DoCmd.OutputTo acOutputReport, "rpt_Whatever", acFormatSNP, "C:" & (Forms![frm_Whatever].[WhateverName]) & ".snp"
Exporting An Access Table To A New Excel SS And Open Excel File Afetr Export
Hi,
Can some help me with writing the code to Export a table from Acces into a new excel spreadsheet, then open an instance of excel to view the newly exported table? I can get the file to export but I am having trouble with the code to open Excel, thanks for you help. See code below..
Private Sub Command26_Click()
DoCmd.TransferSpreadsheet transfertype:=acExport, _
tablename:="newreqtable", _
FileName:="F:UserdataSelectionData.xls", hasfieldnames:=True, _
Spreadsheettype:=8
MsgBox "Export is Complete", vbOKOnly, "Selection Data Export"
MsgBox "Your new file is located on F:UserdataSelectionData.xls", vbOKOnly, "Data Export Location"
'This is where I need to have excel open the file for the client.
End Sub
Import Excel Into Flex Grid And Export It Back To Excel.
Hi, i want to make a program that can import the excel files into vb's flex grid or maybe a few textboxs.
then do some modifying and then export it back to the excel format.
the reason i want to have these functions is because i have an existing excel spreadsheet with a large number of infos. and i dont really want to reinput is again into teh new system (if i build it with vb+access db). and was thinkning why not straight away make the vb program import and export the file.
and why want to edit it in excel? wouldnt it be better ot do it in MSExcel itself?
well, the user is not me. the user wants to do something pretty much impossible for excel to do, and the user want a few things fixed. so it would be good to have a new simple coded program for the user to use.
Export Report From CR9
Have been able to add photos/images on the fly in VB6 with CR9. All images show up as they are intended.
However, whenever the report is exported with a .pdf format, the first page has no images attached, but the other pages do. If exported to Word, on images are present. Then when I go back to the .pdf format, no images. Shut down and restart the program, the same results.
I populate the report using the crSection_Format:
Code:
Set crSection.ReportObjects("Classmate").FormattedPicture = _
LoadPicture(crNameTagsAdhesive.Sections("DetailSection3").ReportObjects("PicFile").Value)
Thanks for the help.
Kim
Export A Report
hi
please can anyone tell me how to export a report programmatically
i know i can do it using the report it self but i want the report tp be saved at form load without been displayed
can this be done
plz tell me the procedure
thanx
Export Report
hi.. im using datareport to generate my reports with (us std) as the paper size.. it works well when i print these reports.. but it generates an error (report width is larger than paper width) if i try to export it to another format e.g. text file(.txt).. i've already changed the properties of my default printer but it still wont work.. please help..
a friend of mine posted a similar question in the reports section of this forum but it has 0 replies.. hope somebody can help me..
VBA Export MS Access Report As .doc
Hi All,
I am using MS Access 97, and I would like to know the VBA code for exporting a MS Access report as a word document.
Thanks for the help,
Access Report Export
I have built an access database that creates dynamic reports and then sends them automatically via lotus notes. However a customer has pointed out that the letter looses the company logo during transit. I have tested it and it looks as though the image is not exported to the word file with everything else. Does any one know how I can retain the logo on the exported letter (its a image object)
Thanx in advance
Export From Crystal Report!
Pls help me!
In my program, I made a report(Crystal) and then I want to export this report to a Rich Text file. I use the following sub:
Sub ExportReport()
Report.SelectPrinter Printer.DriverName, Printer.DeviceName, Printer.Port
Report.PaperSize = crPaperA4
Report.PaperOrientation = crLandscape
Report.Export
'Report.PrintOut False
End Sub
When the ExportReport is called, a dialog appears allowing me to choose the format file and the path to save it.
But I want to specify the format and the path in my program(it means that the program does all things) how can I write the code for this?
If I have many reports can I export it into only one file (for example, We have report named report1.rpt and we export it into the rich text file name rtfTest.rtf. Then we have another report named report2.rpt, can we append it into rtfTest.rtf)
Thanks in advanced.
The Run-tim Error When Doing Report.Export
I'm doing some program using vb6+CrystalReport8.5. I placed a button named "b_save" and wrote the following code:
Private Sub b_save_Click()
Report.Export
End Sub
When I executed the code in the machine which one I programmed on, a box appeared and asked some details for exporting(saving). Well, that's what I just want to do, but now I compiled the code to a exe file and copied it another machine , it didn't work!(the exe file could also work in the machine I programmed on) When pushing the button "b_save", it appeared a error box saying "run-time error '2147190911'(80047781)".
I think there must be some dll files I didn't include or copy to another machine,but the question is I don't know which dll files I should include or copy? Could anybody help me,thanks :-)
Export Crystal Report
hi,
i have made a report using crytal report, i am able to export the
report to HTML format from my machine. But there is no option
listed in the export box like HTML when i installed my
application in other machine. The other machine have Internet
explorer 5.5. Y is this so ?
any suggesstion will be appriciated..
regards
mohan
Crystal Report Export To PDF
Hi,
I'm trying to export a Crystal Report file to a pdf file using the automation server method. My code is as follows:
Dim App As CRPEAuto.Application
Dim Report As CRPEAuto.Report
Private Sub cmdPrint_Click()
Dim obj As Object
Set App = CreateObject("Crystal.CRPE.Application")
Set Report = App.OpenReport "c:dmsreportsServiceSummaryTotals.rpt", 1)
Report.ExportOptions.DiskFileName = "C: emp est.pdf"
Report.ExportOptions.DestinationType = crEDTDiskFile
Report.ExportOptions.FormatType = crEFTPortableDocFormat
Report.Export False
When i ran this code, i got a runtime error message saying "Invalid enum value" and the error number is 30012. However, when i changed the file extension to .doc and set the FormatType = crEFTWordForWindows, it worked fine. Also when i changed the code to Report.Export True and selected the file format mannually, it also worked fine. I was just wondering if anyone out there has come accross this problem before and can help me out of my misery. Thank you so much in advance.
Longman
Failed To Export The Report
I am using VB6 with CR8.5 and have a few users that get a "Failed to export the report" error when trying to export to some file formats. Some WinXP and Win2K users cannot export to RTF, while others have problems exporting to PDF, and others to TXT. Some get a combination of these but some of the other export formats work fine for them. Most users have no problems at all.
Below is a list of the files that I am installing. I have checked the Business Objects site and have got the latest hot fixes for CR 8.5 (Dec 2003) but still the problem crops up with a few of my users.
Code:
[Files]
; Other Drivers for Crystal Reports
Source: "SystemWin9xatl.dll"; DestDir: "{sys}"; Flags: sharedfile regserver restartreplace; MinVersion: 4.0,0; OnlyBelowVersion: 4.9,0
Source: "SystemWinNT2000atl.dll"; DestDir: "{sys}"; Flags: sharedfile regserver restartreplace; MinVersion: 0,4.0; OnlyBelowVersion: 0,5.01
Source: "Systemmsvcp60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile
Source: "Systemmsvcirt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile
Source: "Systemmsvcrt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile
Source: "Systemmfc42.dll"; DestDir: "{sys}"; Flags: sharedfile regserver restartreplace
; Crystal Reports
Source: "Report Designercraxdrt.dll"; DestDir: "{pf}Seagate SoftwareSharedReport Designer Component"; Flags: restartreplace sharedfile regserver
Source: "Report Designercrviewer.dll"; DestDir: "{pf}Seagate SoftwareSharedReport Designer Component"; Flags: restartreplace sharedfile regserver
Source: "SystemP2smon.dll"; DestDir: "{sys}"; Flags: sharedfile
Source: "Systemp2bdao.dll"; DestDir: "{sys}"; Flags: sharedfile
Source: "Systemexlate32.dll"; DestDir: "{sys}"; Flags: sharedfile
Source: "ExportsU2DDISK.DLL"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "ExportsU2FHTML.DLL"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "ExportsCRXF_RTF.DLL"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "ExportsU2FTEXT.DLL"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "ExportsU2FWORDW.DLL"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "Exportscrxf_pdf.dll"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "Exportsu2fxml.dll"; DestDir: "{win}Crystal"; Flags: sharedfile
Source: "SharedExportModeller.dll"; DestDir: "{pf}Seagate SoftwareShared"; Flags: sharedfile
Source: "Sharedcrtslv.dll"; DestDir: "{pf}Seagate SoftwareShared"; Flags: sharedfile
Crystal Report Export
Quote:
Originally Posted by MKoslof
The structure of the .ExportOptions method is as follows. Make sure all the export dlls are on your development machine..this has been a known problem. Before trying the code insert your Crystal Reports CD or get to the installation source. Do a change/modify and expand ALL folders so you get any dlls that were not installed during your initial installation (sometimes all export dlls are not installed on the first run). Then in your VB code you can use the .ExportOptions method to send your report to varying formats, including HTML
Code:
With crxReport
.ExportOptions.DiskFileName = "name of new file"
.ExportOptions.DestinationType = "destination type"
.ExportOptions.FormatType = "your format"
.Export False 'so it does not prompt the user, automatic export if false
End With
I work also with VB an CR. But i work with CR XI.
But when I want to export my report, it doesnt work.
Can you help me?
Code:
Private Sub SetData()
Dim rsTemp As ADODB.Recordset
Dim Report As CRAXDRT.Report
Dim Application As CRAXDRT.Application
Dim strSQL as String
Set Report = Nothing
Set Application = CreateObject("CrystalRuntime.Application.10")
Set Report = Application.OpenReport("C:myReport.rpt")
Report.DiscardSavedData
Report.RecordSelectionFormula = "{Table.Field} = '" & Field & "' AND {Table2.Field2} = '" & Field2 & "'"
Report.ExportOptions.FormatType = crEFTPortableDocFormat
Report.ExportOptions.DestinationType = crEDTDiskFile
Report.ExportOptions.PDFExportAllPages = True
Report.ExportOptions.DiskFileName = "C:Data.pdf"
Report.Export (False)
Set Application = Nothing
Set Report = Nothing
End Sub
How To Export CRYSTAL REPORT To PDF Using VB6
Actually in an application (VB 6 & CRYSTAL REPORT 8) I got a problem with RTF Export option. The settings (Tab settings, Paragraph settings etc.) got changed in RTF file.
One more thing is that, user can edit the RTF file.
So I need to export CRYSTAL REPORT to PDF format.
How to ?
Plz help..
Crystal Report Export
I am a newbie and need some help with some basic code.
I am using Crystal Reports 8.5 and VB6 (sp6).
I am trying to export a report to html.
The report works fine in the Crystal Report Designer...there are no paramaters or anything to pass to it.
I do not have the Crystal Developer version so I am just trying to use the ActiveX Control (not the RDC).
I configured the properties of my ActiveX control and my code works but the output is ugly. It is all one page etc. It doesn't have the navigation links at the bottom like it does if I export from within the designer.
Here is my code:
Private Sub Command1_Click()
Form1.CrystalReport1.ReportFileName = "H:VB6SuSchedSuSched.rpt"
Form1.CrystalReport1.ReportFileName = "H:VB6SuSchedSuSched.html"
Form1.CrystalReport1.Destination = crptToFile
Form1.CrystalReport1.PrintFileType = crptHTML32Std
CrystalReport1.Action = 1
End Sub
Is there an equivalent to ExportOptions.HTMLEnableSeparatedPages for ActiveX controls?
Any other advice?
Thanks in advance.
Jeff
Automating Report Export To *.snp
I have a report that I need to export monthly for all customers in the Business table. The report is exported in *.SNP format and must contain the individual customers specific information. My code is driving me mad. Any help would be greatly apprecisted.
Public CustomerID, Filename As Variant 'setting up necessary global variables
' Usage: PrintAllCustomers("Reportnamehere")
Public Sub PrintAllCustomers(ReportName As String)
Dim ADOCon As ADODB.Connection
Dim Rst As ADODB.Recordset
Dim Folder As String ' to hold directory information
'now lets ask directory you want to save
Folder = InputBox("Where do you want to save files?", "Destination Folder", Application.CurrentProject.Path)
'if canceled leave the sub without processing.
If Folder = "" Then Exit Sub
Set ADOCon = Application.CurrentProject.Connection 'get current connection
Set Rst = New ADODB.Recordset 'to query current customers
'open recordset and load all data we need into recordset
Rst.Open "SELECT Business.BusinessName, ImportAddresses.Name, ImportAddresses.Add1, ImportAddresses.City, ImportAddresses.State, ImportAddresses.Zip, Zips.Type, Zips.CustomerNumber FROM Business INNER JOIN (Zips INNER JOIN ImportAddresses ON Zips.ZipCode = ImportAddresses.Zip) ON Business.CustomerNumber = Zips.CustomerNumber GROUP BY Business.BusinessName, ImportAddresses.Name, ImportAddresses.Add1, ImportAddresses.City, ImportAddresses.State, ImportAddresses.Zip, Zips.Type, Zips.CustomerNumber, ImportAddresses.Type HAVING (((ImportAddresses.Type) = [Zips].[Type])) ORDER BY Business.BusinessName, ImportAddresses.Name", ADOCon, adOpenForwardOnly
Do While Not Rst.EOF 'start sending all reports to files
CustomerID = Rst!CustomerNumber 'set necessary global variables before print to file
Filename = Folder & "" & Rst!BusinessName & ".SNP" 'set folder and filename.
Rst.Filter = "CustomerNumber = " & CustomerID
'send report to file
DoCmd.OutputTo acOutputReport, ReportName, acFormatSNP, Filename, True
Rst.MoveNext 'next customer
Loop
Rst.Close
Set Rst = Nothing
End Sub
Crystal Report Export
Hey MK and Zerocool! Thanks again for your help!
It's working now under Crystal Reports ver 8.5. Yeah!!!!!
Another issue I ran into is the export button of the Crystal Report Viewer. It's working on the development environment (Win98) and also on a Win 2000 client computer. But when I installed it on a Win XP machine, the report comes up but when you click on the export button nothing happens.
I tried to Google this, but I haven't been able to find anything specific about this type of issue.
Help again!
Thanks in advance!
-xmen64
VB6+Crystal Report EXPORT
I have two questions about the Crystal Report V8.5 professional with VB6
1. I can export a crystal report to a PDF format to Mail or file locally inside the development environment run time or complied executable. However, the 'Export Report' button just hasn't do anything although it can be clicked. (We execute the program under the Citrix terminal service environment and it has the CR V10. being installed)
2. How can I export to 10 seperated PDF files with per-defined file name inside VB6 using Crystal report components.
Thanks in advance
Export From Crystal Report
Hi all!
I have a big problem when I try to export from Crystal Report 8.5 in .pdf from VB6. I use a database made in SQL Server 2000.
The problem is that all the decimal fields in database are truncated in pdf when I export from VB6. For example, If I have 75.45, it will return 75.00. If I export the data direct from Crystal Report, it works fine.
I tried with some updates for Crystal Report, but with no result.
Please, help me!
Export A Crystal Report To Pdf.
i have an app that generates a crystal report, in preview mode. the issue is when i press the export feature in the crystal report viewer i do not have the option to export to pdf. on all the other pc on the network i have the pdf option. all the pc's have the same install and i reinstalled adobe reader 6.0. can any help me with this issue. is there some file i need to check or reregister.
Thank You,
Thomas
Export An Access Report To PDf
I know, wrong forum but someone here will know how to do this.
How do I programmatically export a MS Access 97 report to PDF?
Crystal Report Export HELP!
Hi,
I'm using VB6 + CR7, one of the report I design contain a subreport. In the subreport, the detail may span over one page, and the group header will print again in each page.
When I preview my report, everything is fine. However, once I export the report to Paginated Text format, the group header will not repeat on 2nd pages and so on.
Can anyone teach me how to solve this problem?
Thx!
Export Using Crystal Report 8.5
I'm new to Crystal Reports... I've created a report in a VB application that has the export function enabled on the crystal viewer. It works great on my computer, but if I install the VB application on a machine that does not have crystal reports installed, the export function (on the tool bar) does nothing.
I assume that I need to include a dll in my package and deployment, but I'm stumped beyond that.
Am I on the right track??? What dll's do I need to include??? Is there something else that I'm missing?
Thanks!
Export Crystal Report
Hi VB addicts......
I created a Crystal Report in my VB application. I can't export it to any format using the built in exportbutton.
Please tell me what can I do to fix it. What *.dll are required to export and such?
Thanks in advance.
Norm
How To Export MS Access Report
Hi all
I have a Microsoft Access report that i want to export to a folder on my harddisk but the problem is, each month, i would like the script to run that will export this report to a folder on my Hard dirve.
each time the report is exported, it should be saved with the user id of the recipient, this process will continue until all the recipients have reports attached to their names . there are about 300 recipients
Pleas help!!! I am new in Macro and VBA
Iyke
|