Applying paragraph style to a single paragraph affects all previous paragraphs

Hey,
I'm trying to create a script that would take an array of text objects that describe what the text and style of a particular line of text is. And in some lines to apply Character Styles as well.
The problem is that, while the script works when the loop is in the character styles "mode", it seems to apply the paragraph styles to all the previous lines of text when the aforementioned object asks it to apply only the paragraph style (no character styles).
The offending line is this:
if ( typeof line.text == 'string' ) {
    frame.contents += "\r" + line.text;
    frame.parentStory.paragraphs[-1].appliedCharacterStyle = doc.characterStyles[0];
    frame.parentStory.paragraphs[-1].applyParagraphStyle(style);
    continue;
I even copied the style-apllying lines from the Character-Styles-applying section of the script (the else part), but it still applies the style to all the previous lines of text. The script below is the full code I have I long with one of the objects that text data. If I comment out the "offending lines" mentioned above, the script applyes all the styles correctly. Otherwise, only the last line (the Product - Description style) is applied, while all the previous lines attain the 'Spacer' style.
Can anyone see what I'm doing wrong? (sorry for the giant piece of code, but I can't pin-point what's not relevant here).
    'text': [
            'style': 'Product - Title No Indent',
            'text': [
                'Test Product',
                    'style': 'Superscript',
                    'text': '®'
                ' Title'
        { 'style': 'Spacer', 'text': ' x' },
        { 'style': 'Spacer', 'text': ' x' },
        { 'style': 'Spacer', 'text': ' x' },
            'style': 'Product - Description',
            'text': ['Designed for monitoring steam sterilization processes.']
function add_text_to_frame (frame, product) {
    var i, l, j, k, line, style, line_styles, char_style, line_text, bit;
    for ( i = 0, l = product.text.length; i < l; i++ ) {
        line = product.text[i];
        style = doc.paragraphStyles.item( line.style );
        if ( typeof line.text == 'string' ) {
            frame.contents += "\r" + line.text;
            frame.parentStory.paragraphs[-1].appliedCharacterStyle = doc.characterStyles[0];
            frame.parentStory.paragraphs[-1].applyParagraphStyle(style);
            continue;
        else {
            line_styles = new Array();
            line_text = '';
            for ( j = 0, k = line.text.length; j < k; j++ ) {
                bit = line.text[j];
                if ( typeof bit == 'string' ) {
                    line_text += bit;
                else {
                    line_styles.push({
                        'start': line_text.length,
                        'end': line_text.length + bit.text.length,
                        'style': bit.style
                    line_text += bit.text;
            frame.contents += "\r" + line_text;
            frame.parentStory.paragraphs[-1].appliedCharacterStyle = doc.characterStyles[0];
            frame.parentStory.paragraphs[-1].applyParagraphStyle(style);
            for ( j = 0, k = line_styles.length; j < k; j++ ) {
                char_style = doc.characterStyles.item(line_styles[j].style);
                frame.parentStory.paragraphs[-1].characters.itemByRange(
                    line_styles[j].start,
                    line_styles[j].end
                ).applyCharacterStyle(char_style, true);

Here's the shortest code with the problem I could come up with.... You can run it if you create two different default paragraph styles: 'Product - Description' and 'Product - Title No Indent';
The problem is that the first line should have 'Product - Description' style, but it instead it gets 'Product - Title No Indent'.
If I comment out one of the paragraphs, everything works fine. What's wrong?
var doc = app.documents.add(),
    product, text_frame, i, l;
product = {
    'text': [
            'style': 'Product - Description',
            'text': 'Designed for monitoring sterilization processes.'
            'style': 'Product - Title No Indent',
            'text': 'Designed for monitoring sterilization processes.'
            'style': 'Product - Description',
            'text': 'Designed for monitoring sterilization processes.'
text_frame = doc.pages[0].textFrames.add();
text_frame.geometricBounds = [ '0pt', '0pt', '240pt', '300pt'];
for ( i = 0, l = product.text.length; i < l; i++ ) {
    text_frame.contents += "\r" + product.text[i].text;
    text_frame.parentStory.paragraphs[-1].appliedCharacterStyle = doc.characterStyles[0];
    text_frame.parentStory.paragraphs[-1].applyParagraphStyle(
        doc.paragraphStyles.item( product.text[i].style )

Similar Messages

  • Copy Paragraph Style doesn't do its job all the time.

    If I have a paragraph style in pink, I will select that text, copy paragraph style and paste it onto another selection of text, turning it pink also.
    Usually, if I past the style onto a selection of text in the MIDDLE of a sentence, it will turn the whole sentence pink.
    Lately, pasting paragraph style DOES NOT paste what I copied (e.g. turning the sentence to pink italics or even to blue, something which I used in another document at another time).
    Also, for about 30 minutes in ONE day, pasting paragraph style into the MIDDLE of a sentence only turned my selection pink, which was something I liked. Then as soon as this function came, it disappeared.
    Please help!

    The button for Copy style or paste style is not working. So I tested it using a numbered list with paragraphs.
    First:
    I went to text I wanted to match to others, used the menu bar and drop-down lists for "Format" / "copy character style".  Then I went to the other ordered list and selected the new text and used the drop-down list "format" / "paste character style" and it worked... Matched font, size, color etc.
    Second:
    I repeated the above steps but instead of using the drop-down lists on the menu bar, I used the button on the tool bar called "Copy Style" and "Paste Style".  Note: in the past using these buttons has worked, I have used them all the time, but for some reason, it is now not working.
    So when I did the same thing, hit "copy style" button I checked the drop-down list to see if "copy character style" was not greyed out and it wasn't. I then selected the new text to change, and hit "paste style" the button.  Nothing happened but it changed the ordered list level (which did not match the original text level) So I checked the drop-down menu to see if I could even hit "paste character style" and sure enough, it was not even an option, it only had "paste paragraph style".  Even though prior, when using the drop-down menu for "copy character style" the option for "paste character style" was available... So something is wrong with the buttons for the "copy style" and "paste style".... They worked in the past, and now they are not...  it was just a lot easier to use the buttons versus having to navigate though drop-down menus.

  • Help needed - OBIEE - Level Based Hierarchy - Expanding Month for one year affects all previous years

    I am creating a level based hierarchy for the Date Dimension
    year --> quarter --> month --> date (one path)
    year .--> month --> date (the second path).
    I create the pivot table using these dim hierarchies. But the problem is,
    when I click on, say "Month" under year 2012, it expands everything above 2012 (such as 2010, 2011 etc).
    I don't want to expand all the years, but only the one I clicked. Anyone knows what is the solution for that.
    I am sorry that I cannot attach any screen shots to explain better.
    I would really appreciate your help on this.
    Thanks
    JD

    I am using OBIEE 11.1.1.7.0.
    ok, I tried one hierarchy per dim table but didn't work too. When I created a logical column as Month + Year (e.g Jan 2014) and added to the hierarchy, its working fine. But that creates other issues on the
    client side.
    I guess, since the month is common to all the years its expanding when clicked. I also added month and year as "chronological key", but that didn't work either.
    Please advice any solution if you know it.

  • [JS CS3] Find paragraphs that contain a single Style override

    Given a document with consistently applied paragraph styles. I need to locate all the paragraphs in the document that contain a paragraph style override of the left indent. All other style overrides can be ignored.
    I see in the DOM how to clear overrides, but is there any way to locate paragraphs that have a specific override?
    I suspect there is no way to do this, but thought I'd throw this out there.

    This will override a single paragraph attribute:
    var myAttribute = "leftIndent";
    var myParagraphs = app.activeDocument.stories.everyItem().paragraphs.everyItem().getElements();
    for (var n = 0; n < myParagraphs.length; n++){
         myParagraphs[n][myAttribute] = myParagraphs[n].appliedParagraphStyle[myAttribute];

  • Does deleting paragraph styles affect documents which used a deleted style?

    Assume you have a web page or site made with paragraph styles.
    You start a new page in that site but decide to delete a bunch of paragraph styles which you  no longer want
    The style should be in the html of the earlier documents and deleting the style should not delete the existing HTML.
    But with Muse you never can be sure.
    So is it ok to clean up the clutter and delete a bunch of old styles when creating something new or not?
    Please do not respond unless you actually know the answer. No guesses please.

    Hi Jkijki,
    If you have created a paragraph style and applied to a paragraph, when you try to delete that paragraph style you will get option to replace the paragraph styling with another style (if there exist any):
    Check this link: http://prntscr.com/3p9c5x
    Regards,
    Gaurav Aggarwal

  • FIND/CHANGE - Applying Paragraph Style

    Hello,
    I used FIND/CHANGE to apply my paragraph style and when I apply the paragraph style... it applies the style to the entire line.
    For example,
    A. #70712       resulted to         A. #70712
    I only wanted the "#70712" to be changed to my style. I used the GREP search and entered #.+ and then I choose the paragraph style I want and clicked change all. The problem is that it changed all the text on that line and applied the paragraph style.
    Please help. Thank you very much.

    graphicsoc wrote:
    Hello,
    I used FIND/CHANGE to apply my paragraph style and when I apply the paragraph style... it applies the style to the entire line.
    For example,
    A. #70712       resulted to         A. #70712
    I only wanted the "#70712" to be changed to my style. I used the GREP search and entered #.+ and then I choose the paragraph style I want and clicked change all. The problem is that it changed all the text on that line and applied the paragraph style.
    Please help. Thank you very much.
    If I understand your request correctly:
    If your paragraph style uses a numbered list to create the "A." and the remainder of the paragraph consists of only "# 70712" that you type in manually (or place from an existing file), I believe that you you don't need GREP. You can format the auto-numbered list differently from the remainder of its paragraph, by specifying a character style for the number portion.
    To extract only the non-numbered portion of an auto-numbered paragraph, for a TOC, in the Table of Contents dialog box, open the bottom part by clicking More Options if necessary, and in the Numbered Paragraphs pull-down menu, select Exclude Numbers.
    Read more about Table of Contents in Help, and/or with a Google search for terms like "InDesign table of contents numbered list exclude numbers" without quotes.
    If you need additional special formatting "tricks" in the source paragraphs, or in the TOC entry paragraphs, look into Nested Styles and GREP
    Styles in Help or Google searches.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How do I stop ID from assigning a paragraph style to the TABLES?

    In-Design is adding "H1" paragraph style to EVERY table is inserted, so the table headers formatting is affected by that H1 style.
    I guess it chooses H1 because it's the FIRST style I created (and then modified the "basic paragraph" to modify the rest of default text).
    It's like it's adding "Style_ID=1"
    I tried placing the character in different places, to make sure it's not the style the cursor is in which is inherited, and no, no matter where I place the cursor, when I "insert table" the cursor is automatically placed into the first cell (header cell) and the paragraph "H1" is selected (and applied)
    Adding a table with NO headers does the same, so it's not me that confused style names and applied some to the wrong place.
    H1 is not used and table and cells styles are not based in it.
    I don't know whether it's a bug, but IT FEELS like a bug.
    How do I expect it to work?
    I expect that by creating a table, NO style be applied other than the table's. (Not even the basic one)

    You might have set the default paragraph style for the document (which you set by selecting a paragraph style with no text frame selected) to your H1 paragraph style.
    Make sure it's on "Basic paragraph" when you select the type tool..

  • GREP for changing paragraph style?

    Okay folks, I have another one for all you smart people out there. I think GREP can be used to change formatting in the following instance, but I have no idea how to set it up.
    I have a very long document, essentially a phone book-type listing of names, phone numbers, addresses, well over 150 pages' worth. The paragraph styles are fairly simple, only two per listing. The name/phone number is bold with a right hand tab with leader dots to a phone number that is flush to the right side of the column. The following lines are flush left, not bold, but indented 6pts. I've placed the text file and assigned the entire thing the NameListing paragraph style. I'd like to use GREP to find the address lines and change them to the NameListingAddress paragraph style.
    Here's a screen shot to give you an idea. The left column is formatted correctly with both styles, the right column is "raw", all paragraphs formatted with the NameListing paragraph style.
    Is this an appropriate application for GREP? If so, how do I set it up to only change the paragraphs that "don't have tabs"? It would save me a crapload of time.
    THANKS again! --Dina

    If your intent here is to use the character style to trigger a variable, as I belive it is based on your other thread, you MUST apply the character style up to the first tab to pick up the text at the start of the paragraph. There are two approaches to automating the formatting after that, but it may be too late for you to be much help.
    In cases where every listing has the same number of lines it makes sense to use a unique paragraph style name (not necessarily format -- base on on another) for each lline and make it its own paragraph. Set up "next styles" to rotate through the list so each line is assigned the correct style based on the style of its predecessor. You get the rotation to sart over by making the first line style the next style for the last line. This works for manual entry and can be applied to an entire block of placed text in a single operation by selecting the text, then right-clicking the name of the first style to be applied and choose Apply <stylename>, Then Next Style.This ONLY works if you have exactly the same number of paragraphs in each listing.
    The other option is to use forced line breaks instread of paragraphs and use one style for the entire listing. Set a left indent and negative first line indent, create a character style for the part of the first line that you want to appear in your header and apply it Up To ^t^n (that's a little-known trick -- if you enter more than one character in the trigger for a nested style it will activate on the first instance of any of the characters listed that occurs, so for example if you enter the word cat, your style will end on the first, c, a or t that appears inthe paragraph. ^t is the metacharacter for tab, and ^n is for forced line break) so that the style will end at either the tab, if present, or the forced line break if there is no tab (if you use a right-indent tab instead of a regualr right aligned tab [tricky to do a leader, but that's another discussion] substitute ^y for the ^t), then add a nested Line Style for one line. That line style should use a second character style that is based on the first character style you created for the name text and has no other attributes if you want the line to be the same from end to end. Sounds more complex than it is, and will work for listings with variable lenghths. The trick is to repalce your paragraph returns with forced line breaks, and will require a little thinking.
    If using separate paragraph styles for each line, you'd use the same technique of a nested style up to a tab for the first line, but there is no need to get fancier since it will apply to the whole line if there is no tab. The paragraph style, in this case, would carry all of the bold and size formatting (and no need for any indents), and the character style would be nothing more than a name that will allow you to use it in the variable.

  • Two paragraph style in one script?

    Hi all,
    I have two paragraph styles, the first is applied to first, 3°, 5°, ... lines, and the second to second, 4°, 6°, 8°... lines.
    how i can group them in the one script?
    Please revert if you have not clear.
    Thanks & Regards

    Just in case sorour needs it to do something more complicated, it's simply<br /><br />>for (var i=0; i<app.activeDocument.selection[0].paragraphs.length; i++)<br /><br />>  if ((i & 1) == 0)<br /><br />>    app.activeDocument.selection[0].paragraphs[i].appliedParagraphStyle = "style a";<br /><br />>  else<br /><br />>    app.activeDocument.selection[0].paragraphs[i].appliedParagraphStyle = "style B";<br /><br />>next i<br /><br />Select all paragraphs and run the scriptette.<br />This script, and any other solution, runs on <br />i paragraphs,<br />not <br />i lines.<br />Note the distinction; you can't apply a paragraph style to a single line, only to paragraphs. If you intended something for consecutive lines in a single paragraph, it'll get a bit more complicated.

  • [AS] How to change a paragraph style within any folder in Find Grep?

    I want to change both text and paragraph style
    I do that job very easily until I put paragraph styles in a folder
    How to express the paragraph style "passage" within the folder "1st" in AppleScript?
    In line 18 below, "1st:passage" may be wrong... so I've tried and search for an hour, but I can't get the answer..
    sorry for bad english
    my main()
    on main()
      mySnippet_test()
      myTeardown()
    end main
    on mySnippet_test()
              tell application "Adobe InDesign CS5.5"
                        set myDocument to document 1
                        set find grep preferences to nothing
                        set change grep preferences to nothing
                        set include footnotes of find change grep options to false
                        set include hidden layers of find change grep options to false
                        set include locked layers for find of find change grep options to false
                        set include locked stories for find of find change grep options to false
                        set include master pages of find change grep options to false
                        set find what of find grep preferences to "\\n"
                        set change to of change grep preferences to "\\r"
                        set applied paragraph style of change grep preferences to "1st:passage"
                        tell myDocument
      change grep
                        end tell
      --Clear the find/change preferences after the search.
                        set find grep preferences to nothing
                        set change grep preferences to nothing
              end tell
    end mySnippet_test
    on myTeardown()
    end myTeardown

    Replace the red line with… Replacing name strings to yours…
    set myStyle to paragraph style "Style A" of paragraph style group "Style Group 1" of myDocument
    set applied paragraph style of change grep preferences to myStyle

  • Problem with paragraph style overrides and character formatting

    I've had this problem for a long time, and sometimes it resolves itself, sometimes it doesn't. Finally I'm begging for help.
    I am typesetting academic articles into a journal.  We use endnotes. The endnotes have both italic and regular formatting--italics for book and journal titles, and foreign phrases.
    Sometimes when I place the text, the formatting reverts to whatever it was in Word.  To try to fix that, I've begun stripping the Word formatting from the original document, making everything "Courier New" and just importing it like that.  I figured this would clear a lot of the problems I've had with fiddly formatting issues.
    I was mistaken. 
    Here is what happens:
    When I place the document it comes up in the original Courier New font, with italics and other formatting intact.  If I click "article style" which is the main article paragraph  style format, normally it changes.  but if I right click and select "apply article style" it is more likely to change the paragraph to the proper style, with italics and other formatting still intact.
    But when it gets to endnotes, I'm sort of screwed.
    My endnotes style is a bulletted style, so that I can have the endnote numbers consistent.  but this seems to screw all the style formatting.
    Here is what I do:
    With the cursor in endnote text, I click "bulleted endnote style".  The character format remains the same, with a + beside the style. The endnote number format is different, however.  If I click "clear overrides" it does in fact change to the proper formatting, but it strips any italics or other character in the text.  This is frustrating because many of these endnotes have lots of italicized journal and book titles, and it takes a long time to figure out which ones I need to reitalicize manually.
    I have tried to use the "customize style import>Style mapping" but it has not fixed anything.
    Please help me figure out how to make these transitions more smoothly.  I am open to suggestions both on how to make the changes once the document is placed in the Indesign file, and also making modifications to formats in the native Word file so that I don't have these problems. 
    Thanks
    Dan

    Sorry, that last message wasn't supposed to send (if that's not obvious!). I was writing it and got interrupted.  Damn iphone. 
    I know why there are two numbers.  This is not an issue. What I didn't finish writing was that, the note number before i bullet it is a different font/ format. Again, not a problem.  Here is something interesting, though.  If I delete that original number by placing the cursor in the middle of it (say a between the 4 and 2 of 42) then delete everything by Shift+arrow forward, press delete then delete the rest of the unnecessary characters, THEN apply the style formatting, it works just fine.  Is it something to do with the character codes of those original note numbers? 
    Word drops in so many hidden codes that it screws everything up!

  • [CS4/5] [JS] Which paragraph style does the panel context menu action work on?

    Hi all,
    I am trying to write something similar as http://forums.adobe.com/message/2866720#2866720 for the paragraph style context menu. I also would like to find out which paragraph style has been selected when the context menu opens. In the thread there is a "dirty" solution for this, the Edit and Apply options of the context menu also mention the name of the paragraph style. This works as long as the paragraph style is unique.
    In my situation the paragraph style names are not always unique, the same name is used in different paragraph style groups. I thought of an even "dirtier" solution that might work for this. The basic idea behind this is to create a new text, asfaik Indesign will automatically apply the active paragraph style to this text and it is easy to grab this style. The code for this is below:
    var myDoc = app.activeDocument;
    var myTextFrame = myDoc.textFrames.add();
    myTextFrame.contents = "grab the paraStyle";
    var myParaStyle = myTextFrame.paragraphs[0].appliedParagraphStyle;
    myTextFrame.remove();
    In my situation this approach seems to work fine but I am wondering if there is something against creating a new textframe and removing it later? And will the new text always get the current selected paragraph style?
    Best Regards,
    Bill

    I finetuned the snippet above a bit further. In some cases the context menu will be activated (right mouseclick) from a style that is not currently selected. In thoses cases the example above doesn't give the correct information. In order to avoid this I am now applying the paragraph style of the current context menu to an intermediate textframe. The snippet below is placed inside the EventHandler of my custom context menu item.
    var myDoc = app.activeDocument;
    //store current selection
    var mySelection = myDoc.selection;
    //create intermediate textframe
    var myTextFrame = myDoc.textFrames.add();
    myTextFrame.contents = "grab the paraStyle";
    myTextFrame.select();
    //apply the para style of the context menu to the intermediate text
    var contextMenu = app.menus.item("Text Style List Context Menu"); //or "$ID/RtMenuStyleListItem"
    var applyMenuItem = contextMenu.menuItems.itemByID(8488).associatedMenuAction; //Apply "para style for context menu"
    applyMenuItem.invoke();
    //grab the para style of the context menu
    var myParaStyle = myTextFrame.paragraphs[0].appliedParagraphStyle;
    //restore original selection and remove intermediate textframe
    myDoc.selection = mySelection;
    myTextFrame.remove();
    Again this snippet seems to work fine. I realize this approach will only work for para styles in a Document object and not for default para styles defined in the Application (suggestions to solve this?). A further refinement could be to first check if a para style name is unique, if that is the case the solution of Jongware (see http://forums.adobe.com/message/2861568#2861568) can be used and an intermediate textframe is not required.  
    I know this is a dirty solution but are there any issues with this approach?

  • Paragraph styles in notes mode

    This might sound like a small problem, but it's driving me crazy. Somehow, somewhere, the InCopy files I am working on have a "default" setting in notes mode so that notes always appear as ALL CAPS and boldface. This is true for notes added by the comp that are already in the file when I receive it and for notes that I have added myself.
    Considering all contact I have with the comp is via notes in the file, I don't want to continue to use this paragraph style (since in emails, this would be equivalent to "shouting"). I have been applying a "basic" paragraph style using the paragraph style palette to all of my new notes or any responses I add to existing notes, but it's somewhat time consuming to do that! Is there a way to change this globally in the file? I've looked in every palette, menu, Edit>Preferences, etc., and I can't seem to find anything helpful in the application or in the InCopy online knowledgebase files.

    The notes that comp added to the file are in boldface/all caps. If I want to edit the note (adding a reply, for example), I type in my reply. Then I select the text of the note.
    Then I open up the "Paragraph Styles" palette.
    Then I click on the paragraph style [basic paragraph].
    The selected text in the note is then formatted in roman font, not all caps.

  • How do I access *load paragraph styles* from the styles pallet menu?

    Adobe help informs me that I can bring styles from other documents into an existing document by doing this:
    "To copy paragraph styles from one publication to another choose Load Paragraph Styles from the Paragraph Styles panel menu."
    I do not see any menu in the paragraph style menu. I am in CS5. What am I missing?

    I'm sorry, I found it. I had to go back to my G4 and the CS version to see what to do. I did not recognize the small feature on the window yielding the menu.

  • Find start text index from paragraph style?

    hi,
        In my project,i have paragraph style name,i need to find out that paragraph start and end index positon ?
    pls,anyone help me?
    thanks,
    screen410099

    Hi Saud,
    Try the below script.
    var activeDoc = app.activeDocument;
        app.findGrepPreferences = NothingEnum.nothing;
        app.changeGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences.appliedParagraphStyle = "XXXX";//Give your paragraph Style name here
    var foundRefList = activeDoc.findGrep();
        app.findGrepPreferences = NothingEnum.nothing;
        app.changeGrepPreferences = NothingEnum.nothing;
    var myCount =0;
    var foundListLength = foundRefList.length;
    for (var j = 0; j<foundListLength; j++){
        var myParas = foundRefList[j].paragraphs;
        var myParaLength = myParas.length;
        for (var i = 0; i<myParaLength; i++){
            var myText  = myParas[i].texts[0];
            app.select(myText);
            var myId = j+"_"+(i+1);
            var myHyperlinkCitDestination = activeDoc.hyperlinkTextDestinations.add(myText, {name: myId});
            myCount++;
        app.select(NothingEnum.nothing);
        alert("Process Completed\n"+myCount+" destinations added");
    p.s: I've not tested it, please check this at your end and let me know.
    ~Green4ever

Maybe you are looking for

  • How do you switch emails when you have 2 apple IDs?

    I have 2 apple IDs - one for work and 1 for personal use.  However, all of my personal items are on the account with the work email and I have nothing in my personal apple ID.  I thought if I cancelled my apple ID associated with my personal email th

  • Update jtable cell via numeric keypad

    Hi, I have a problem, trying to figure out how to input numbers in a jtextfield in a jtable cell, from a group of jbuttons (rendered as a numeric keypad). I can get the cell to focus, but when I click on one of the jbuttons in the keypad, the cell lo

  • Differences between JVM 1.4 and 1.5

    Hi, I am trying to deploy an application in JDev 10.1.2.1811. We deploy to a customer's test server that runs JVM 1.5 64 bit, but the customer's production environment is 1.4 32-bit. On the test server, the application behaves correctly. In the produ

  • Can't start OLAPServer service after installing patches #9.0.1.3

    I had a running OLAPServer service before I installed the 9i latest patches (#9.0.1.3) yesterday. I have tried to use either Windows Service Manager or OLAP Services Instances Manager to start that service. When I tried to use OLAP OSIM, I got error

  • PO mass closing

    Dear Experts, Plz suggest me the path of mass closing of PO's, i want to delete all the PO's made before 31st Dec'2009. I want to put either Delivery completed indicator or else deletion indicator for all the line items.