Print problem of TO form

Hi All,
I hit a problem for the printout of Transfer order form,
for the TO printout settings, i have set the print code and form(LVSTAEINZEL) for the warehouse in OMLV, the settings were fine,
but the TO printout was an abap list instead of Script form format when materials were transfered in LT10,
i check the spool request type in SP02, i found the type was abap list, not SAPscript, what's the reason for that?
below was the TO output,
could you help me how to slove this problem, thanks in advance,
Kind reagrds
TO output, not a Form----
JOB:
: 300
: ~
: 2010-07-21
: ~
: 022358
: ~
: B00.DR40.1
: ~
: ZTEST12
.INVD:
: Material:
: ~
: Src. bin:
: ~
: Dstn. bin:
: ~
: TO-No/itm:
: ~
: Target qty.:
: ~
: Transport qty.
: ~
: Variance:
: ~
: Date/Signature:
: ~
: ~
: ~
: ~
: hours
: ~
.BCD:
: C128
: ~
: Code128
: ~
: R01/2
: ~
: 0.0
: Movement Type:
: ~
: 999
: ~
: 0000000565 0001
: ~
.SRC:
: TYP
: ~
: Bin Type:
: ~
: ~
: Remaining:
: ~
: 0
: ~
: R03
: ~
: /1
: ~
.DSTN:
: SEC
: ~
: Bin Type:
: ~
: ~
: ~
: ~
: ~
: ~
: R01
: ~
: /2
: ~
: Batch:
: ~
: 0000000001
: ~
: 500
: ~
: APOC
: ~
.BCDTA:
: C128
: ~
: Code128
: ~
: 00000004830001
: ~
: 0.0
: ~
: 0.0
: ~
: ~
: ~
: ~
: 0
: ~
: ~
: S
: ~
: 0.00
: ~
: 0.0
: ~
.SORT:
: 020R01/2
: ~

Hi ,
Everything is fine. Then it should have hit the form which is configured. Can you check the same by putting break point the print program.
Thanks
Kamath

