Report Toolkit Standard Report Print Problem

We are trying to print a label out on a Zebra QL220+ Thermal Printer.  Using the Report Generation Toolkit and selecting the Report Type as "WORD" it works fine.  However by ONLY changing the Report Type to "STANDARD REPORT" it still prints out the label OK, but then scrolls out another blank label - it's like some sort of form feed character/command is somehow being appended.
We don't want to use the WORD Report Type, because I assume we have to install MS Office, which we don't want.
As you can see from the attached VI, it is just some very basic text that we are writing to the Label.
Is there some way we can see what data is actually being sent to the Printer for the two different Report Types?
Chris
Attachments:
Zebra Label Print.vi ‏43 KB

If your printer is networked you would open a TCP connection on port 6101 to the printer. If serial simply send the data via normal VISA commands.
Here is the CPCL for the one example label in your code:
! 0 200 200 440 1
TEXT 0 2 10 10 Date: <DATE>
TEXT 0 2 10 30 Time: <TIME>
TEXT 0 2 10 50 Operator: <INITIALS>
TEXT 0 2 10 70 Location: <LOCATION>
TEXT 0 2 10 90 Reason: <REASON>
TEXT 0 2 10 110 Post Comment: <COMMENT>
TEXT 0 2 10 130 S/N: <SN>
TEXT 0 2 10 150 Dryness Fraction:
TEXT 0 2 10 170 Signature:
LINE 100 190 300 190 1
PRINT
In the above label you would programmatically replace the "<x>" fields with the actual data you wanted printed. For your multiple S/Ns you would use a loop to add the lines with each S/N.
From the CPCL manual here are the pages for the elements I used above:
TEXT Commands
The TEXT command is used to place text on a label. This
command and its variants control the specific font number
and size used, the location of the text on the label,
and the orientation of this text. Standard resident fonts
can be rotated to 90° increments as shown in the example.
Format:
{command} {font} {size} {x} {y} {data}
where:
{command}: Choose from the following:
TEXT Prints text horizontally.
(or T)
VTEXT Prints text (vertically) rotated 90
(or VT) degrees counterclockwise.
TEXT90 (Same as VTEXT above.)
(or T90)
TEXT180 Prints text (upside down) rotated
(or T180) 180 degrees counterclockwise.
TEXT270 Prints text (vertically) rotated 270
(or T270) degrees counterclockwise.
{font}: Name/number of the font.
{size}: Size identifier for the font.
{x}: Horizontal starting position.
{y}: Vertical starting position.
{data}: The text to be printed.
LINE Commands
Lines of any length, thickness, and angular orientation
can be drawn using the LINE command.
Format:
{command} {x0} {y0} {x1} {y1} {width}
where:
{command}: Choose from the following:
LINE Prints a line.
(or L)
{x0}: X-coordinate of the top-left corner.
{y0}: Y-coordinate of the top-left corner.
{x1}: X-coordinate of:
- top right corner for horizontal.
- bottom left corner for vertical.
{y1}: Y-coordinate of:
- top right corner for horizontal.
- bottom left corner for vertical.
{width}: Unit-width (or thickness) of the line.
<!> {offset} <200> <200> {height} {qty}
where:
<!>: Use '!' to begin a control session.
{offset}: The horizontal offset for the entire label.
This value causes all fields to be offset
horizontally by the specified number of
UNITS.
<200>: Horizontal resolution (in dots-per-inch).
<200>: Vertical resolution (in dots-per-inch).
{height}: The maximum height of the label.
The maximum label height is calculated by measuring
from the bottom of the first black bar (or
label gap) to the top of the next black bar (or label
gap). Then 1/16” [1.5mm] is subtracted from this
distance to obtain the maximum height. (In dots:
subtract 12 dots on 203 d.p.i printers; 18 dots on
306 d.p.i. printers)
{qty}: Quantity of labels to be printed.
Maximum = 1024.
Mark Yedinak
"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot

