Page copy seems to mess up item validation referenced fields in new page

Hello team,
this morning i create two pages as a copy of an existing page in Apex 4.0.1.
This page contained 4 regions, each one containing 4 items, sort of:
reg1
P44_ITEM_A1
P44_ITEM_B1
P44_ITEM_C1
P44_ITEM_D1
reg2
P44_ITEM_A2
reg4
P44_ITEM_D4
There were field item validations defined on each pair of items P44_ITEMCn - P44_ITEMDn and each validation was associated with its corresponding field (the element attribute linking the validation with the error message visualization i mean).
After creating the new page, i saw that some of these validations in the new page had lost their associated item attribute value or they were associated to the item with the highest item sequence, for instance P44_ITEM_A1 lost its associated item, while P44_ITEM_D1 was associated to P44_ITEM_D4.
I just did this again a few seconds ago, so i am pretty sure this is a repeatable error.
Flavio
http://oraclequirks.blogspot.com
http://www.yocoya.com

Hi Flavio,
I was able to reproduce this, of sorts. I created 2 regions each containing 4 page items, named in the way you describe. Then created item validations on all of those page items. Copied the page and the copied page contains some validations with a null 'Associated Item' value. Although, none were changed to a different item as you describe, in my test case.
I have filed bug #10198224 for this issue.
Thanks for reporting.
Regards,
Anthony

