Barcode on every second physical page

I'm trying to create a form letter report in 6i. The letter runs into several pages, but I need to print only the barcode on every second page. So when we do duplex printing, the barcode goes on the back of each page. All the components including the barcode are in one single repeating frame(master) and there is another repeating frame(detail)within. The data might sometimes overflow to subsequent pages depending on the detail. Also within the barcode I need to give the running number of logical pages.
Is there a simple way that Oracle handles this type of situations.
Any suggestions.

Instead of suppressing every second page I could just suppress every blank page. That would be fine as well.

Similar Messages

  • Create data merged document with data on every second page?

    Is it possible to create a data merged document with the variable data only on every second page?
    I have set up the pages with the variable data as a master page (on every odd page) with the text box and paragraph style all set up, and I have set 'override master page items' so the data can be placed, but InDesign seems to freeze up when I try to create the merged document?

    There should be no problem doing the merge with a two-page master and a two-page template document with fields only on one page (and off the top of my head there's no reason to move them off the master page if that's where you put them). I think the problem here is that rachrachm already has a file of 500 pages (based on another thread asking how to apply masters to every other page).
    It's potentially possible to simply place the data file (without the header row) as a text file and auto-flow through the master page frames (can't say for sure without seeing the files), or if the pages without the merge fields are the same just, remove all but the first two pages from the template and do the merge.
    As I metioned earlier, though, this is a very inefficient method of producing that sort of document. A true variable data print flow would be better (you'd need to find a commercial printer who can do it with your data file), or the home version would be to make one single page file for the static content, print 250 copies (plus a few extras, just in case), then make a single page merge template, do the merge, and print that on the back of the already printed pages, or as a separate page. It is immeasurably faster to print multiple copies of a document than it is to print a document that has multiple identical pages.

  • "Ghost" page numbers on every second page - how to remove?

    Hi,
    I'm setting a short book with Pages and after importing from Word, I'm seeing duplicate, partially hidden additional page numbers on every second page. I'd like to remove them entirely, keeping Pages' page numbering. Removing and inserting page numbers doesn't help and the second set of numbers can't be selected in any way (clicking, dragging don't work). One solution would be to re-import from word, deselecting page numbers beforehand, but I'd rather like avoid this step as I made many changes in Pages.
    Here's a screenshot showing the duplicate page numbers: http://dl.dropbox.com/u/3304376/pages_bug.png
    Does anybody have an idea how to remove them?

    Hello,
    Sometimes in the process of importing from Word, page numbers are improperly converted to Master Objects or Background Objects. Go to Format > Advanced > Make Master Objects Selectable. Then, with the cursor in the Margin of the document, press the Command Key (Cursor changes to an Arrow) and drag the cursor diagonally across the page number to select it. Then press the Delete key and the number should be gone. You need to check carefully to make sure that you have eliminated all the instances. There may be one per Section.
    Jerry

  • Refresh only a region in a Page automatically every second

    Dear All
    I have a page in my application which would display the remaining seconds like 20,19 etc and when it reaches 0 the webpage should redirect to the calling page. I have set a counter for the same and is calling meta refresh tag in the page header every second for resetting the counter. Everything works fine.
    My question is whether there is any other way instead of using the meta tag as this will refresh the full screen. I just need the region containing the counter only to be refreshed and displayed on the screen.
    Thanks

    Hi,
    HTML regions do not support native region refresh like e.g. classic reports.
    You need write own JavaScript to fetch data using AJAX.
    Regards,
    Jari

  • Page numbering every second page

    Hi guys,
    ok I have a 200 page booklet I'm doing, very simple - a notes page on the left hand side and then the contacts details on the right. But in the top right corner I need a page number that correlates with the contact. Problem is if I make page numbers it'll have them as 24, 26, 28 etc when that's not what I want.
    Is there a way to skip a page and just page number every second page?
    Thanks for any help,
    Dave

    It isn't entirely clear, but are we dealing with one person's contact info per page, or many? Sounds like 1.
    If it is, as I mentioned in your other thread, you could set this up as a Data Merge project. Create a two-page template spread, Add whatever you need for the notes page to the left page, and put all of your data fields on the right. You can include a number as one of the fields and palce it anywhere you want. This will only work with one record per page, though.
    If you'd rather number pages after the fact, it's probably scriptable to do something with starting a new section every second page and assign the numbers, or you could just add a master frame to the master page and place a number list, which is pretty simple.
    None of these techniques is truly automatic in the sense of updating if things are added or deleted, or if pages are rearranged. Any numbering outside the merge whould be done as the last step.

  • Macro in Pages that deletes every second line?

    IM looking for a macro to run in pages that deletes every second line.
    I want to be able to run it though tue document so that starting at the 1st line, it deletes lines 1,3,5,7,9,11 etc all the way to the end.
    Anyone know what I can do? Perhaps a working AppleScript/programme? Had no luck as of yet.
    Thanks

    http://www.adobe.com/education/instruction/webtech/CS2/unit_planning1/idb_paragraph_format .htm -- it's for CS2, but it's unchanged since then.

  • Adobe Acrobat Distiller Prints every second page blank

    Running Windows Vista with Adobe Acrobat Pro 8.1. When the user converts web base html document ( IE 8) to PDF in Legal format we end up with every second page bank or the footer over printing. We have changed the header/footer settings in Acrobat and under print properties to no avail. Other cleared cache reset IE users have exactly the same Vista image and install of Acrobat Pro and it is not an issue.
    Any ideas on this thanks!

    When printing deselect "Choose paper source by PDF page size"

  • Logical page/Physical page/Page Break

    I have to create a form like report. Without data it takes 3 A4 pages, with data it can expand to 5 pages or more. So in report developer I create for Main section: Width=21 Height=29.7, Horizontal Panels per page=1, Vertical Panels per page=3.
    First problem:
    When I run the report with data, which coused that report expands to more then 3 A4 pages, I can only see and print 3 pages. I want to have all pages.
    Second problem:
    Inside report there is repating frame with more repeating frames inside for displayin some sort of tables. I want that each record of outer repeating frame is on new A4 page. I set Page break before=Yes for outer frame. When I run report I can see the data before the frame and then two blank pages. I think that Page break before=Yes makes page break for logical page (in my case 3 A4 pages) and then I am on the first problem. How to make Page Break for one A4 (physical) page only?
    Any ideas how to solve these problems?
    Regards, Sasa

    Hi Nguyen,
    It was pretty difficult running the report. Here are the changes I made so that the report runs sucessfully:
    1. Changed "Vertical Panels per Page" to 1. The reason: this property equates pages in your report to priter pages. Eg, a value of 2 means that each page in your report is equivalent to 2 physical printer pages. This may be needed if you design very large pages, but the dimensions of physial printer pages are smaller. We do not need this. So I changed it to 1.
    2. In Paper Layout editor, fit everything on 1 page. At runtime it can flow to more than 1 page, no problem. But we want to 'design' 1 page. It was just overflowing a little bit on to the 2nd page, I changed it so that it fits on 1st page itself.
    3. Changed "Print Object On" to First Page, instead of All pages for all frames and boilerplate text objects. Reason - page breaks here refer only to Logical pages, not to physical pages as you might have imagined. For the report, everything is 1 logical page, even though you see the output on 3-5 physical pages. Pl see Report Builder Help on this property, it explains things with graphics.
    The hardest part was step 3 - it took me a long while to figure that out.
    Now the report appears correctly with all the data. Now the only problem is to figure out how to do a page break before M37. We can figure that out, but first can you try these changes, and let me know that you are at least getting ALL DATA in your report output?
    Navneet.

  • Dynamic Master Page. Hide second master page if items don't overflow on it.

    Hi all,
    I have a custom PO form which requires an extra header on the first page but not on the subsequent pages. I created a master page on which the items can overflow.
    The issue is that the second master page shows irregardless of whether the items overflow or not.
    Is there a way to hide that second master page?
    Thanks,
    Paul

    @ Pradeep Goli:
    The items are grouped by an attribute and each have subtotals, so it is rather difficult to predict when page will overflow.
    @Otto Gold :
    I do have an awkward structure as I couldn't get my deep tables to show as I wanted so I converted the top header of the items into a header.
    Here is how it looks like at the moment.
    -(Master_Pages)
    --PAGE1
    ---Page_Header_1
    ---Page_Header_2
    ---Page_Header_3
    ---Body
    I need to hide the second header on followup pages.
    I tried several things:
    - dynamically re-size content area for followup pages (using only PAGE1). Not possible
    - create a second page, PAGE2 with my desired headers (Page_Header_1, Page_Header_3).  Hard to predict at runtime when overflow will occur
    - I can move the data from Page_Header_3 to the body if I can make it show at the top of every page. Working on this at the moment. Easiest, but I can't get it to work
    The body data with the items looks like this:
    <items_subform>
    -<items_TABLE>
    --<items_BODY>
    ---<items_data_HEADER>
    ---<items_data_BODY>
    ---<items_data_FOOTER>
    --<items_FOOTER>

  • ToolBoxTools.addEventListener only works every second time

    Hi!
    Our layouts pretty often click on the "page tool" by mistake and it happened a few times, that they changes the size of the page without even noticing. Because there is no way to remove the tool from the toolbar (I guess?), I wanted to write a script, that at least shows a message, that the page tool ("Seitenwerkzeug" in german) was selected. Unfortunately the event listener only works every second time:
    1. indesign starts > selection tool is active
    2. click on page tool > message appears > page tool is active
    3. click on "another tool1" > "another tool1" is active
    4. click on "another tool2" > "another tool1" is active
    5. click on page tool > nothing happens, the icon of the page tool is active, but the icon of the "another tool2" is still active, too, and "another tool2" is still activated
    6. click on "another tool3" > "another tool3" is active
    7. click on page tool > message appears > page tool is active
    8. ......
    Any idea why that is?
    My script:
    #targetengine myToolListener
    app.toolBoxTools.addEventListener ("afterAttributeChanged", changeToolAlert);
    function changeToolAlert() {
        if(app.toolBoxTools.currentToolName == "Seitenwerkzeug") {
            alert ("Message", "Title");
        exit(); //i tried with and without this!
    At the beginning I tried to use an confirm message instead of an alert, which had the same problem and I thought it might be because the changing doesn't work... but it seems I can't even work with the information without something "crashing" in the background?
    My previous confirm Function:
    function changeToolConfirm() {
        if(app.toolBoxTools.currentToolName == "Seitenwerkzeug") {
            var confirmDialog = confirm("Do you really want to activate the page tool?", true);
            if(!confirmDialog) {
                app.toolBoxTools.currentTool = UITools.SELECTION_TOOL;
    I really hope someone has an idea
    Best,
    Anke

    Hi Anke,
    The problem, I think, comes from the fact that the Page Tool selection event (which you listen to via afterAttributeChanged) needs some time to complete. Since the alert() or confirm() instruction gives the focus to a new modal window before the event life-cycle is finished, the GUI becomes instable, the PageTool icon state is not properly restored, and your event management goes wrong.
    A way to solve this might be to queue a temporary IdleEvent listener once the Page Tool selection event is caught. That is, we do not initiate any modal dialog as long as the GUI is refreshing.
    Something like this:
    //====================================================
    // PageToolDisclaimer.jsx
    //====================================================
    // Should be useable as a startup script, no #targetengine required
    // NB - MutationEvent is known to create a global 'evt' variable
    // so we don't seem to need a persistent session engine here :-)
    // That's why the active script File is used as the event handler
    (function(/*File*/EVENT_HANDLER, /*str*/TASK_NAME, /*uint*/TASK_TIME, /*str*/PAGE_TOOL_NAME)
        var t;
        // Installer
        if( !(t=app.toolBoxTools.eventListeners).length )
            t.add(MutationEvent.AFTER_ATTRIBUTE_CHANGED, EVENT_HANDLER);
            return;
        // IdleEvent handler (--> confirm)
        if( (t=app.idleTasks.itemByName(TASK_NAME)).isValid )
            t.eventListeners.everyItem().remove();
            t.remove();
            if( !confirm("***WARNING***\rDo you really want to activate the page tool?", true) )
                app.toolBoxTools.currentTool = UITools.SELECTION_TOOL;
            return;
        // PageTool event handler
        if( ('evt' in $.global) && 'currentToolName'==evt.attributeName && PAGE_TOOL_NAME==evt.attributeValue )
            evt.stopPropagation();
            app.idleTasks.add({name:TASK_NAME, sleep:TASK_TIME})
                  .addEventListener(IdleEvent.ON_IDLE, EVENT_HANDLER);
    })(app.activeScript, 'WaitPageTool', 400, app.translateKeyString('$ID/Page Tool'));
    Hope that helps.
    @+
    Marc

  • Why firefox freezes every second momentarily while loading webpages?

    Firefox freezes momentarily every second while loading pages and it is not smooth like other browsers out there..I'm facing this problem at home, office, etc with every stable/beta/developer versions!!! I've did all sort of troubleshooting procedures like reset, deinstall/reinstall, safe mode, etc. I'm facing this issue since the time i'm using this browser. Till now i'm with the hope that this issue will be cleared in the updated version!! But not!!
    To be brief, Firefox is not smooth like other browsers! Try to give me a solution to fix this issue! Else pls give me a statement that firefox is not capable of loading pages smoothly like chrome, opera, etc.. I'll happily uninstall this and use other browsers!!

    Hello,
    The Refresh feature (called "Reset" in older Firefox versions) can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' When you use this feature, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Refresh Firefox - reset add-ons and settings]] article for more information.
    To Refresh Firefox:
    # Open the Troubleshooting Information page using one of these methods:
    #*Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Refresh Firefox" ("Reset Firefox" in older Firefox versions). Click on it.
    #Firefox will close. After the refresh process is completed, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.

  • Every second G-note is missed by Logic Express

    Hi,
    I have really strange problem: logic express misses every second G-note (two octaves down from middle-C) that I press from MIDI-keyboard. It also misses all G-notes if I press something before the G-note.
    This is not a keyboard problem: I have found same issue with two different keyboards and three different USB-midi-inputs. Neither it's hardware problem, I can switch octave from keyboard and it still happends. When I try "test midi" from OS X, I hear every note coming in to my mac, but every second G-note is missed by Logic. It's clearly something inside Logic Express since OS X receives the notes from keyboards all the time.
    I have newest update for Logic Express and all OS X updates up to date.
    Any ideas?

    Hi there,
    Just to make sure, download this:
    http://www.snoize.com/MIDIMonitor/
    Then check on the keyboard to make sure that it's producing what you expect.
    Next, have you reassigned that key to a Logic Express key command? Or perhaps to another programme somewhere?
    You could always try reseting the key commands, assuming you haven't set up lots of custom ones.
    Open up the Environment (Command-8) and look at the the Clicks and Ports layer. There's a diagnostic tool in there that shows you what notes are coming in to Logic. That doesn't necessarily means what notes are going to the sequencer since you can filter notes out in the environment.
    I'd also have a look at the Transform Window to see whether there's something wrong in that.
    Sorry not to give you detailed instructions for all of these different actions - this post would be pages long so have a look in the manual and see if you can't figure out some of these advanced functions.
    Pete

  • Why does my ipod touch 5th gen not charge when plugged into my computer? (it keeps stuttering(lightning symbol next to bettery goes on and off literally every second))

    so I have my ipod touch 5th gen connect and the little lightning symbol, next to the battery on the top left, keeps flashing on and off every second. I don't know what to do and also it doesn't show up on iTunes.

    Hey Ed, Try trouble shooting 101. Do you have a different cable and/or charging device? If so, try the different cable first, then a different charging device. If the problem goes away, I'd say it's the cable, replace it. If with in 1 from date of purchase, Apple will replace for free if the cable is found to be defective. If the problem continues with a different cable or a different charging device, then the problem is with your iPod. With a strong light and a magnifying glass look in the iPod's charging port. Your looking for damage in and around the port. Is the port lose? (shouldn't be). Are pieces missing or damaged? Bent or damaged contact pins can do what you describe. Foreign debris, namely pocket lint or corrosion can also cause charging issues. If you see something like lint, try to blow it out, or if you must use a non-conductive probe, I find a round wooden toothpick works well to carefully remove the lint from the bottom of the port. Just be careful to not touch, bend or damage the gold contact pins on the long side of the port. Also make sure the locking pins on the short ends (looks like two silver bumps, one on each end) of the port are free to move. If you find corrosion, try plugging / unplugging about 12 times to clean the contacts off. If you must use a cotton swab cut to fit, with a drop of 91% isopropyl alcohol on it, you want it damp, not wet, then plug it in and out until the swab comes out clean. You will most likely need several swabs. If you find nothing physically wrong, then try resetting your iPod. If that does not work, restore from backup, last resort, make a backup then restore to new, a full factory restore. If issue continues see your Apple store and have it evaluated for a possible hardware issue. But start with a different or new cable. Good luck, Cheers.

  • Margins with Logical / Physical page layouts

    Dear all,
    We have created an Oracle 6i report with 2 horizontal panels as we couldn't fit in all the fields into one page. It’s the first time I have worked with is and I am little unsure of what i am doing.
    The layout contains many repeating frames so on some cases when we preview the report it my go onto a third page but as its not all cases I don't want to create a 3rd panel.
    The problem I have is that when the 3rd page is created the text appears in the middle of the page and I don't know how to tell it to print say 10 lines from the top.
    Any ideas.
    I apologies in advance if this is simple and offends anyone; I just couldn't come up with the answer.
    Eileen

    Danny, good try but that's not the problem. Margins and so forth apply to physical pages, and we get the margins we want.
    But we have a logical page that spans 2 physical pages, and there is no way I know of to force a page break at the end of the first physical page.
    Let's say you have 9 inches of vertical usable space on each physical page, after taking away the margins.
    You define your logical page to span 2 physical pages, so it has 18" to work with. And it treats those 18" as a single continuous area. So if a line of text that renders as starting at 8.95" down, and finishing at 9.08" down, you'll get the top half the bits for each character on the first sheet of paper and the other half on the next.
    Everything's nice if you use character mode, or if you have 1 logical page for every physical page. However, there should be some way to control layout on the physical pages when the logical page spans them. If there is, I've never found it.
    -- jim

  • Every video or podcast stops and starts every second

    Any help would be appreiciated, using Chrome, Windows XP Pro with SP3, Pentium 4 2.4GHz, with 2GB Ram, with Nvidia Gforce 5200 video card! Too old a system??

    hi, all three are pretty much the same, and its not a buffering issue. I hav Verizon Fios and had a WUGNET speed test show download speed being 11.3 Mbps and upload of 1.24. It was possible the Html was slightly better but not by much.
    Jim
    Date: Thu, 25 Oct 2012 15:22:01 -0600
    From: [email protected]
    To: [email protected]
    Subject: Every video or podcast stops and starts every second
        Re: Every video or podcast stops and starts every second
        created by Chris Campbell in Using Flash Player - View the full discussion
    That should be fine for system specs.  My first guess would be network bandwidth issues.  Does it seem like the video/audio buffers fast enough or does the buffer continue to run out when the item is played? Try these two links out, do either of them play better? HTML5 videoNon-HTML5 video Thanks,Chris
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4801142#4801142
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4801142#4801142
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4801142#4801142. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Using Flash Player by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • Unit Testing and APEX Global Variables

    We've recently started to unit test our database level PL/SQL business logic. As such we have a need to be able to simulate or provide output from PL/SQL APEX components in order to facilitate testing of these components. Some of the most obvious por

  • HP Pavilion dv6-6b10tx two of the usb ports are not working

    I have recently bought a HP Pavilion dv6-6b10tx....and had it fixed by hp for a problem with the beeping noise. After sending my laptop for repairs( replacing the system board), I received my laptop but two of my usb ports are not functioning... I di

  • What are the pros and cons re using an intel iMac vs MacPro with LP8?

    I'm considering getting a new intel Mac in the near future (presuming a new MacPro will be released in the near future - maybe at the same time as Leopard). I compose largely for film and television and I am composing largely using a combination of l

  • Using and Troubleshooting the Dell Webcam and Dell Webcam Central Software

    Please read the information at... Using and Troubleshooting the Dell Webcam and Dell Webcam Central Software Locate the execute file (WebcamDell2.exe) buried in...  C:\Program Files (x86)\Dell Webcam\Dell Webcam Central Right clicked on it, then left

  • Grouping Brushes and Symbols

    Please add the possibility to group brushes and symbols. Thanks.