Similar Messages

  • Drill-Down Report Printing Problem for Selection Parameters

    Dear Experts,
    Have tried to configure Drill-Down Report for Vendor Balances,
    Am having trouble when printing this drill-down report, Printing is coming OK but it comes with ALL selection parameters, for e.g, have entered 20 vendor codes for the balance display, system first prints all selection parameters and then it prints the output of vendor balances,
    User does not want selection Parameters to be printed with the Report Output. Please find below screenshot for the problem.
    Input Parameter Screen
    Report Output Screen
    Print Preview Screen (First Page - Selection Parameters)
    Your help is much appreciated, if anyone can guide me, how to switch off selection parameters from Print Output of Drill-Down Report
    Thanks
    Regards
    P

    Hello Ms. Preeti,
    Thanks for your reply, Have designed the report through FKI0 (FKI*)
    Have already looked these setting, but these are not helping really, PFB screenshot for settings am having in my system, if you have any idea which can avoid User Input Parameters from printing then it will be really great help
    Thanks for your help
    Kind Regards
    P

  • Crystal report printing problem in Malayalam

    Hi,
    I have a printing problem in Malayalam in crystal report.The viewer displays the correct font but the printed output displays the square boxes.I have installed the font.I am using Visual studio 2010 and crystal report 13.0 version.what could be the problem???
    please help me...!!!

    Hi priyashekar,
    I’m afraid that it is not the correct forum about this issue, since this forum is to discuss Visual C#. You can post your question in the
    Crystal report forum: http://scn.sap.com/community/crystal-reports-for-visual-studio/content?filterID=content~objecttype~objecttype[thread]
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report printing problem

    hi folks,
    I am facing problem in printing report thru Browser, Here is the case
    we have generated a text file at server using d2k report which we are displaying to user thru our application we have used all formating characters in it , we are required to print on 'dot matrics printer' . When we print the report the resulting printout is not comming as per page size in d2k reports means one report page is get printed on multiple page. We are supposed to print many report of different size .
    can any body suggest me how to handle this problem?
    we r trying to set browser print page size as per report page setting.if any body know abt it . please let me know.
    Thanks for any help
    Regards
    Pravin

    Hi Pravin,
    Why don't you try sending the report print straight to the printer without saving into text.
    Then you can customized the page print using printer definition files.
    Ref - http://www.oracle.com/webapps/online-help/reports/10.1.2/state/content/navId.3/navSetId._/vtTopicFile.htmlhelp_rwbuild_hs%7Crwrefex%7Cfiles%7Cprinting%7Cprt_a_packaged_printer_def%7Ehtm/
    Nilaksha.

  • Report print problems

    we are working on a couple of reports that are giving us problems printing. on the first we are getting multiple records that are the same this report prints fine ,but when i add the distinct keyword to the query the report comes up blank on the web. in the client/server environment the report prints the expected results. the second report is simply passed one parameter and i want to print that parameter as a barcode. i can also get this report to run in client/server but not on the web. these reports produce no errors just a blank report. we have other reports running fine but these two are driving me crazy. is there anything i should look for.
    null

    Hi nrp,
    This seems to be more of a Windows error but it could be related to how LabVIEW is trying to communicate with IE too. I would recommend that you try the official example and see what happens. There is a VI in the Example Finder called HTML Report. It shows you how to correctly create a HTML report. There is also an example by the name of PrintControlReport.vi. This shows how you can then print any report that you’ve created. The combination of the two should give you what you need.
    Hope this helps,
    Regards,
    Mahdieh G
    Applications Engineer
    National Instruments UK&Ireland

  • Report printing problem in Oracle Report 10g

    Hi group,
    I have one report which I am callinng from form. Out put is comming directly in PDF format, While taking printout on EPSON Printer allignment is not comming properly.
    But If i convert in to text format and print from MS-DOS prompt on same printer it is comming properly.
    Now want to print same in report builder directly in first way. whole environment is on Oracle AS and server is LINUX and client machine is windows
    Please revert back, It can be a great help for me.
    Thanks & Regards,
    Narendra.

    you can solve this problem by using oracle remote printing utility(orarrp)
    Nizhad
    Software Engineer,
    Accel Frontline Limited,
    Kochi.

  • Alv report print problems

    Hi all
    I have a problem when i print my alv grid report it first prints the title page then the revelent pages can i remove that title page.
    thanks

    have you checked with your windows administrator??

  • Report print problems windows 7

    Hi All,
    Am trying to get to the bottom of a really weird error that occurs periodically. 
    When trying to print an HTML report using the Print Report VI occasionally an IE error is thrown. An error dialogue with some info is shown, it says the error occurs in res://ieframe.dll/preview.js which is clearly not part of my LabVIEW code. Note this does not come out of the error cluster, it is generated within the ActiveX node itself.
    Any body have similar problems?
    Using LV2010 (32-bit) on Windows 7. Have tried installing latest versions of IE etc and it does not solve the problem.
    nrp
    CLA

    Hi nrp,
    This seems to be more of a Windows error but it could be related to how LabVIEW is trying to communicate with IE too. I would recommend that you try the official example and see what happens. There is a VI in the Example Finder called HTML Report. It shows you how to correctly create a HTML report. There is also an example by the name of PrintControlReport.vi. This shows how you can then print any report that you’ve created. The combination of the two should give you what you need.
    Hope this helps,
    Regards,
    Mahdieh G
    Applications Engineer
    National Instruments UK&Ireland

  • Report printing problem in Apex 3.2

    Hi I have configured report from instance manager in apex_admin as stated in documnets. Then I have created a report and configured printing attributes for printing the report region. but whenever I try to print the report I see the error :
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    Searching for solution I have found a url saying frequently solved problems, there they provided a solution for database 11g, but I need solution for 10g EE
    , Now I am really stuck into this. Please help.
    Hasan Al Mamun

    You need to install a print engine... See this article to get a better explanation: http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Thank you,
    Tony Miller
    Webster, TX

  • Oracle Report Printing problem

    Dear All,
    i m using below code on button in oracle forms 6i problem is that when i click on button report should be print
    on network printer but it's print blank page however network printer is not my default printer when i set default printer
    to this network printer its working fine.
    and also its working when i set mode=character and network printer is not default printer but when i set mode=default or bitmap and notwork printer is not default then its print blank page.
         DECLARE
              p_list     PARAMLIST;
         BEGIN
         p_list := get_parameter_list('importdata');
         IF NOT Id_Null(p_list) THEN
    Destroy_Parameter_List('importdata');
         END IF;
              p_list := Create_Parameter_List('importdata');
              Add_Parameter(p_list,'P_IGM_NO',TEXT_PARAMETER,'10117/11');
              Add_Parameter(p_list,'P_INDEX_NO',TEXT_PARAMETER,'498');
              Add_Parameter(p_list,'P_CHR_NO',TEXT_PARAMETER,'CL-APL100/011');
              Add_Parameter(p_list,'P_CONTAINER_NO',TEXT_PARAMETER,'APHU6305929');
              Add_Parameter(p_list,'P_USER',TEXT_PARAMETER,'ALI');
              Add_Parameter(p_list,'P_BAL_QTY',TEXT_PARAMETER,0);
              Add_Parameter(p_list, 'PARAMFORM', TEXT_PARAMETER, 'NO');
              Add_Parameter(p_list,'DESTYPE',TEXT_PARAMETER,'PRINTER');
         Add_Parameter(p_list,'DESNAME',TEXT_PARAMETER,'\\192.168.1.67\epson');
         RUN_PRODUCT(REPORTS,'\\ORASERV\Atlas6I\Import\System\Reports\abc.rep',
         SYNCHRONOUS,
         RUNTIME,
         FILESYSTEM,
         p_list,
         NULL);
         END;

    i have made one oracle 6i reports. its is quite wide.when i run the report it shrink into too small font.
    and i increse it font size it by pressing + button on menu bar it looks okay.
    >
    The + button only causes a zoom in on the screen. It is not affecting the actual layout.
    >
    but the problem is that when i take print out of it ,it's printout comes in its intial format(in small font) evenif i choose different type of paper size or different orientation . it's printout is coming in too small font.
    pl tell me how to overcome this problem>
    The report rendering engine tries to fit the report page into the physical page size. This results in shrinking of font size,etc.
    To fix
    a) reduce the content on the report to something reasonable for printing.(Std paper sizes and orientation)
    b) change the page size selection. Of course, you will need a printer and paper of the size you set.
    Cheers,

  • Report print problem !

    Hi all,
    I have a problem that in printer friendly mode I want to take a report output to printer.But my report columns are too more and it is difficult to fit all to the page.How can ı success this please help me .I searched in forum some suggest media style sheet .How can I use this for my problem .I am waiting your helps!
    thanks.

    To print directly, you have to have the printer installed on the application server. This is where the report is created, not on your client PC.
    The only way around this is to use the ORARRP tool, but this involves installing software on the client PC and modifying your web server settings.
    See:
    http://otn.oracle.com/sample_code/products/reports/index.html#orarrp

  • Report Printing problem after 11g2 Upgrade

    Hi,
    We have just upgraded our test platform from 11g1 to 11g2 running on Windows and now when trying to access printed reports we are ORA-03113: end-of-file on communication channel errors, have we missed something with changes to the required ACL's for printing in 11g2?
    David

    Hi,
    ORA-03113 issues are primarily caused by
    * Network Issues or Problems
    * Forceful Disconnection of a Server Session
    * Oracle Database Crass
    * Oracle Client or TNS layer inability to handle the connections
    Follow:
    http://www.dba-oracle.com/m_ora_03113_end_of_file_on_communications_channel.htm
    http://www.dba-oracle.com/t_replication_queue_stopping_ora_03113_end_of_file.htm
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Reports Print Problem

    i am using Application server 9.0.2 for my web applicaion and for reports i am using Report server for 6i for calling reports and report builder 6i for developing reports.AS 9.0.2 and Report server are on two different machines.
    i am getting output of my Oracle reports in htmlcss format in iframe object at front end through report server(cgicmd60).
    i am using print button in my applicaion.
    Now the problem is when i press my print button then i receive error "Access Denied".
    coding behind the print button is
    "window.frames['reportFrame'].print()"
    This problem is due to change of domains in web applicaion and report server.
    Is there any way to make button on reports which has print facility with dialog box.Or any other way to take print other then URL which has option of "destype=printer"

    i am using Application server 9.0.2 for my web applicaion and for reports i am using Report server for 6i for calling reports and report builder 6i for developing reports.AS 9.0.2 and Report server are on two different machines.
    i am getting output of my Oracle reports in htmlcss format in iframe object at front end through report server(cgicmd60).
    i am using print button in my applicaion.
    Now the problem is when i press my print button then i receive error "Access Denied".
    coding behind the print button is
    "window.frames['reportFrame'].print()"
    This problem is due to change of domains in web applicaion and report server.
    Is there any way to make button on reports which has print facility with dialog box.Or any other way to take print other then URL which has option of "destype=printer"

  • HRForm report print problem

    I'm modifying the Multiple Worksite Report - combine located at pu19. I have created a wage type to put the amounts in it, and I extended the form to 90 chars width to accomadate the new type.
    My problem is when I run the report, every new record gets a new page.!
    I look at pe51 for country 10, form name UMWR, under attribute the max line is 65, so don't know what is happening. any help will be great!

    When printing from Adobe Acrobat, on the Print screen click the Properties button. Then on the Advanced tab pick Paper node, and in the Paper Size property select Legal.

  • Reports Printing Problem

    My setup is Oracle 9iAS.
    I have a report which is generated in RTF format via the application on the client PC and is then printed or saved as Acrobat file.
    However, all of a sudden the formatting has been lost and the text overlaps the boxes and not all of it can be viewed.
    The problem could be default printer and driver however i am not sure.
    Could somebody help explain to me the architecture of how this would (or should )work.

    Hello Ram,
    It's not a problem. Assume your report output is PDF and showing you Zoom Out.
    Hope this helps
    Hamid

