answersLogoWhite

0

is :

CrystalReport1.Reset CrystalReport1.ReportFileName="MyReport.rpt" CrystalReport1.Destination=(Printer) CrystalReport1.Action=6 CrystalReport1.DiscardSaveData=True

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you print scanned signature on reports?

To print a scanned signature on reports, first ensure the signature is scanned at a high resolution and saved in a compatible format (such as PNG or JPEG). Next, insert the image into your report template using a word processor or report generation software, positioning it appropriately. Finally, adjust the image size if necessary and print the report, ensuring the printer settings are configured for high-quality output.


You wants to print a single record in crystal report using vb6 but you don't where and how you write query to retreive single from database?

As you enter Visual Basics select windows form applications. Name form, select single or multiple. After selecting what sort of form you like to create proceed to link your contacts page or table to database. Apply filter query and select printer action.


What is the advantage of using crystal reports?

1. Secure as End user cannot modifiy the data which is appear in the report if we use crystal report to show the report but in HTML, user can modify the report data 2. Report layout is not transparent, so that end user will not know about how we design the report. But in HTML, anybody can study the report layout and can copy the technology 3. Can export into different format like PDF, HTML, XML, etc., and many more...


How do you print form 16A using tally9?

If the details regarding the TDS is already been maintained in the tally then on the gateway of tally screen press on DISPLAY followed by STATUTORY REPORT - TDS REPORTS - FORM 16A. Now choose the appropiate ledger from the list and press ALT+P and tally will print the report


How to get Crystal Report control in VB6?

What version of Crystal reports?Assumptions:If you have Crystal Reports installed on the development machine, then you will already have all the dll's required for your VB6 project.You're using Crystal Reports v8 or v8.5.You will name the crystal report object 'rpt'.Configuring the project:In your VB6 project, Select 'Project'->'Components' and check the checkbox for 'Crystal Report Control' and click 'OK'Open the 'Form' view for the form you are coding and drag the 'Crystal' control onto the form.Coding the project:You can now reference the 'Crystal' object from within your code. Take note of the name of the report object, or change it to something useful.Set the WindowTitle, Connect, ReportFileName and SQLQuery properties to values relevant to your setup.Optionally, you can set the following values: (DiscardSavedData [I recommend setting this to True as it speeds things up in most cases; in fact, I recommend saving your crystal files without any saved data in the first place.], ProgressDialog, and if you have Formulas in the report that you wish to pass in, you can do so using the Formulas(x) property.Once all properties are set, launch the report using the following code:"rpt.Action = 1"Sample code:rpt.WindowTitle = Me.Captionrpt.Connect = "[Insert ADO Connection String here]"rpt.ReportFileName = sReportsDirectory + "\SomeReport.rpt"rpt.DiscardSavedData = Truerpt.ProgressDialog = Truerpt.SQLQuery = "select field1, field2, field3 from tbl1 where field4 = 'Y'"rpt.Action = 1


How do you print using the Rollmaster software?

First you have to retrieve the data from the database by using the 'records view', 'Query' or 'report' menus. Then select print.


How are accident reports usually filed?

Accident reports are usually filed with the police. They will interview the person and fill in the accident report using those details. A separate report is filed with the insurance company.


How do you create a report using VB 6?

You can we the default support provided by vb or use other reporting tools like crystal reports. To use the default support select data report from components. To link the data report to database you will have to include a data environment component, ink the control to the database by selecting its properties and then link this data environment to the data report. You can call the data report the same way other forms are called.


Iam using canon faxL380 how can i print monthly activity report?

To print the monthly activity report on your Canon Fax L380, first, ensure the fax machine is turned on and ready. Then, press the "Report" button on the keypad, followed by the "Monthly Activity Report" option. The machine will generate the report, which you can then print. If you need further assistance, consult the user manual for specific instructions related to your model.


What types of reports can be prepared using spreadsheet?

Almost any kind of report can be made with Excel if there are any numbers in it. So it could be things like financial reports, or statistics reports or scientific reports. Excel is very versatile and can be used for lots of things. So your report could include data and charts for example.


What types of reports can be prepared using spreadsheet software?

Almost any kind of report can be made with Excel if there are any numbers in it. So it could be things like financial reports, or statistics reports or scientific reports. Excel is very versatile and can be used for lots of things. So your report could include data and charts for example.


One of the ways to print in GFEBS is to?

One of the ways to print in GFEBS (General Fund Enterprise Business System) is by using the "Print" function available within various reports and documents. Users can select the desired report, navigate to the "Actions" menu, and choose the "Print" option to generate a physical copy. Additionally, documents can be exported to PDF or other formats for printing. It's essential to ensure that the correct printer settings are configured for optimal output.