Word 2010 Field Code makes page header disappear

Hi,
I am working on converting some word 2003 documents to Word 2010, but we found that the behavior of field code seems different in word 2010. We use field codes in a page to embed postscript command such that printer can pick up a correct paper tray. The
command is like this:
PRINT \p page "grestore matrix currentmatrix <</MediaType (NORM) /MediaColor (white)>>setpagedevice setmatrix gsave"  \* MERGEFORMAT
But I found that when there is a field code on the top of a page and the page has header defined on it, the header will not be printed out, just like the field code "kick out" the header. I try the word advance option "Print PostScrit over
text" but it does not work, If use this option, the field code seems occupy one row and the entire content will roll over more than 1 page.
Does any professional encounter this problem? Any solution can be shared with me?
Many thanks for your advice,
Ray

Hi
Based on our test, this may be a by-designed feature. If you want more details, you may select Microsoft Advisory Services option. For specific information about the types of Advisory Services available, visit the
http://support.microsoft.com/gp/advisoryservice web page. 
Regards,
George Zhao
Forum Support
Come back and mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback on our support, please click "[email protected]"
Hi George,
That means you can reproduce our problem in your testing?
Thanks,
Ray

Similar Messages

  • Dynamic field in master page header?

    Is it possible to put a dynamic field in a master page header that will either pull from a hidden text field added to each subform (e.g., appID) or pull in the title of the subform itself?  I have a number of variable-sized subforms that need the same header and footer, with the only distinct element being a different number at the top.
    I've been looking for a standard variable or wildcard that can be used to dynamically reference an object at the same level in multiple subforms, but so far have not been able to find what I need.
    Hierarchy:
    form1
         masterpage
         subformApp1
         subformApp2

    Hi Sankar,
    Create on eattribute of type String and bind to title property of page header,
    and your WDDOINIT or any event write code to set title for PG header,
    You are using different buttons, use this code in your buttons and change text.
    DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->Element_context.
      DATA lv_pg TYPE wd_this->Element_context-pg.
    * get element via lead selection
      lo_el_context = wd_context->get_element( ).
      data pg1 type string.
      pg1 = 'selected the record'.
      lv_pg = Pg1.
    * set single attribute
      lo_el_context->set_attribute(
        name =  `PG`
        value = lv_pg ).
    In button 1..
    lv_pg = 'Enter the entries'.
    * set single attribute
      lo_el_context->set_attribute(
        name =  `PG`
        value = lv_pg ).
    Cheers,
    Kris.

  • How to place aggregated fields in the page header or group header

    Hi,
    i have a report where in i have to display a header based on the aggregated value of a field
    currently the field has values like
    row1  blank
    row2  blank
    row3 Cookies
    row4 blank
    I wanted to know how to get the maximum of these rows in the page header i.e. it should come as Cookies for this case.
    Is there any way to get this? it is easy in the footer where i can do a maximum of this field and get the value but not sure how to get this in the group header.How do we group maximum at the page header or group header?
    Require your help on this at the earliest.
    Thanks
    Shilpi

    Hi Shilpi,
    >
    Shilpi Sinha wrote:
    > currently the field has values like
    > row1  blank
    > row2  blank
    > row3 Cookies
    > row4 blank
    >
    Do display these things in a subreport(i mean adda subreport in detail section). And Create a formula in the subreport itself with shared varible for assiging  the maximum value ..
    Then in the main report , create one formula with same shared variable and just display in Header secton..
    Regards,
    Salah.

  • Dynamically create javascripts using pl/sql code from page header

    I understand by placing a javascript code in the page header is one of the way adding javascript functionality to your pages.
    But lets say I need (dynamically) bring my javascripts into the page header using my pl/sql package/functions like core_func_jscript_pkg.get_jscript('jf_isnumber');
    1- How can I call my pl/sql package/functions from page header area of Apex?
    If I need to use 20 javascripts functions into a page which I have them stored in database (using them on my other pages) and I don't want to copy or re-write them in Apex, instead I like to have 20 line of calls to my pl/sql package like:
    core_func_jscript_pkg.get_jscript('myFirstJavascript');
    core_func_jscript_pkg.get_jscript('mySecondJavascript');
    core_func_jscript_pkg.get_jscript('myThirdJavascript');
    core_func_jscript_pkg.get_jscript('myFourthJavascript');
    ... and so on.
    2- In past we wrote our web apps using pl/sql example:
    htp.p('<html>');
    htp.p('<head>');
    core_func_jscript_pkg.get_jscript('jf_get_today_date');
    core_func_jscript_pkg.get_jscript('someothe_scripts');
    htp.p('</head>');
    htp.p('</html>');
    I like to do the same thing in Apex, Can I accomplish this in Apex?
    Thanks again
    -iahmadi

    There was a <head> content & dynamic metadata with APEX? that should provide some pointers.

  • HP laserjet 400 M401 dne will not work with Word 2010 paper source other pages

    HP laserjet 400 M401 dne connected via USB to Dell 980 with Windows 8.1 (64 bit) using HP laserjet 400M401 PCL 6 class driver. In Word 2010 Go to print settings and paper tab.  The printer has two trays set first page  option to one tray and "other pages" to the other tray and it will always print all pages to the first page option.  All paper tray settings on the printer to automatic and letter and plain.  If set the printer setting to tray 2 and the word setting for other pages to tray 1 that does not help either. Unable to find a setting scenario where the other pages will print to another tray.

    Hi Travis,
    This sounds more like a Graphic Driver or Graphics Card problem. You might try switching out the Graphic Card if that is possible on the system.
    Another outside possibility might be a corrupt user profile, so you could create a different profile on the machine and try it. However, my guess would be the Graphics Card is failing.
    Are you also certain there are no other Office add-ins loaded that might be causing this. Start Word in Safe Mode and see if this clears the problem. If it does, then systematically disable add-ins one at a time until the culprit is found.
    Hope this helps
    Kind Regards, Rich ... http://greatcirclelearning.com

  • Word 2010 ActiveX control makes combo box malfunction

    Good day. I'm teaching my students how to make electronic forms in Word 2007 / 2010.
    As there is no radio button option in the content / legacy controls, I've tried using the ActiveX option button for this purpose.
    However, as soon as I insert this control, the combo box malfunctions when I enable protection for filling in forms - it doesn't let the user enter their own value.
    Can anyone tell me if I'm doing something wrong or are ActiveX controls just simply not meant to be used in Word forms without macros?
    (Note: I know nothing about coding and the bare minimum about macros as that is not required in our curriculum)

    I have just put up a file for you at:-
    http://www.pierrefondes.com/
     - item 191.
    In the 2007 version I am able to reproduce what you say.
    However . . .
    Using the Form Master on page 3 of 8 sometimes I was able to get MSoft into the Combo Box Content Control field and save it as
    that.
    The only way I have been able to edit the Combo Box Content Control in the Form Master section is when you first open the document
    WORD defaults to that field and it's highlighted. Change the field at this point (to MSoft for example) then save the file and you'll see that the change takes.
    The password I have used is:-
    test
    I hope that the above is helpful.

  • Word 2010 Ribbon toggle button page size feedback

    For a Word template I am developing a custom ribbon for end-user ease of use and to protect the structure of the document. There is one issue I am currently running into for which I cannot find a solution.
    It started with a footer image which needs to be rescaled with the page width (page size and orientation) while retaining its aspect ratio. Apparently this is not possible without VBA (tried fill image for shape and set relative width, but that leaves
    the height fixed), so now the idea is to get a pull-down menu with toggle buttons for page size and orientation and change the image size using a macro. The options are A4 portrait, A4 landscape, A3 portrait and A3 landscape. The problem now is how
    to get the run-time feedback of page size and orientation to highlight the page setup of the active section, like the built-in size and orientation buttons.
    Hopefully this can be done.

    Hi AlexFolmer,
    Sorry for the delay.
    >> Create a custom ribbon menu with buttons to select the paper size, this can be done without too much effort. However, if this is to be implemented I would like the button representing the current paper size/layout to be highlighted in the same way
    as the Word native paper size/orientation buttons do
    Do you mean that you want to create a custom ribbon menu for user to select the Page size, and when you click the ribbon button, the current page size could be highlight. In my option, you could do as below:
    1.  Add a Combobox into the custom ribbon, set the items with “Item1”, “Item2”
    2. Add event to comboBox1_TextChanged, key code like below:
    private void comboBox1_TextChanged(object sender, RibbonControlEventArgs e)
    if (comboBox1.Text == "Item1")
    Globals.ThisDocument.PageSetup.PaperSize = Microsoft.Office.Interop.Word.WdPaperSize.wdPaperA3;
    else if (comboBox1.Text == "Item2")
    Globals.ThisDocument.PageSetup.PaperSize = Microsoft.Office.Interop.Word.WdPaperSize.wdPaperA5;
    For combobox, it has the function to highlist the selected item. At this time, we need to solve the issue for opening the document, the combobox would show the current pagesize. You could refer the code below:
    private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
    if (Globals.ThisDocument.PageSetup.PaperSize == Microsoft.Office.Interop.Word.WdPaperSize.wdPaperA5)
    comboBox1.Text = "Item2";
    You could refer the link below for more information about Globals.ThisDocument.PageSetup.PaperSize
    Reference:
    https://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.pagesetup.papersize(v=office.11).aspx
    In addition, if you have issues about PageSetup.PaperSize, I will recommend you post a new thread.
    The reason why I suggested is:
    #1 There would be more community members to discuss the question.
    #2 For people who have the similar question, it would be easier for them to find the answer from a specific thread.
    Best Regards,
    Edward
    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.

  • Word doc. to PDF - title page font disappears plz help

    I had created a US word document (standard 8 1/2' x 11') with a cover page.
    The cover page has a black background and white font.
    I pdf'd the material and printed it out no problem.
    When I converted the US document to UK (A4 paper size) and pdf'd it the white font disappeared from the cover page (only when pdf'd).
    So...
    In the US word document it appears - when it goes to pdf  everything is gold!
    In the UK word document it appears - when it goes to pdf it's gone.
    If anyone has any helpful information it would be greatly appreciated.
    I am desperately trying to finish this project.
    Thank you so much,
    Stacey

    What version of Acrobat? What OS? How did you create the pdf (using the pdfmaker, printing to Adobe PDF, printing to a postscript file and Distilling, using the Microsoft PDF creator plug-in?

  • Displaying one field in first page and other field in last page (header)

    Hi
    We are using following way to print headers but we need one field (WO START) to display in first page and another field (WO END) to display in last page
    If output is only 1 page then both needs to be printed on same page
    <?for-each@section:G_WORK_ORDER?>
    WO START This needs to be printed on first page only
    WO END This needs to be printed on last page only
    <?for-each:G_OPERATION?> <?end for-each?>
    <?end for-each?>
    Let us know if any fix for this
    Thanks
    Kamalakar.G
    Edited by: kamalakarg on Sep 21, 2012 4:53 PM

    Hi Kamalakar,
    Send me sample XML data and RTF template i will try on my side. email me [email protected]
    Thanks,
    Omkar Deshpande.

  • Reports make Page Tabs disappear

    When I run a report as a portlet, the tabs on the page do not display after pressing Next. Running Charts and Forms do keep the page tabs.
    Am I missing a step, or is this fixable?

    I am running 3.0.9.8. This happens with borh reports and calendars.
    I opened a TAR Aug 12, and Oracle filed it as a bug (# 1842058) Aug 15.
    Hopefully, there will be an answer before too long.
    null

  • Adobe PDF tab Disappeared in Word 2010

    Hi---I had the Adobe PDF tab in my Word 2010 for years---it's now disappeared!
    I re-added/enabled it in the Add-Ons (File-Options-Add-Ins) and it shows it as Enabled, but still won't re-display in my menu bar.
    I really need this to create bookmarked PDFs, and going into "Options" just allows me to click something like "Bookmarks by Headings," but won't allow me to choose the headings (some clients change their heading names, e.g., Heading 1 may be H1 in another doc), and I need to be able to open that window that I used to use when the Adobe PDF tab appeared, so I can check/un-check the heading names---help! Thanks!

    Could you try the following:
    Launch Acrobat, ensure you're fully updated (Help > Check for Updates) to version 9.5.1
    Close all applications and restart the computer.
    Repair Microsoft Office from Control Panel > Programs
    Launch Acrobat and repair via Help > Repair Acrobat Installation
    Restart the computer.
    Launch Word.
    I'm wondering if a recent update to Office may have caused the problem.
    Let us know how it goes.
    -David

  • SQL expression field is not displayed on the page header if no records

    Hello
    I'm creating a quite simple report. In this report I've got a SQL expression field which returns a DateTime
    I display this field on the page header section.
    Everything is working fine except when my principal query doesn't return any records my SQL expression field is not displayed. It doesn't seem to be evaluated.
    So, I would display this field even if my Details Section doesn't contains any record.
    I hope you understand what I mean.
    Can someone help me?
    thanks

    Hello,
    I thought about creating a formula but the value I need is stored in a database.
    So i created a simple SQL expression field.
    SELECT CONVERT(DATE,j_1) FROM VW_STD_DATEFIXING
    And this expression doesn't have any dependencies.

  • Using javascript in PDF how to identify insatnces of field on all pages

    Hi,
    I am creating a PDF document with report kind strcuture,so that if i have a field in 1 Page (Header section ) then the field will also be there on Page 2 (Header section ) and so on for all pages.
    I am basically creating from a tool.So if i have text field on Page 1 with name 'text1' then on Page 2 it has a name say 'text1_osi21' kind.
    What i need is how to identify or get all the occurences of my desired field on all pages.
    I also tried with getField('text1.0') kind but it wont work since for the second,thrid ... instances of the field its appending a value 'osi#'.
    Also tried using 'rect' properties but we cant gurantee about the position of the desired field to remain same on all pages.
    Please help with any clue
    Thanks & Regards
    nitin

    I can do it with the word  template builderbut not with the layout editor. Is there a way to achieve the same result with the bi layout editor?

  • Word 2010 - embedded Excel-Object not opening

    Hi!
    All of a sudden, embedded excel-objects (insert -> table -> excel spreadsheat) in word-documents won't open when doubleclicking. Instead, I can see, that Word tries to open it for a second but then the table seems to disappear (blank document).
    When altering the view with alt-F9, I can still see the field-code though.
    {EMBED Excel.Sheet.8 \* MERGEFORMAT \s}
    When I remove the
    \* MERGEFORMAT \s
    the object opens within Word just fine and can be edited. Also, when I rightclick the object and do a "convert to excel worksheet", it opens within word - the field code changes to {EMBED Excel.Sheet.12} when doing the conversion.
    The problem is: The document is an older template and there are hundreds of docs based on that, so changing the template now is no solution (actually, I created a new one that is working, but all the old files are still affected of course).
    Everything was working fine some weeks ago - maybe an Update/SP2-Installation made some unlucky changes...
    I tried disabling Add-Ins in Word/Excel and checked the "Ignore other application" option in Excel without success.
    Any ideas appreciated!
    Best Regards,
    Stefan

    I am trying to involve someone familiar with this topic to further look at this issue. Appreciate your patience.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • RH9 -  Import Word 2010 - Bookmarks not working

    We use Technical Communications Suite 3 with Robohelp 9 HTML.
    I import a Word 2010 doc (about 400 pages) and generate Microsoft HTML help.
    In the Word document we have cross-references to headings and bookmarks. The bookmarks work in Word, they work when I convert the Word Doc to a PDF using Adobe Acrobat X, however when I import the document into Robohelp 9 HTML they do not work.
    The cross-references to headings work but the ones to bookmarks end up with href="".
    I can edit the html and manually put in the href ="filename#bookmark" and it works but I want it to convert automatically upon import. The booksmarks in the word document read "(see page xyz)", where the xzy is the cross-reference to the bookmark, using a pagenumber field, so that in a printed document the user sees the page number and in the PDF, Word Doc, etc. and hopefully in the chm they can just click on the link.
    Any help would be appreciated.
    Thanks,
    david

    Greetings,
    Thanks for the comments. At your suggestion, I was able to get it to work in a small project using a 3-4 page Word document. However it still would not work in my larger project. I noticed that in the large project there were bookmarks that did work to a point in the document andintermittent there after. I went into the Word document to the first failure and re-inserted a new bookmark with the same name hoping it would have a positive result. The results were the same.
    However when I inserted a bookmark with a different name, RoboHelp9 was able to recognize the bookmark and would convert to a link. I went through the Word document and created new bookmarks for the ones that did not work (a big task indeed). Now I am able to use the Word document as the source rather than having to edit the HTML in RoboHelp. This is good. Now only if I can get the footnotes to behave the same way....
    Granted, I don’t know why a set of the original bookmarks were not working when they worked in other format conversions (Acrobat -> pdf, Word->HTML, XPS), but I can move on. Possibly it has something to do with Window 7 x64….
    But, thanks for the input; it put me on a workable path.
    Thanks again,
    David

Maybe you are looking for

  • List Component - return number of item clicked

    I have populated a List component with data from an XML file.  I simply want the index of the line clicked returned so I can gotoAndStop to that Frame number. I have found the 'selectedItem' property but I don't want the text, I want the number of th

  • List box (urgent)

    hi, i am working with oracle forms(6i).i want to display a list of items in a listbox.the items in the listbox are from a textbox(i.e,when a button is pressed the value in the textbox should be placed in the listbox). help me urgent..

  • HT1473 Import a CD to my iTunes Library

    Tried to upload a CD to my iTunes libarary  however, iTunes uploaded once but not all the music was copied? So,imput once again but I'm having trouble openning the CD....what's going on?

  • Connected to Wifi but no internet

    I have a recurring problem that I've been unable to find an answer for. My computer will be connected to the wifi with full signal, but it will be unable to connect to any websites. Symptoms and attempted fixes: It has an IP address, but all ping req

  • Recordset Navigation in Dreamweaver8

    Dreamweaver8 has changed the way recordsets are created from the ADODB.Recordset method to the ADODB.Command method. This seems by default to create a recordset with a forward only moving cursor. I would like to be able to move backwards and forwards