Maybe you are looking for

  • How to delete the Monitor Previous Items list ?

    Hello, I have in my monitor menu, the one in the menu bar, 2 lines : 1920x1080 60 Hz Millions Call them Last and Last-1 When I use Last-1 all my display becomes a bit blurred, specially the fonts in all apps. But it is LAST which has the check mark..

  • Loading datafrom a PL/SQL table into the Database table

    I have created two procedures to try and achieve the problem at hand. It retrieves and displays the record from a DBMS_OUTPUT.PUT_LINE prospective as indicated in (1&2), but I am having difficulty loading these values into a PL/SQL table from the pac

  • Bad Colors

    When I print out color pages, the color is not correct.  Brown comes out pinkish/purple.  Red is pink.  The date on the ink cartridge is 2009/06. Is this a problem with the printer or the ink cartridge?

  • Why is there a Leftover SaveAsXML Dialogue in Acrobat on Save to Text via Automation?

    Have written a Visual Foxpro automation routine which creates a PDF from an existing PDF via using the AcroPDDOC object and then Saving it as a Text File via the Javascript object SaveAs routine Code similar to: oPDF = CREATEOBJECT("AcroExch.PDDOC")

  • LSMW: Material Master Data migration

    I will be migrating material master data using LSMW IDOC. I also want to migrated associated material class data. The question is: How do I extract the material class data so that I can load them with LSMW IDOC CLFMAS after the materials are loaded?