Similar Messages

  • Print problem with Interactive forms

    Hello,
             I have a problem when i am checking the print preview of an Interactive form from transaction SFP.
    The error is 'Cannot find PDL type for output device locl'.
    i tried somany output devices but the erros is still continued.
    Plzz help me in this regard.
    Thanks in Advance

    The above error indicates that the printer does not support ADS documents but will work fine with other types. Configure a printer that suports ADS documents..Ask your Basis team to do so.

  • Printing Problem in Adobe Forms

    Hi,
    We have created Adobe Form and it is working fine but the problem is with printout. when we issued output and click on
    print, the output comes with larger font size. Is there any settings in output parameters for printing same as print preview?
    I will be very greatful if any one update on this.
    Thanks & Regards,
    Venkateswararao G

    Hi,
    Please refer to SAP Note 1503523.
    Regards,

  • Printer Problem In Oracle Forms And Reports server

    Hi,
    I am facing a problem regarding installation of printer drivers in my Reports Server (10.1.2.0.2 on Windows 2003).
    Unless the printer driver is installed locally on the Report Server Reports are not printing.
    The problem is with the USB printers at various location .
    How to install the printer in this case.
    Any one can help in this regards.
    Regards,
    Kumar

    I think that specific drivers are needed always when you need to print in windows enviroments, with or without report server, locally or remotely. If windows "see" the printer, report server does too.

  • Dynamicaly Photo Print Problem in Adobe Form

    Hello Expert,
    I want to display Employee Photo on Performance Apprisal form Dynamicaly on Adobe Form(SFP).
    for which, i trieed two  method -
    1)-    
    DATA : lv_pernr1 TYPE tdobname.
    CONSTANTS: c_graphics TYPE tdobjectgr VALUE 'GRAPHICS',
    c_bmap TYPE tdidgr VALUE 'BMAP' ,
    c_bcol TYPE tdbtype VALUE 'BCOL'.
    DATA : ls_z_if_test_cv TYPE xstring.
      lv_pernr1 =  '11000003'.       " Employee Number
         CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
           EXPORTING
              p_object        = c_graphics
              p_name         = lv_pernr1
              p_id               = c_bmap
              p_btype         = c_bcol
            RECEIVING
             p_bmp          = ls_z_if_test_cv         
            EXCEPTIONS
              not_found      = 1
              internal_error = 2
              OTHERS         = 3.
          break jp_deepaks.
          IF sy-subrc = 0.
            lv_filename = ls_z_if_test_cv.
         ENDIF.
    2)-
    Find Photo URL of Employee
    DATA : uri TYPE toauri-uri.
    DATA: lv_filename1 TYPE toauri-uri.
          CALL FUNCTION 'HRWPC_RFC_EP_READ_PHOTO_URI'
            EXPORTING
              pernr            = '11000003'
              datum            = sy-datum
              tclas            = 'A'
            IMPORTING
              uri              = uri
            EXCEPTIONS
              not_supported    = 1
              nothing_found    = 2
              no_authorization = 3
              internal_error   = 4
              OTHERS           = 5.
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          lv_filename1 = uri.
          CALL FUNCTION 'HR_KR_STRING_TO_XSTRING'
           EXPORTING
              codepage_to      = '8500'
              unicode_string   =   lv_filename1
            IMPORTING
             xstring_stream   = ls_z_if_test_cv
            EXCEPTIONS
             invalid_codepage = 1
              invalid_string   = 2
            OTHERS           = 3.
         IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
         ENDIF.
    But both methods are not working properly. How can i do this??
    Thanks in Advance,
    Regards,
    Shri

    Hi,
    I fetch the detail from table toahr with passing parameter
    sap_object = 'PREL', reserve = 'JPG'  and ar_object  = 'HRICOLFOTO'.
    i got the ARC_DOC_ID form table toahr. now how can i print this emp photo on Adobe form.
    is this hexadecimal value or string ?
    please explain the whole process for printing employee photograph on Adobe Form?
    Thanks,
    Shree

  • Adobe form print problem

    Hi all,
    I'm new to Adobe forms. I have created a new abode form and trying to execute the function module from SFP transaction itself.
    after executing its asking for printer. there are three printers configured in my system. No matter which printer i selected, its throwing following error
    Exception SYSTEM_ERROR
    Message ID: FPRUNX  Message number: 001
    Message: ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)
    i dont know whether its adobe form problem or printer problem.
    if its printer problem please let me know how can we configure new printer in sap?
    Thanks

    Hi All,
    I changed the printers device settings...That error is not coming now. But when i execute the adobe form it is not showing any output., and goes into endless processing..Can anybody suggest me what can be done?
    Regards.
    Edited by: s m on Feb 9, 2009 1:27 PM

  • Problem in printing a java swing form

    Hi,
    Could anyone help me on how to set the page margings while I print a java swing form since it is taking a lot of space as margins in the top right top and bottom how do i do that. or is it that java can only print in the printable area or is there any way i can increase the scope of the printable area

    I used PrintRequestAttributeSet and set the margins to 0.5 on all four sides by creating an instance of MediaPrintableArea. By default, the margins on all sides comes up as 1.0 inch. Default paper size is LETTER (8.5 x 11).
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(new MediaPrintableArea(0.5f,0.5f,7.5f,10.0f,MediaPrintableArea.INCH);
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(component);
    if(printJob.printDialog(aset))
    printJob.print(aset);
    hope it helps.

  • How to make the print command wait until form is rendered.

    This is an ongoing issue that so far I haven't been able to figure out how to fix, so I'm hoping that someone will have a good idea or work around. I'm working in LiveCycle Designer ES v8. using JavaScript.
    I have to include a feature that allows the user the choice to print out a dynamic form to fill out by hand. So I've created a button that asks if this is what they want to do, if they answer "Yes", then several things are scripted to happen. All data is reset, some subforms and pages are made visible, while other subforms are hidden, and text fields are expanded. This causes the form to expand from one page to 15 pages. Then it prints using this command:
              xfa.host.print(1,   
    "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);
    The problem is that when the print dialogue box appears, the Print Range is always set to less than the total number of pages. It looks like that the print commands fires before the form has completed rendering. This isn't a big deal since the user can click to set the Print Range to "All" which will print all 15 pages. The problem is that most people don't read the dialogue box. They click "okay" and end up with their form cut off.  Then I get phone calls that my form doesn't work.
    Is there anyway to delay the print command until everything has finished rendering? Or set the Print Range to always go to "All"?
    Thanks in advance for your help with this.

    It sounds like you'd be fine if you just separated the print function from your "Yes" button. It will require a 2nd button click from the user but that would be the only inconvenience.

  • How do you print data from a form?

    From the interactive report, there's a built in function to print to variious formats (e.g., PDF, CSV, etc).
    As long as the columns do not exceed the width of a page, it's okay.
    But what I want to do is when a user clicks on 'edit' from the interactive report and displays the data entry screen, I want to be able to have a 'Print' button to print the data from a form.
    Don't want to manually modify the URL to change a parameter to print.
    Really appreciate any help I can get on this matter!!!

    I want to be able to have a 'Print' button to print the data from a form.Create a Print button in the form page with an <tt>onclick</tt> attribute that calls the method<tt>print()</tt> method:
    onclick="window.print();"
    Don't want to manually modify the URL to change a parameter to print. Sounds like you want to be able to control which page elements are printed and how they are formatted?
    This is quite straightforward using a print media style sheet.
    You'll need to identify CSS selectors (usually IDs and classes) from the page HTML for the components and regions that are not to be printed: a web inspector such as that found in Safari, or the Firefox+Firebug combo is useful for this. It's also a good idea to give all of your regions a unique static region ID to assist with this identification. Using this information, you can construct the style sheet to exclude all of the unwanted content using <tt>display: none</tt> rules.
    In a simplified example, say you identify that there are 4 regions on the page, and you only want to print region 3. You would add the following style sheet to the page HTML Header:
    <style type="text/css" media="print">
    #region-1, #region-2, #region-4 {
      display: none;
    </style>+{message:id=2475831}+ is a solution to a similar problem, and see this article for more enhancements that can be included in your print style sheet.
    Really appreciate any help I can get on this matter!!!You'll get effective help more quickly if you include the following information upfront when posting a question. This enables others to understand, replicate and determine the most appropriate fix without wasting time asking all kinds of supplementary questions:
    - APEX version
    - DB version and edition
    - Web server architecture (EPG, OHS or APEX listener)
    - Browser(s)/version(s) used
    - Theme used
    - Templates used
    - Region/Report/Process type
    And please update your forum profile with a better handle than "846623".

  • How can print a report from form 6i,  when I press a button?

    hi Friends,
    How can print a report from form 6i, when I press a button?
    When i press a button from Form 6i, the report should print through printer.
    I have done it by using report parameter DESTYPE Printer but problem is that when I press a button printer dialogue box appear and then I give command Print to printer, I don’t want to show Printer dialogue box.
    I want when I press a button form Forms 6i , printer will print my report directly.
    Please send me the solution of this problem.
    Best regards,
    Shahzad

    Hi
    If You are using Client server application then to passing to Add all Print Parameter in the Host Command.
    Means Print command in unix to Host(lp.............) and Other Parameter to file name of the report to print.
    If You not Use Client Server Application the Also Passing a Host Command in Button-Pressed Event and Run.

  • Problem in tabular form based on dynamic view and pagination

    Hi All,
    I have a manual tabular form based on a dynamic view. The view fetches the records based on search criteria given by the user in all cases. But this view fetches ALL records when user clicks on pagination, without considering the search criteria. This is the problem I am facing.
    I am doing the following:
    Since tabular form does not support pl/sql function returning query, I cannot use a table directly. I need my results based on search criteria selected by user. Hence I created a dynamic view and used a "INSTEAD OF UPDATE" trigger to update the table.
    I use a set bind variables procedure, on load before header for setting the variables.
    This view fetches the correct data based on user search always. It creates a problem only in one situation, when using pagination in the report.
    The example can be found at:
    http://apex.oracle.com/pls/otn/f?p=19399:1:
    username = [email protected]
    pwd = kishore
    Here if "manager name" is entered as test, we get 5 records in "Summary of requests" report and 5 records in "Inactive Requests" report. When user clicks on Pagination in any of the reports, ALL the 7 records get fetched in "Summary of Requests" and 6 records in "Inactive Requests". How can I overcome this problem?? The report must consider the search variables even when pagination occurs.
    Is this because, the inbuilt "html_PPR_Report_Page" executes the region query once again by considering all search variables as NULL?
    Backend Code is at:
    http://apex.oracle.com/pls/otn/
    workspace: sekhar.nooney
    Username :[email protected]
    pwd: kishore
    application id = 19399
    My region code is something like:
    select *
    from regadm_request_v
    where access_type = :F110_REGADM
    and status <> 'INACTIVE'
    order by request_id
    My view code is:
    CREATE OR REPLACE VIEW REGADM_REQUEST_V
    AS
    SELECT *
    FROM REGREGOWNER.REGADM_REQUEST
    WHERE upper(employee_name) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_EMPLOYEE_NAME),'%')||'%'
    AND upper(manager_name) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_MANAGER_NAME),'%')||'%'
    AND upper(employee_sunetid) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_EMPLOYEE_SUNET_ID),'%')||'%'
    AND upper(manager_sunetid) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_MANAGER_SUNET_ID),'%')||'%'
    AND upper(request_date) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_REQUEST_DATE),'%')||'%'
    AND upper(USAGE_AGREEMENT_RECVD) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_USAGE_AGREMNT_RECVD,'~!@',NULL,REGADM_REQUEST_PKG.GET_USAGE_AGREMNT_RECVD)),'%')||'%'
    AND upper(STATUS) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_STATUS,'~!@',NULL,REGADM_REQUEST_PKG.GET_STATUS)),'%')||'%'
    AND upper(REQUEST_APPROVED) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_REQUEST_APPROVED,'~!@',NULL,REGADM_REQUEST_PKG.GET_REQUEST_APPROVED)),'%')||'%'
    AND upper(nvl(APPROVAL_DATE,sysdate)) LIKE '%'||nvl(upper(REGADM_REQUEST_PKG.GET_APPROVED_DATE),'%')||'%'
    AND upper(APRVL_REQUEST_SENT) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_EMAIL_APPROVERS,'~!@',NULL,REGADM_REQUEST_PKG.GET_EMAIL_APPROVERS)),'%')||'%'
    AND upper(NOTIFY_APPROVED) LIKE '%'||nvl(upper(DECODE(REGADM_REQUEST_PKG.GET_APPROVAL_NOTIFICATION,'~!@',NULL,REGADM_REQUEST_PKG.GET_APPROVAL_NOTIFICATION)),'%')||'%'
    I would be glad for any suggestions.
    Andy/Varad any ideas? You both helped me a lot on my problems for the same application that I had faced before in More Problems in Tabular form - Please give me suggestions.
    Thanks,
    Sumana

    Hi Andy,
    The view and the package for setting bind variables work properly in my entire application other than the pagination. A pity that I came across this only now :(
    I have used this same method for holding variables in another application before, where I needed to print to PDF. I used this approach in the other application because my queries were not within the APEX character limit specified for the "SQL Query of Report Query shared component".
    In this application, I initially had to fetch values from 2 tables and update the 2 tables. Updateable form works only with one table right? Hence I had created a view. Later the design got changed to include search and instead of changing the application design I just changed the view then. Still later, my clients merged the 2 tables. Once again I had just changed my view.
    Now, I wanted to know if any method was available for the pagination issue (using the view itself). Hence I posted this.
    But as you suggested, I think it is better to change the page design quickly (as it would be much easier).
    If I change the region query to use the table and the APEX bind parameters in the where clause as:
    SELECT *
    FROM REGADM_REQUEST
    WHERE upper(employee_name) LIKE '%'||nvl(upper(:P1_EMPLOYEE_NAME),'%')||'%' .....
    I also changed the ApplyMRU to refer to the table.
    Here the pagination issue is resolved. But here the "last Update By" and "Last Update Date" columns do not get updated with "SYSDATE" and "v(APP_USER)" values, when update takes place. Even if I make the columns as readonly text field, I am not sure how I can ensure that SYSDATE and v('APP_uSER') can be passed to the columns. Any way I can ensure this? Please have a look at the issue here: http://apex.oracle.com/pls/otn/f?p=19399:1:
    I have currently resolved the "last update" column issue by modifying my view as:
    CREATE OR REPLACE VIEW REGADM_REQUEST_V
    AS
    SELECT *
    FROM REGADM_REQUEST
    I modified my region query to use APEX bind parameters itself as:
    SELECT *
    FROM REGADM_REQUEST_V
    WHERE upper(employee_name) LIKE '%'||nvl(upper(:P1_EMPLOYEE_NAME),'%')||'%' .....
    And I use the "INSTEAD OF UPDATE" trigger that I had initially written for update. The code is:
    CREATE OR REPLACE TRIGGER REGADM_REQUEST_UPD_TRG
    INSTEAD OF UPDATE
    ON REGADM_REQUEST_V
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    BEGIN
    UPDATE REGREGOWNER.REGADM_REQUEST
    SET MANAGER_EMAIL = :NEW.MANAGER_EMAIL
    , EMPLOYEE_EMAIL = :NEW.EMPLOYEE_EMAIL
    , STATUS_UPDATE_DATETIME = SYSDATE
    , USER_UPDATE_ID = (SELECT v('APP_USER') FROM DUAL)
    WHERE REQUEST_ID = :OLD.REQUEST_ID;
    END;
    Please let me know how I can resolve the "last update" column issue using the table itself. (Just for my learning)
    Thanks,
    Sumana

  • Goods Receipt Note - printing problems

    Hi there
    I have a couple of issues regarding printing problems for Goods Receipt Notes.
    The 1st problem
    Only the first line item is printed on the GRN, all the other line items are omitted from the GRN.
    The 2 nd problem
    When doing a Non-stock item GRN it does not print at all.
    The 3 rd problem
    Our stock count sheet only print 300 line items at a time and it is also not in sequence.
    Another printing problem is with our picking list
    Here what happens is that instead of the picking list skipping the "perforate section" at the end of each page, it just continious printing one stroke through without any intervals.
    Then the last issue but with printing of Reservations, is that even though we have zero stock on hand, the reservations are still being printed. This causes a problem not only waisting paper, but we have to go through those lists to identify the actual reservations that can be issued.
    Please can anybody help?
    Regards
    Sonja

    in NACE Tcode
    u can Find
    choose ur application and press output type...
    select ur output type and press processing routine...
    u will find the progran name and form name..
    if it is usefull plz reward
    Regards
    Anbu

  • Problem  in Adobe Form

    Hi,
    I have some problem in adobe form.................................
    I have to design  my adobe form in  ADOBE DESIGNER layout.
    and in the another end i have make my application programe in which i picke
    some data from the sap tables. now my problem is that how can i send the data in
    my adobe form from my programe  i want to print that data on the form.
    and always my programe is going to be  notresponding.

    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
          EXPORTING
            i_name     = 'Adobe form name'
          IMPORTING
            e_funcname = lv_funcname.
        IF sy-subrc = 0.
    u will get the fm name here.....
    use fb_job_open
        CALL FUNCTION 'FP_JOB_OPEN'
          CHANGING
            ie_outputparams = gs_output
          EXCEPTIONS
            cancel          = 1
            usage_error     = 2
            system_error    = 3
            internal_error  = 4
            OTHERS          = 5.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    CALL FUNCTION lv_funcname
          EXPORTING
            /1bcdwb/docparams  = gs_outputpara
            wa_data            = <> pass value here....as per u r requirement.(interface)
            PATH             = <>
          IMPORTING
            /1bcdwb/formoutput = ls_return
          EXCEPTIONS
            OTHERS             = 1.
                          FP_JOB_CLOSE
        CALL FUNCTION 'FP_JOB_CLOSE'
          IMPORTING
            e_result       = result
          EXCEPTIONS
            usage_error    = 1
            system_error   = 2
            internal_error = 3
            OTHERS         = 4.
        IF sy-subrc <> 0.
    regards
    Anbu B

  • G3 Pismo Powerbook and HP Deskjet 3325 Printing Problems

    The problem is that the Deskjet fails altogether to print sometimes. The error message tells me to allocate more memory to the printer. I do so but this does not help at all. I have 128Mb virtual memory turned on in addition to the built-in RAM of 128Mb.
    Might the problem simply be lack of RAM? There does seem to be plenty of memory available if I look at ‘About this Computer’
    In order to try and solve this problem, I have updated
    OS 9.1 to 9.2.1 to 9.2.2 successfully
    downloaded and installed the latest printer driver v.6.4 from the HP download site
    I now have two options, among others, in the left-hand window of the Chooser:
    The old printer driver called something like Deskjet 5.3 and the new printer driver called Inkjet 6.4
    If I select the former, which is what I always did in the past, the Deskjet 3325 printer appears in the right-hand window of Chooser, I select it (with AppleTalk inactive) and then the document sometimes, but sometimes not, prints OK.
    If on the other hand, I select the Inkjet 6.4 driver in the left-hand window, no printer at all appears in the right-hand window. If I just continue from here and give the print command inside, for example a Word document, the print dialogue appears, I click on print, but am then told that I have selected a model called HP 6670, which is the wrong model of printer, and must therefore select the right model. The Inkjet Printer Utility does not offer me the option of selecting the right model viz the 3325, or indeed any model.
    It may or may not be relevant, but I have Word 5.1 and Word 98 on the G3. Printing problems seem to occur far more with Word 98 than Word 5.1.
    I would be most grateful for any help. Thanks.
    Nick
    G5 iMac   Mac OS X (10.4.6)  

    Well. I'll answer my own question in case anyone is interested.
    Uninstall the HP printer drivers.
    To do this, delete all references to HP in the Extensions, Disabled Extensions, Preferences and Startup folders, all of them in the System folder, by selecting them, dragging them to the Trash and emptying the Trash.
    Then do the same with all references to HP items in the Applications folder.
    Download and reinstall the most-up-to-date printer driver avaialble for your printer from the HP website.

  • Canon MG6220 wierd zooming/cropping printing problem, only when printing with Windows XP?

    The printer in question is a Canon Pixma MG6220, connected to a WindowsXP printer.  I've printed this same document on a Brother laser printer, that is connected to the same computer, and it prints correctly.  I've printed this same document on a Epson inkjet printer, and it prints correctly.  I've printed this same document at Staples, on one of their big laser printers, and it prints correctly.  So, this printing problem is only occurring with this Canon printer. One other thing that may help you with this, is that last night I moved this Canon printer to another computer, except this one had Windows 7 on it, and it printed flawlessly!  So, it seems that it may have something to do with Windows XP printer driver. 
    I'm printing a one page document from Word 2002 which consists of about 10 pictures, no text.  All the pictures on the page are the same height but a different width.  When I print the document, some of the pictures print correctly and some of them do not.
    Essentially, what is happening is that some pictures are zoomed in about 50%, yet still print in the same area that is set in the document.  So, the image looks like it has been rudely cropped.
    The oddest thing is that this only happens to some of the pictures.  There is nothing special about these pictures.  The pictures that print correctly are from the same source as the ones that don't print correctly. I’ve done other Word documents like this, with the same format but different pictures, and they printed wrong too, some pictures correct and some zoomed/cropped.
    Here is a summary of the pictures from the files I attached,  and which ones  printed correctly, and which did not:  The first one is a screen capture of the Word document, and the other is a scan of the printed document.
    Row 1
        Pic 1 – error (zoomed/cropped), Pic 2 – error, Pic 3 – correct, Pic 4 – error
    Row 2
        Pic 1 – correct, Pic 2 – correct, Pic 3 – correct
    Row 3
        Pic 1 – error, Pic 2 – error, Pic 3 – correct, Pic 4 – error
    Row 4
        Pic 1 – error, Pic 2 – error, Pic 3 – correct
    One observation of the incorrectly printed pictures, is that the upper left corners appear unaffected.  It is the lower right corners that get the weird zooming/cropping effect.

    Urgently restore a backup of the registry.
    Urgently do not use the word 'urgently' in a forum of volunteers.
    Also it can not be urgent, as Forms 4.5 dates from the Flintstone age, and probably isn't even certified on XP.
    However, the error message is very clear: Apparently Forms 4.5 uses the registry to store printer info: you need to get that entry back. That kind of info is usually documented. Documentation is likely still online.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • LaCie Ethernet Disk Mini Gigabit/USB not recognized by Leopard

    I have successfully setup the disk on USB using OS X Tiger 10.4.10 but I cannot get the Network Preferences Pane to recognise the disk as an ethernet device under OS X Leopard 10.5 during initial installation and configuration. Under Leopard the disk

  • G5 iMac OS 10.4.8 won't remember passwords

    My computer won't remember passwords, even though I click the appropriate box. Microsoft Entourage is the program where ethis is most inconvenient. Anyone have any suggestions? Thanks! Beverly

  • Automatic ken burns effect

    ken burns effect in iphoto: how do i get rid of it? i can't have my pics moving about, it messes up the entire animation (weather sat pics)  2008 iphoto seems to have had the option to switch the thing off http://basics4mac.com/article.php/2006082120

  • Pxi 4070 input impedance

    I am trying to modify the input impedance of the pxi 4070 dmm with the NI DMM property node.  When I set the input impedance to greater than 10 giga ohms, I am getting an error outputted after running niDMM Configure Measurements Digits.vi.  The sign

  • How do I reset Launchpad in Mavericks?

    I've used the Terminal trick for deleting the DB and then restarting the Dock. It doesn't work. I still have the same folders and organization as before. I want to do a complete reset of Launchpad. I want the OS to repopulate Launchpad as if it were