Similar Messages

  • OK! I am unable to type into any pages documents ... just started doing this. Tried opening new page ... no luck ... thries to edit a current paper... no luck!!! Help, anyone have an idea what I have done?

    OK! I am unable to type into any pages documents ... just started doing this. Tried opening new page ... no luck ... thries to edit a current paper... no luck!!! Help, anyone have an idea what I have done?

    Try a new post in the Pages forum. They would know better then us.
    DALE

  • Move all the items of a layer to new page?

    hi,
    is it possible to move all the items in the layer to move to the new page with the same coordinates in the page 1
    eg:
    i have two layer named "layer_page1"and one more layer named "layer_page2"
    i have 2 text frame objects , 1 rectangle objects in the "
    layer_page1" and 3 text frame objects, 3 rectangle objects in the "layer_page2"
    all the items are in the page.items(0).
    now i will add a new page to the document
    and i need to move all the items in the layer named "layer_page2" to the new page, i.e page.item(1). is it possible?
    if it is possible it will solve lot my efforts typing.. and verifying.
    your comments are highly appreciated.

    John,
    hm, I don't think your untested script will work in a predictable way. Technically it will work a bit. Just tested it. But:
    1. if you loop from index 0 to the end, even if you loop from the end to index 0 you will mess the index of the pageItems when moving them to a different page
    => I recommend grouping all pageItems on the specified layer, so that we have to move only one pageItem, the new group
    2. problem with move() to another page is, that you cannot retain the original page coordinates of the moved object, it will get 0,0 coordinates automatically
    => we have to store the coordinates of the group first, then move, then apply the old coordinates
    3. in a real-world scenario we should deal with the possibility of locked pageItems
    4. Furthermore we have to make sure that the layer is not locked
    The following example will unlock all pageItems on that layer and will lock them after they are moved:
    //Move all objects on a layer of a page to a different page
    var
      d=app.activeDocument,
      src=d.pages[0], dst=d.pages[1],
      layer=d.layers.itemByName("Layer 2"),
      i;
    var myItemsToMove = new Array();
    var myItemsLocked = new Array();
    for (i=0; i<src.pageItems.length; i++) {
        if (src.pageItems[i].itemLayer === layer) {
            if(src.pageItems[i].locked){
                myItemsLocked.push(src.pageItems[i].id);
                src.pageItems[i].locked=false;
            myItemsToMove.push(src.pageItems[i]);
    //Check, if layer is locked:
    if(layer.locked){
        var layL = true;
        layer.locked=false;
    // create a group on the source page:
    var newGroup = src.groups.add(myItemsToMove);
    var gB = newGroup.geometricBounds;
    //We have to move only ONE object, the new group
    //To the destination page
    newGroup.move(dst);
    //To the old coordinates
    newGroup.move(undefined,[gB[1],gB[0]]);
    //Restore the state of the pageItems
    //Ungroup them once:
    newGroup.ungroup();
    //Relock the former locked objects:
    for(n=0;n<myItemsLocked.length;n++){
        d.pageItems.itemByID(myItemsLocked[n]).locked=true;
    //Relock layer if it was locked:
    if (layL){layer.locked=true};
    Uwe

  • Capturing LOV Return Item in a field of JSP Page

    Dear Members,4
    I am using JDev 10g (10.1.3.5.0)
    Requirement: I want to display a LOV for a field which is not bound to data model. To achieve this requirement I have follwed the below steps.
    Steps:-
    I have a simple JSP page in which there is a select input text field which is as follows:-
    *<af:selectInputText label="Label 1" action="dialog:Test1" windowHeight="500" windowWidth="400"*
    id="label1"/>
    I have created the necessary navigation rules to Test1 page and also the required VO for the respective LOV.
    From this Label 1 field I am able to go to the Test1 page which is a LOV Page and I am displaying the LOV records. After selecting a record, I want to come back to my main JSP Page and the selected value should appear in the field Label 1. I am not able to return the selected LOV value to the Label 1._
    The code I am using to return the value from the LOV Page is as follows:-
    public void returnObject(ActionEvent actionEvent)
    JUCtrlValueBindingRef selectedRowData = (JUCtrlValueBindingRef)getTable1().getSelectedRowData();
    if(selectedRowData==null)
    AdfFacesContext.getCurrentInstance().returnFromDialog(null, null);
    return ;
    assetCat = (String)selectedRowData.getRow().getAttribute("Name");
    AdfFacesContext.getCurrentInstance().returnFromDialog(this,null);
    Note: I want to return the assetCat value to the Label 1 field.
    Can any one please help me in resolving this issue.
    Many thanks in advance.
    Reards,
    R4S

    Hello,
    Many thanks for your reply.
    I am new to ADF. Can you please elaborate your solution.
    Regards,
    R4S

  • How do you merge fields in new Pages?

    I had a template created in the old Pages to create mailing envelopes.  I was able to drag and drop contacts I selected into Pages and it would automatically format my envelopes based on my field specifications.  I attempted to create a new mailer two weeks ago but defining the fields is no longer an option in the new Pages and my formatting is gone in from my template!  So frustrating.  Someone help!

    Pages 5 dosn't have mail mergin. Use Pages 09 instead as before. You should have it in Applications/iwork 09 folder, if you haven't deleted it!

  • How to insert page breaks, I would like certain rows to print on a new page  I am making a childrens dictionary and would like to to automactically print each letter on a new page.  is this possible?

    How do I insert a page break on certain rows in a Numbers spreadsheet.
    I am making and always updating a childrens dictonary and would like to be able to hit print and have each letter start on a new page.
    Is this possible?
    Thanks

    AM,
    Set your view to "Print View" and you will see the individual pages. More pages will be added as you drag content away from the existing pages.
    Arrange your content as you would like to see it printed. That's it. What you see is what will print.
    Jerry

  • Since downloading 34.0.5 my home page populates at startup as well as a Mozilla What's New Page. It is not in my preferences but I can't stop it. Ideas?

    I have also noticed that in another browser, my homepage preference disappears after every shutdown so I am assuming these are related since both happened after downloading 34.0.5. Any help is appreciated. Don't tell me to check my homepage preferences because that is not it.

    Troubleshooting Information
    This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about Firefox, check out our support website.
    Application Basics
    Name Firefox
    Version 34.0.5
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Flashblock 1.5.18 true {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    TelevisionFanatic 6.83.5.49220 true [email protected]
    WebEx Productivity Tools 2.0 true [email protected]
    Graphics
    Adapter Description Intel(R) HD Graphics Family
    Adapter Description (GPU #2) NVIDIA NVS 4200M
    Adapter Drivers igdumd64 igd10umd64 igd10umd64 igdumdx32 igd10umd32 igd10umd32
    Adapter Drivers (GPU #2) nvd3dumx,nvwgf2umx,nvwgf2umx nvd3dum,nvwgf2um,nvwgf2um
    Adapter RAM Unknown
    Adapter RAM (GPU #2) 1024
    Device ID 0x0126
    Device ID (GPU #2) 0x1057
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16571)
    Driver Date 9-26-2011
    Driver Date (GPU #2) 1-10-2013
    Driver Version 8.15.10.2538
    Driver Version (GPU #2) 9.18.13.1100
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Subsys ID 21d017aa
    Subsys ID (GPU #2) 21d017aa
    Vendor ID 0x8086
    Vendor ID (GPU #2) 0x10de
    WebGL Renderer Google Inc. -- ANGLE (Intel(R) HD Graphics Family Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 665600
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 1
    browser.places.importBookmarksHTML false
    browser.places.smartBookmarksVersion 7
    browser.privatebrowsing.autostart true
    browser.search.useDBForOrder true
    browser.sessionstore.upgradeBackup.latestBuildID 20140923175406
    browser.startup.homepage http://wwwin.cisco.com/
    browser.startup.homepage_override.buildID 20141126041045
    browser.startup.homepage_override.mstone 34.0.5
    browser.urlbar.autocomplete.enabled false
    dom.disable_open_during_load false
    dom.mozApps.used true
    extensions.lastAppVersion 34.0.5
    font.internaluseonly.changed true
    gfx.direct3d.last_used_feature_level_idx 0
    gfx.direct3d.prefer_10_1 true
    media.gmp-gmpopenh264.lastUpdate 1414789556
    media.gmp-gmpopenh264.version 1.1
    media.gmp-manager.lastCheck 1418519992
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1418572397
    places.history.expiration.transient_current_max_pages 104314
    plugin.disable_full_page_plugin_for_types application/pdf
    plugin.importedState true
    plugin.state.npdeployjava 0
    print.printer_Brother_MFC-J5910DW_Printer.print_bgcolor false
    print.printer_Brother_MFC-J5910DW_Printer.print_bgimages false
    print.printer_Brother_MFC-J5910DW_Printer.print_colorspace
    print.printer_Brother_MFC-J5910DW_Printer.print_command
    print.printer_Brother_MFC-J5910DW_Printer.print_downloadfonts false
    print.printer_Brother_MFC-J5910DW_Printer.print_duplex -870317900
    print.printer_Brother_MFC-J5910DW_Printer.print_edge_bottom 0
    print.printer_Brother_MFC-J5910DW_Printer.print_edge_left 0
    print.printer_Brother_MFC-J5910DW_Printer.print_edge_right 0
    print.printer_Brother_MFC-J5910DW_Printer.print_edge_top 0
    print.printer_Brother_MFC-J5910DW_Printer.print_evenpages true
    print.printer_Brother_MFC-J5910DW_Printer.print_footercenter
    print.printer_Brother_MFC-J5910DW_Printer.print_footerleft &PT
    print.printer_Brother_MFC-J5910DW_Printer.print_footerright &D
    print.printer_Brother_MFC-J5910DW_Printer.print_headercenter
    print.printer_Brother_MFC-J5910DW_Printer.print_headerleft &T
    print.printer_Brother_MFC-J5910DW_Printer.print_headerright &U
    print.printer_Brother_MFC-J5910DW_Printer.print_in_color true
    print.printer_Brother_MFC-J5910DW_Printer.print_margin_bottom 0.5
    print.printer_Brother_MFC-J5910DW_Printer.print_margin_left 0.5
    print.printer_Brother_MFC-J5910DW_Printer.print_margin_right 0.5
    print.printer_Brother_MFC-J5910DW_Printer.print_margin_top 0.5
    print.printer_Brother_MFC-J5910DW_Printer.print_oddpages true
    print.printer_Brother_MFC-J5910DW_Printer.print_orientation 0
    print.printer_Brother_MFC-J5910DW_Printer.print_page_delay 50
    print.printer_Brother_MFC-J5910DW_Printer.print_paper_data 1
    print.printer_Brother_MFC-J5910DW_Printer.print_paper_height 11.00
    print.printer_Brother_MFC-J5910DW_Printer.print_paper_name
    print.printer_Brother_MFC-J5910DW_Printer.print_paper_size_type 0
    print.printer_Brother_MFC-J5910DW_Printer.print_paper_size_unit 0
    print.printer_Brother_MFC-J5910DW_Printer.print_paper_width 8.50
    print.printer_Brother_MFC-J5910DW_Printer.print_plex_name
    print.printer_Brother_MFC-J5910DW_Printer.print_resolution 299621920
    print.printer_Brother_MFC-J5910DW_Printer.print_resolution_name
    print.printer_Brother_MFC-J5910DW_Printer.print_reversed false
    print.printer_Brother_MFC-J5910DW_Printer.print_scaling 1.00
    print.printer_Brother_MFC-J5910DW_Printer.print_shrink_to_fit true
    print.printer_Brother_MFC-J5910DW_Printer.print_to_file false
    print.printer_Brother_MFC-J5910DW_Printer.print_unwriteable_margin_bottom 0
    print.printer_Brother_MFC-J5910DW_Printer.print_unwriteable_margin_left 0
    print.printer_Brother_MFC-J5910DW_Printer.print_unwriteable_margin_right 0
    print.printer_Brother_MFC-J5910DW_Printer.print_unwriteable_margin_top 0
    print.printer_PaperPort_Image_Printer.print_bgcolor false
    print.printer_PaperPort_Image_Printer.print_bgimages false
    print.printer_PaperPort_Image_Printer.print_colorspace
    print.printer_PaperPort_Image_Printer.print_command
    print.printer_PaperPort_Image_Printer.print_downloadfonts false
    print.printer_PaperPort_Image_Printer.print_duplex -870317900
    print.printer_PaperPort_Image_Printer.print_edge_bottom 0
    print.printer_PaperPort_Image_Printer.print_edge_left 0
    print.printer_PaperPort_Image_Printer.print_edge_right 0
    print.printer_PaperPort_Image_Printer.print_edge_top 0
    print.printer_PaperPort_Image_Printer.print_evenpages true
    print.printer_PaperPort_Image_Printer.print_footercenter
    print.printer_PaperPort_Image_Printer.print_footerleft &PT
    print.printer_PaperPort_Image_Printer.print_footerright &D
    print.printer_PaperPort_Image_Printer.print_headercenter
    print.printer_PaperPort_Image_Printer.print_headerleft &T
    print.printer_PaperPort_Image_Printer.print_headerright &U
    print.printer_PaperPort_Image_Printer.print_in_color true
    print.printer_PaperPort_Image_Printer.print_margin_bottom 0.5
    print.printer_PaperPort_Image_Printer.print_margin_left 0.5
    print.printer_PaperPort_Image_Printer.print_margin_right 0.5
    print.printer_PaperPort_Image_Printer.print_margin_top 0.5
    print.printer_PaperPort_Image_Printer.print_oddpages true
    print.printer_PaperPort_Image_Printer.print_orientation 0
    print.printer_PaperPort_Image_Printer.print_page_delay 50
    print.printer_PaperPort_Image_Printer.print_paper_data 1
    print.printer_PaperPort_Image_Printer.print_paper_height 11.00
    print.printer_PaperPort_Image_Printer.print_paper_name
    print.printer_PaperPort_Image_Printer.print_paper_size_type 1
    print.printer_PaperPort_Image_Printer.print_paper_size_unit 0
    print.printer_PaperPort_Image_Printer.print_paper_width 8.50
    print.printer_PaperPort_Image_Printer.print_plex_name
    print.printer_PaperPort_Image_Printer.print_resolution 299621920
    print.printer_PaperPort_Image_Printer.print_resolution_name
    print.printer_PaperPort_Image_Printer.print_reversed false
    print.printer_PaperPort_Image_Printer.print_scaling 1.00
    print.printer_PaperPort_Image_Printer.print_shrink_to_fit true
    print.printer_PaperPort_Image_Printer.print_to_file false
    print.printer_PaperPort_Image_Printer.print_unwriteable_margin_bottom 0
    print.printer_PaperPort_Image_Printer.print_unwriteable_margin_left 0
    print.printer_PaperPort_Image_Printer.print_unwriteable_margin_right 0
    print.printer_PaperPort_Image_Printer.print_unwriteable_margin_top 0
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1417898902
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSMIME 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSSL 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSUTIL 3.17.2 3.17.2
    Experimental Features
    Name ID Description

  • INS-08109 Unexpected error occurred while validating inputs at state nodeselection page

    Scenerio: We have 4 node 11gr2 RAC cluster and Trying to install RAC Database software only on two nodes
    Getting warning on run Installer Page INS-08109 Unexpected error occurred while validating inputs at state nodeselection page while selecting two nodes out of four and even after confirming it comes back to same screen ....
    Example ... RAC node A,B,C,D  and clusterware is up and running on all four nodes .....
    Trying to Install RAC database on node C,D ... Getting INS-08109 Unexpected error occurred  while selecting C,D  Node out of Four nodes ...A,B,C,D

    Very stupid installer !
    I've omitted my email, then pressed no in the next message, it passed that step!

  • Adobe Pro fires validation event when new page is created

    Adobe Pro fires validation event when a new page is created on many fields.
    When testing in Livecycle, I can add a new page fine, but with Adobe Pro a large list of errors appears and the fields are highlighted in red.
    The errors don't happen in other versions of Adobe.
    These are valid errors if the user tried to submit a field that is required and has not been entered yet, but the error happens when the page is initially created (added).

    I was able to get my role processor to work.
    EventHandlers.xml
    >
    <?xml version="1.0" encoding="UTF-8"?>
    <eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernelorchestration-handlers.xsd">
    <action-handler class="oim11g.code.eventhandler.RoleProcessor" entity-type="Role" operation="ANY" name="RoleProcessor" order="9999" stage="postprocess" sync="TRUE"/>
    </eventhandlers>
    >
    plugin.xml
    >
    <?xml version="1.0" encoding="UTF-8"?>
    <oimplugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <plugins pluginpoint="oracle.iam.platform.kernel.spi.EventHandler">
    <plugin pluginclass="oim11g.code.eventhandler.RoleProcessor" version="1.0" name="RoleProcessor"/>
    </plugins>
    </oimplugins >
    >
    Code:
    >
    public EventResult execute(long l, long l2, Orchestration orchestration) {
    String operation=orchestration.getOperation().trim().toString();
    HashMap<String, Serializable> parameters = orchestration.getParameters();
    System.out.println("<---------- Calling " + getClass().getName() + ": Operation[" + operation + "] Execute ---------->");
    System.out.println("<---------- Ending " + getClass().getName() + " Operation[" + operation + "] Execute ---------->");
    return new EventResult();
    >
    When i modified one of my roles, it output the following:
    >
    <---------- Calling oim11g.code.eventhandler.RoleProcessor: Operation[MODIFY] Execute ---------->
    <---------- Ending oim11g.code.eventhandler.RoleProcessor Operation[MODIFY] Execute ---------->
    >
    Hope this helps.
    -Kevin

  • Since upgrading firefox why is the system slowed down to the point of frustration i.e scrolling upand down , clicking on pages it seems to take an age

    even filling this form in has taken a lot longer than just clicking and typing ,scrolling down a page it seems to pause then stutters . if i have various web pages open to compare something similair it seems to be slowing down . To write this some of the actions to write seems to halt and i am not a fast typer .just tried your installed plugins window it wont move

    Possibly something in the profile got damaged. You could try troubleshooting.
    * https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting
    I am seeing more and more of these complaints since Mozilla began trying to force updates. I think it is time to disable updates to Firefox and avoid the use of the "Check for Updates" button (since it no longer merely checks). You can see the current release version on the green button on this page:
    * http://sjc.mozilla.com/en-US/firefox/new/

  • Home page won't link to a new page.

    I can link from the New Page back to Home. Or from Home to any other page and back again.
    But when I click on the New Page nothing happens. Except a Yahoo tab opens every time I try it. What's the problem? I created the New Page with the same methodology as all the others. Thanks for any help. -- Todd

    Todd:
    Are you referring to the link in the navbar at the top? Try using the File->Publish All to MobileMe and see it that will jump start the link.
    Otherwise try creating another new page with the same theme and see if it is reachable from the Home page. If so, copy and past the items on the problem page to the new one and delete the problem page.
    OT

  • Clicking "page from template" does not allow me create new pages

    I stared designing a site with the trial version of CS4. Of course it involved a lot of trial and error, creating a page and canceling it again etc. At last I was able to design the index page and a few other pages, but suddenly just about 7 days into the trial period, the template started looking different; not displaying the images and displaying the home page article in an improper way. I also discovered that I could not create new pages by selecting file\new. When the new document dialogue page opens and I select "page from template" and then select a site I am working on, nothing shows in the items list. I only see the message "no items". Moreover, the "create" (new page) button is no more a click-able area.
    I even tried it by proceeding as if I wanted to design a new site. I click file\new\page from template\the site, but when it comes to the stage where I should select "2 column liquid, left sidebar, header and footer" after clicking “page from template” I don't see anything in the items column. It only tells me "no item."
    I thought this problem was due to the fact that I was using the trial version and that the trial version was limited in the number of new pages I could create. So I bought the full version. Alas! I discovered that changed nothing. Right now am stuck. Do you have any suggestion?

    I think you're are confusing DW Templates with CSS Page Designs and Starter Pages.
    Templates are a DW proprietary device.  They permit you to have sitewide elements such as common menus, headers and footers on all your pages along with Editable Regions for page specific content (i.e. the stuff that changes on every page).
    DW Templates looks like this (notice the Template Editable Comments):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="Content" -->My Page Specific Content Goes here
    <!-- TemplateEndEditable -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • InDesign CS3 crashes when I try to insert a new page

    I'm working on a document that is currently 70+ pages in InDesign CS3, and whenever I try to add a new page (regardless of where I try to add the new page at within the document), InDesign crashes. I haven't experienced this issue with any other documents. After not having worked on this document for several days, I was able to insert 2 new pages today before the issue started again. I've done several searches on the Adobe forums, and I haven't come across anyone who seems to experience this same problem. But if anyone has, or has a suggestion for me to try, I would really appreciate it, as this document needs to grow to 100 pages, meaning I really need the ability to insert pages!!
    Computer: Mac OS X, 10.5.8, Dual 2.3 GHz PowerPC G5
    Software: InDesign CS3
    Error Message: InDesign has unexpectedly quit. A crash report has been generated....

    Thanks, Peter. The problem still persisted through a new indd file created from an exported inx file though. I was able to work around the issue by setting my document to 100 pages in Document Settings. That added enough extra pages at the end of the document which I can then move to other locations within the document.

  • New page when group changes

    Hiya, I am a newbie using BI Publisher in conjunction with APEX. I have a report where I need the header to be repeated for a group over multiple pages. I have searched the forum and seen prior comments about using a 2 row table and such, but where would I put the G Group_Name items in this case?
    Thanks!
    Tony Miller
    UTMB/EHN

    Remove 'New Page Before' on the group header and Check 'New Page After' on **Group Footer. Please note on Group footer. Also, on the last group if you do not want to have page break, click on Formula editor button on Group Footer's 'New Page After' where you checked and write formula 'Not OnlastRecord'
    Keep the reset page setting similar but on group footer.

  • Is it possible to have the accordian remember which pane was open when the browser jumps to a new page

    I have the same accordion on all of my pages and I would like
    to have the accordion maintain the same open status that the user
    selected after the browser refreshes. IE. it is a 3 pane setup...
    common to all pages with the same content in each pane on all
    pages. The default is pane 1. If the user selects pane 2 then jumps
    to a new page I would like pane 2 top be displayed on the new page,
    not pane 1.
    Thoughts?

    V1 fusion,
    Hope you feel better.... I tried this and am getting ( syntax
    error
    [Break on this error] if (!Spry.Utils) Spry.Utils = {};\n )
    vw2ureg,
    That seems to have corrected the url... it is now (
    http://site.name.com/index.php?option=com_content&task=blogcategory&id=25&pane=0&Itemid=55
    However it is still not picking up the pane. I am getting
    this error in the console:
    [Exception... "Component is not available" nsresult:
    "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::
    file:///Applications/Firefox.app/Contents/MacOS/components/nsSessionStore.js
    :: sss_saveState :: line 1749" data: no]
    [Break on this error] oState.session = { state:
    ((this._loadState == STATE_RUNNING) ? STATE_RUNNIN...
    Refering to this line in
    http://sitename.com/SpryAssets/SpryAccordion.js
    oState.session = { state: ((this._loadState ==
    STATE_RUNNING) ? STATE_RUNNING_STR : STATE_STOPPED_STR) };

Maybe you are looking for

  • Intel Mini sometimes refuses to wake up

    My Energy Saver function is always set at 15 min for both computer and display and the box "put the HD to sleep when possible" is checked. It usually works. I didn't notice any particular event that could be the cause of this problem. Can you make a

  • Substitution for F-65

    Hi, For transaction F-65 substitution is not possible.Is there any way to do substitution? My requirement is to call a custom screen in transaction F-65 based on tax code. Regards, Surendar Reddy.

  • How to download a ADA(Adobe Download Assistant)

    Note: This only help those who had trouble in downloading a ADA. I was trying to download a trial version CS5.5 Master Collection. But each time I follow the steps to click "try" button in the downloads page, I got directed to a product page with no

  • No Values in 0FISCYEAR

    My sid table for 0FISCYEAR is empty. Someone has played with it, So the question is how to fill it now? Edited by: Mattreed on Nov 24, 2011 8:31 PM

  • Sudden motion sensor is not showing up on terminal. how do I switch it off on my imac

    I have an imac with os 10.9.2 and logic pro 9.1.8 .. i am getting a sudden motion sensor error for a very small track with 4 plugins.. this error never shows up on FCP or any other heavy duty software. So I wanted to switch the sudden motion off but