Disable Export Button On Data Report
Does anyone know a simple way to disable the export button on the data report? I'd like to allow users to print out the data but not to export it to a file.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Export Button On Data Report
Does anyone know a simple way to disable the export button on the data report? I'd like to allow users to print out the data but not to export it to a file.
HOW DO I DISABLE THE EXPORT BUTTON?
ON DATAREPORT - HOW DO I DISABLE THE "EXPORT" BUTTON?
The user doesn't want that option, but I have not found the way to disable it. It's probably the same way you might disable the "Print" option, but I don't know how to do that either.
Any help appreciated!
Teo
Datareport Disable Export Button
How can I disable the Export button that is displayed when previewing a datareport? I want my users to be able to preview & print but not export the datareport.
Thanks in advance...
Export To Data Report
I need help attached file for your reference.
Question:
The report in the individual item for the long description line cannot form the second item in line.
For eg. Item 1 with the long description will jump down to second line, then for item 2 the description line should be printed on line 3, but some description line printed on line 2, it mess up the item 1.
Data Report Export
Hi
I am using a dataReport with DataEnvironment, I need to Export My DataReport to an EXCEL File, How can I do it?
Thank you for your concern
Roger
Export In Data Report
Hi Gurus!
I made a report using Data Report.
This report includes 8 images on RptImage controls.
There's no text in this report.
But in case export as html, there's no images in that exported html file.
Why does this happens?
Could anybody help me figuring out this problem?
Export Data Report In VB6
When I try to export a data report in VB6 I got "Report width is larger than the paper width".
Please help.
Thanks.
Export Data Report To File
I am trying to export a data report to file. It is easy enough to use the Data Report component of VB, but it does not support graphics. I am going to try and use crystal reports, but I cannot install the component correctly. I added by going to Project->Components->Crystal Report Controls
But if I go to Project->References there is no reference to Crystal Reports. What am I doing wrong?? How do I correctly set up Crystal reports?
Thanks,
Brandon
Data Report Export Command
I was just wondering if I could remove the export command on a data report? I have been searching it but haven't found anything that will really help.
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 Data From Crystal REport Viewer
hi friends,
i have used crystal report 8 , display records from my db. I have make Property Code:EnableExportButton=True of Crystalviewer. But when i click on export button and want to store all records in text or rtf file it doesn't store any data init.
so where m wrong , pls help me
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
Export Data In Listview To Crystal Report
I have a listview with data pulled from my MySQL database.
NOw I would like to print out the data in the listview. Note that my intention is just to print it.
I planned on using crystal report to print, to be more specific, i am thinking of first exporting the data to crystal report then call the print function to pribnt it. But how do I start? Do I even need crystal report in thye first place, because I just want the printing functuion?
How To Export Data From Crystal Report To Exel
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
Export Landscape Data Report To Text File
I can display and print a data report in landscape mode, but cannot get the report written to a text file without receiving the dreaded "Report Width is Larger than the Paper Width" error.
I've tried: filename1.ExportReport rptKeyText, with and without setting the paper orientation to landscape for the printer, but I still get the above error message. Any other suggestions?
Data Report Problem (export Format Messed Up)
Hello all,
I needs some help here before I pull out all of my hair. I wrote a program in vb6, that use an access db and data reports. The problem is that when I view my reports in the preview, everything is perfect, all formatting is where it should be, but when I export the file (txt or html, tried both) and save it to my computer and open it again, some the formatting is out of wack. Some parts skip over a few spots and some print on the line beneath it. Why is this doing this?
Help anyone.
Thanks,
Data Report Problem (export Format Messed Up)
Hello all,
I needs some help here before I pull out all of my hair. I wrote a program in vb6, that use an access db and data reports. The problem is that when I view my reports in the preview, everything is perfect, all formatting is where it should be, but when I export the file (txt or html, tried both) and save it to my computer and open it again, some the formatting is out of wack. Some parts skip over a few spots and some print on the line beneath it. Why is this doing this?
Help anyone.
Thanks,
creggio
How To Know The User Selection Export File Format Based On Microsoft Data Report
Hi all,
i am using microsoft data report in VB 6 , how to i get the user selection file format (open the export file dialog box) he or she wish to export the file for example to EXCEL. or is any window API to detect the file selection from the file dialog box.
after when the user select *.xls for export i wish to do other application processing , therefore is there any other to detect or know the file format selection from the file dialog box ?
Private Sub DataReport_Initialize()
rptDemo.ExportFormats.Add _
Key:="ExcelReport", _
FormatType:=rptFmtText, _
FileFormatString:="Excel (*.xls)", _
FileFilter:="*.xls"
End Sub
Private Sub DataReport_AsyncProgress(ByVal JobType As MSDataReportLib.AsyncTypeConstants, ByVal Cookie As Long, ByVal PageCompleted As Long, ByVal TotalPages As Long)
Dim iCount As Integer
Dim i As Integer
'iCount = rptDemo.ExportFormats.Count
'
'For i = 1 To iCount
' Debug.Print rptDemo.ExportFormats(i).FileFormatString
'Next
End Sub
How To Disable Or Remove Print Icon On Data Report
Hi All,
Any one please let me know how to disable or remove the print icon on a Visual Basic 6.0 Data Report. I want do not want a user print the report from here. I will use 'DataReport1.PrintReport False' to print because when a report is printed I need to update a Database column.
Thanking you in advance.
Mr. Utpal Sikdar
How To Disable Or Remove The Print Icon On Data Report
Hi,
Would you please let me know how to disable or remove the print icon on a Visual Basic 6.0 Data Report. I do not want a user print the report from here. I will use 'DataReport1.PrintReport False' to print because when a report is printed I need to update a Database column.
Thanks,
U. Sikdar
vikramjb : Thread moved to the reporting section from database section
Edited by - vikramjb on 12/28/2005 4:04:29 AM
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 !
Data Report Print Button
hi,
is it there a way to disable the print button of the data report in vb6 in run time?
alexis
Exit-Button In A Data Report
Hello !
When I create a data report there are only the "print" and the "export" buttons available. Is there
a way to insert a "Exit"-Button at runtime also ?
Thanks in advance ...
Kind regards,
Achim
Why My Navigation Button Disappear On The Data Report?
Hi,
I'm having problem with the navigation button (to display no. of record) on the bottom of the data report. It disappear.
I need this navigation button to view all the pages. If not, i can only view the first page.
Any idea? Thanx in advance..;)
Trap Data Report Print Button Events
Using VB6 SP6. The open data report is displayed in a container that has a print button in the caption bar.
I need to know when that button is used, but can't find a way of getting at it. Anyone know how to trap its click event? Maybe an API? Silence is golden.
Duct tape is silver.
Export Button
I am using Crystal Report 9.0 as my report development tool. On the client machine(Win95), when I click the export button, nothing happens.
I've checked that all the required files for exporting the reports have been installed in the client computer(such as u2d*.dll, u2f*.dll). The export function works fine when the client machine is in Win98 OS.
Any suggestion to solve this problem is appreciated.
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"
Crystal Export Button
Hi all!
I am lacking the technical terms but it goes like this.
I am viewing a report in the form of the report viewer, after i move my mouse in a certain place(record) in the report and double click it, a new tab in the report is shown, i go to it and then i try to click the export buttton but for my surprise its not enabled! If i go to the 'Main' tab it goes enabled again and if i go to the tab i 'created' if disables again!
Why does this happen and how can i go around this?
I apreciate your help! Thanks!
Export A Button:::then Import Him Back
VB6__hello everybody!
I have a problem and i dont have any idea how to simplify my request.
I just explain in much simple words i can.
In a form i draw a button.
In the code related to this button, i make a custom functionality(when pressed become blue for example) for the button.
NOW my question is: how can i export that button(GUI)+code in that manner that when i need him in a larger code, just call(include) him from where i exported earlier.
I wander if i can instantiate him, for example: If i call another button (the same exported) and now in my new form i have 2 or 10 buttons, they are working fine with no bugs and they have in fact the same source(the exported one).
**!******!*******!
But remember: in my new CodeForm i just "call" that button with a single line of code and The button CODE its not avaible in my New code. And if i want to change the source code for that particular button i still can change it in his own form of course.
nice huh?
I hope you can understand my question and encourage me with a nice answer.
Subreport Export Button Greyed Out
am using vb6 I know how to enable the Export button in main report but am having a problem trying to enable the Export button on the subreport. Am using CRViewer1.EnableExportButton = True for main report but no luck with subreport.
Thank's
Nick
Export Button In Crystal Reports Developed In RDC
I have developed Crystal reports using both the RDC and standalone (using old CrystalReports control to access).
The standalone reports have an Export button which allow the user to e-mail the report in another format. The problem I am having is that I can't seem to find out how to add this export button to an already existing report developed with RDC.
Does anyone know how to add the export button to a Crystal Report?
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..
|