Master Page assigments don't stick with pages (FM 8)

I inherited a book done in FM 8 that looks correctly structured and formatted. This book has about 25 chapters, and I need to add new chapters wtihin the existing sequence.
On the Reference Page, the ChapterTitle tag is associated with the "First" master page. I can't find a way to create a new section starting with the ChapterTitle tag, which doesn't throw off all the other master-page assignments.
It's tedious going through the whole manual to reassign all the chapter opening pages, and then finding and reassigning all the pages that are not chapter opening pages, which have been bumped to the "First" master page. I think the "First" assignment should move with the ChapterTitle tag, and it should also move with a page that it has already been assigned to. Is there a way to make the assignments stick to the pages that already have them?

What happens when you perform an Apply Master Pages operation?
Format > Page Layout > Apply Master Pages

Similar Messages

  • I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!

    I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!
    I have created a navigation system on the master pages and set the presentation to links only mode. I also have other links scattered throughout the program, like a linkable table of contents, etc. Some of them work, some of them don't. Not sure why. Anyone out there having similar issues? Or have any idea on how I can solve this issue? Any help would be appreciated!
    Thanks!

    Links should not create any problems in Keynote.  If they are set up correctly on text, the text will be underlined. Objects that have links will have a curved arrow bottom right, if you click the arrow a popup will display the link information.
    Try this repair for Keynote,  ensure you complete all the tasks and in the order shown:

    delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application

    empty the trash:  Finder > Empty Trash

    Shut down your Mac, wait 30 seconds, then power on the Mac, immediately after the start chime, hold down the Shift key
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4  
    Let the Mac fully boot up, it will take longer as the OS is repairing the drive

    when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions

    when complete, restart the Mac normally, Apple menu > Restart

    install Keynote from the Mac App Store
    let us know if this helped

  • Using an ASHX generic handler with C# in a classic web form app on a master page to render a report via a ajax call

    The QUESTION:
    How do I get the ashx handler to work with the master page to generate a report when the user clicks on the hyperlink.
    I can get it to work if I just route the hyper link control directly to the ashx page, but I eventually need to add code to block the UI while this report being generated.  In the ajax I am thinking I need to do some type of action to force the browser
    to kick out the report.. Just not sure...
    I have a master page with the following code:
    <script type="text/javascript">
    function startReport(result) {
    $.ajax({
    url: "HTTPHandlers/TagExportHandler.ashx",
    context: document.body,
    success: function(){
    alert("done");
    //Eventually put code to block UI and etc while report is rendering...
    </script>
    In the markup I have a asp:hyperlink control...
    <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/HTTPHandlers/TagExportHandler.ashx" OnClick="startReport('');">Tag Export 2</asp:HyperLink>
    Then I have a ASHX control that does the following..
    public void ProcessRequest(HttpContext context)
    using (var db = new TIPWebITDataContext())
    string _exportContent = "";
    int[] userDepartments = ((User)HttpContext.Current.Session["currentUser"]).Departments.ToArray();
    List<TagDetailsDepartments> tagsModelCsvDepartmentses = null;
    List<TagDetailsNonDepartments> tagModelCsvNonDepartmentses = null;
    var data = GetTagDetails(db, "");
    CsvContext cc = new CsvContext();
    using (var writer = new System.IO.StreamWriter(context.Response.OutputStream))
    CsvFileDescription output = new CsvFileDescription
    QuoteAllFields = true,
    EnforceCsvColumnAttribute = true
    context.Response.AddHeader("content-disposition", "attachment; filename=TagExport.csv");
    context.Response.ContentType = "text/csv";
    if (userDepartments.Count() > 1)
    tagsModelCsvDepartmentses = ((IQueryable<TagDetailsDepartments>)data).ToList();
    cc.Write(tagsModelCsvDepartmentses.ToList(), writer, output);
    else
    tagModelCsvNonDepartmentses = ((IQueryable<TagDetailsNonDepartments>)data).ToList();
    cc.Write(tagModelCsvNonDepartmentses.ToList(), writer, output);
    context.Response.StatusCode = 200;
    cc = null;
    writer.Flush();
    output = null;
    data = null;
    tagsModelCsvDepartmentses = null;
    tagModelCsvNonDepartmentses = null;
    userDepartments = null;
    // context.Session.Add("TagExport", "Complete");
    GC.Collect();
    GC.WaitForPendingFinalizers();
    Warren

    Hi,
    please move your problem to asp.net forums :> forums.asp.net
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Pages don't reflect changes in their master page

    I'm using InDesign CS5.5 (v. 7.5.3) with Mac OSX 10.8.4. I found one old question about this problem in another forum (with no submitted answer):
    Assume you have a simple document with one master which simply features a text frame. Well, now if you add some inset spacing to the text frame on the master, this is immediately reflected on the pages to which the master had been applied. However, if you edit the master again and set the inset spacing back to zero, the text frames on the pages to which the master had already been applied keep the inset spacing. If one adds new pages, the text frames have no inset spacing, as I would expect. Can someone tell me why InDesign behaves this way... i.e., why are the changes to the master not reflected on the assigned pages when I set the inset spacing back to zero.
    This question was asked re CS 2.0. The problem seems to remain in CS 5.5.

    I made the changes to the frame inset in the master pages. This is a normal setting for frames, and not complex--and in any case, the point was that I had mistakenly set an inset value, but wanted to reset it to zero, so really nothing to create as an object style. So I reset the value to zero in the master pages. No update. I tried reapplying the changed master page to the doc pages. No update.
    You note: "And if you reset the text frame in the Master it won't reflect in the pages."
    Is this a known feature/bug? Why shouldn't inset values be part of master text frames and thus updated with them? It doesn't make a lot of sense to me.
    Thanks for the suggestion about object styles, though. I don't think it applies here, but I can see the usefulness elsewhere, and I've never really looked at them.

  • Master Pages don't transfer when I change page size in a book

    I had exactly the same problem in CS4, which is why I switched to CS5.5 -- but apparently nothing has changed.
    I have a book of about 30 chapters.  It was originally set up in 6x9 format, but after it was all formatted, my client decided he wanted the pages 5x8.
    It should be easy, right?  Just change the layout for the master pages of the Style Source document, fix the text sizing, etc.  Then in each ensuing chapter, just download the new masters from the style source document.  When I get a warning asking me if the master pages in the target document should be overwritten, I say yes and it does its thing.
    Only it doesn't work.  Oh, the text in the masters is all over the place, which is to be expected -- but the master pages and the book pages are still 6x9, not 5x8.
    I tried synchronizing the book, being careful that Master Pages is checked in the options.  I got a warning that some of the text would need to be fixed.  No problem.  Except that the pages in all the documents except the Style Source are still 6x9!!
    I have a feeling I've wasted my money on the upgrade.  A lot of bells and whistles have been added, but the CS4 problems aren't solved.
    Please, can somebody help?  I do this for a living, and I'm wasting waaaaaay too much time trying to clean up messes like these.

    No, Peter, I never solved it.  But thank you for asking!
    I finally started a whole new book, with the smaller master pages.  I saved a few blank pages for each chapter file, then I copied and pasted the text of each chapter onto the new pages.  Fortunately I was able to transfer paragraph and character styles to the new document, and the formatting of the copied text transferred also.
    But it was still a lot of work.
    I don't even want to think about trying to design a document with different size pages!

  • Search hover panel not showing up in Internet Explorer with custom master page

    The hover panel is not showing up in internet explorer.  I am using a custom master page and it works no problem in the other browsers.  When I fire up the debugger there is an error message when i hover over a search result item:
    I tried debugging the JavaScript but i am not sure what is going on with it.  
    Am I missing reference or something done like that?  It has to be something simple because I have been scratching my head for a while on this.  
    Any ideas?  
    Brad Wight

    Have you tried rendering the site in IE Compatability Mode?  Compatability Mode solves a lot of problems in this area because older versions of IE had a unique interpretation of HTML code.
    Start here: 
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-8
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Rearrange pages when printing adobe form with multiple master pages

    Hello!
    Good day to you all.
    I have an issue in regards with printing my adobe form with multiple Master pages. I have 4 master pages:
    1st master page: a
    2nd master page: b
    3rd master page: c
    4th master page: d
    all with different headers and footers all having the same contents (items). I don't have issue with one page content (it just prints 4 pages with different headers and footers). The issue comes out once the items exceed 1 page.
    What happens is that the preview/print shows (example: 3-page item)
    a1-a2-a3-b1-b2-b3-c1-c2-c3-d1-d2-d3.
    What i need is to print these such that all 1st pages of the 4 master page to be printed first, then all the 2nd pages, then all 3rd pages. Please see below:
    a1-b1-c1-d1-a2-b2-c2-d2-a3-b3-c3-d3
    This is because we will be using carbonless copy paper during printing and it's possible that it would be printed on batch jobs. Please suggest ways to do this.
    Thanks a lot in advance!
    Best Regards,
    abap_peer_dangs

    Hi,
    Is that requirement of multiple pages as groups only at the time of print or at print preview also...?
    Can you have a Print button on this screen or you should be using the Abobe toolbar's Print button..?
    Well if this on a click of a button in the form and the requirement is only at the time of print and not on print prieview I can have a JS script which does this...
    Let me know if this suffice, I can try with a local file and send you the script.
    @ Chris: I didn't understand what do you mean by reported, I was eager to hear and learn a solution from you may be a new approach which I am not aware of ...?
    Cheers,
    Sai.

  • Custom Master Page issue with Document Set Libraries

    Details: Publishing site using SharePoint 2013.  The SharePoint is on my company's servers.
    Have a custom Master page that has a navigation banner (built with HTML/CSS/javascript).  The site has it applied successfully to the "Site Master Page" but when I also apply it to the "System Master Page", the libraries that have
    Document Set type content do not show the files within.   We'd like to be successful in applying to the "System Master Page" as that allows the banner to show when an actual library is accessed.    Any suggestions, please?

    Thanks. I've been experimenting with this for a few days now, and there's lots I don't understand about why and such, but your process above works. That's a big load off me right now and I really appreciate it. I'm going to be able to survive the initial
    roll-out and implementation of the new site. Going forward, I've got lots to learn and find out, I've already heard that there's a desire to really redesign the master page for the site and subsites, way beyond the little CSS customization I did. Fun.
    If you've got a little time though, perhaps you can provide some explanation. If not, no problem.
    On step 6, when I do as you detail, click the System Master Page and reset all the subsites, it seems to work fine with my custom master page. If I do that with the Site Master Page settings, my custom page causes the redirect issue in the subsites again.
    This is whether I do the Site Master Page by itself, or in conjunction with the System Master Page settings. If I revert back to the Seattle master page in the Site Master Page settings and my custom pate in the System Master Page, the issue goes away again.
    It is completely messing with my head, trying to figure out why that would be, and this is all beside trying to figure out why adding the one little CSS reference to the Seattle master to create my master page breaks things (sometimes!).
    Just fyi, what I've ended up with for now is pulling my custom master page out of the system and using the Alternate CSS URL to add my custom CSS to the Seattle master page on the sites. As I thought about all this, I decided I didn't want to leave the breakable
    custom page out there for some unsuspecting site manager to accidentally pick and get everyone screaming about the broken sites.
    Thanks again,
    Steven

  • CS4 master pages don't transfer

    I created a book using a 6x9 format, but after I got the entire 39 chapters formatted, I realized I needed to switch to 5x8 format.  It should be easy -- just move the new masters I created in Chapter 1 to the other chapters.  Only it doesn't work.
    I did what the instructions said:  opened both chapters 1 and 2 and in the Page flyout menu, selected "move pages".  I selected Chapter 2 as my destination.  But nothing happened.  The masters in Chapter 2 are still 6x9.
    I tried synchronizing the entire book using Chapter 1 as the Style Source, but that doesn't work, either.  None of the masters changed.  Yes, I selected Master Pages in the Synchronization menu.
    I also tried to import master pages using the Pages flyout menu.  That didn't work, either.
    I even tried deleting the 6x9 master pages.  Well, that was a disaster!  InDesign crashed. 
    Having to reformat all the masters for all 39 chapters is ridiculous, but I can't see any other way to do it.
    HELP!!

    No, Peter, I never solved it.  But thank you for asking!
    I finally started a whole new book, with the smaller master pages.  I saved a few blank pages for each chapter file, then I copied and pasted the text of each chapter onto the new pages.  Fortunately I was able to transfer paragraph and character styles to the new document, and the formatting of the copied text transferred also.
    But it was still a lot of work.
    I don't even want to think about trying to design a document with different size pages!

  • Error with master page "insert current page number" when exporting book

    Using InDesign CS 5.5 for Windows
    Recently upgraded from InDesign CS (the really old one from 2003). I did save a copy of all my old version files and kept the old ID installed just in case (after reading all the horror stories on here).
    In my old version of ID, I created a book made up of about 70 documents. Some of these documents are one page, others have multiple pages. In the multiple page documents, I used the "insert ... current page number" character (or whatever the command was in the old version) on a master page, and formatted it to read, for example: Page 1 of 17, Page 2 of 17, Page 3 of 17, etc. When I exported my book to a pdf, it worked fine. (I do not want/have consecutive page numbers throughout the book, only in individual documents. By this I mean my entire book is about 280 pages, but not all of these 280 pages are numbered, just the groups of pages from these multi-page documents. It doesn't read page 1 through 280.)
    Got my upgrade to 5.5 a few months ago, added some documents to the book, and (if i remember right) when I saved the book it asked to convert every old version document to the new version, which I said okay. When I exported the book to a pdf, some documents that are longer than 2 pages are now numbered wrong; the numbers are now going like this: Page 1 of 17, Page 2 of 17, Page 2 of 17 (supposed to be page 3), Page 2 of 17 (supposed to be page 4), etc. Every page but page 1 is now page 2 of whatever.
    If I open the individual document and export it to pdf, the page numbers work fine. It's only when the document is exported with the book that the page numbers mess up. And it's not all the documents in my book; this error starts at a particular document and continues from that point throughout the rest of the book, affecting any document longer than 2 pages. Multi-page documents before this point in the book export with the correct page numbers.
    I create new documents by doing a "save as" with a previously created document and cut and paste as needed, so I'm not having to reformat or set up page numbers on each new document. I don't use layers or styles (I'm sure there's a better way to do what I need, but I've only had time learn the basics, just enough to be functional.)
    My attempts to fix this so far (using version 5.5), testing with the first document where the error appears: (1) I've removed the document from the book, deleted the insert current page number character, re-entered the insert current page number character, saved, exported the individual document to pdf and it worked fine. Put it back in the book, save, export, and it's wrong. (2) I took the document out of the book again, exported the document to .idml, saved as new .indd with new name, exported to pdf and it worked fine. Put it back in the book, save, export, and it's wrong. (3) I started up my old ID version, opened the old version of this document, exported to .inx, closed, opened .inx in ID 5.5, saved as new .indd with new name, exported to pdf and it worked fine. Put it back in the book, save, export, and it's wrong. (4) I moved the document up in the book order, putting it above a document that has correctly numbered pages, saved, exported to pdf, and this document was still wrong, but the one that has been numbered correctly all along is still correct. (5) I've compared settings for this document to others that number correctly and cannot find any difference.
    It's like the page numbers get hung on "2" when I export the book, but only in the last two-thirds of the book. Sorry it's so lengthy, but I hope this description of my problem is understandable. Any advice, other than going back to my old version documents and starting over?
    Thanks for your time and for all the awesome information this forum provides!
    alice

    Mr. Spier
    Right after I posted my question, I saw a post from last year where somebody had similar problems. (I cringed because I spent almost 3 days researching this problem and never ran across that post; thanks for not scolding me for posting a semi re-run.) I decided to try one of the easier solutions: I opened the problem document from the book panel, went to the master page and deleted the text box containing the page number, copied the page number box from a document that worked correctly, and pasted it into the problem document. Saved that doc, closed, saved book, exported to pdf, and it worked!! The page number problem was fixed. I went back and did the same thing for the other problem documents and they all number correctly now. 
    Probably not the best way, but for now this will fix it; I may have to do it again next time I add to the book. Although I didn't follow your instructions, I'll mark this as answered since it's working now. If it keeps giving me problems, I'll try the .inx export/new book route.
    thanks for your time
    alice

  • InDesign Master Pages; complication with re-appearing master page objects

    Hi everybody!
    A short intro to understand the problem: I'm working on a commemorative journal for a dinner that people are submitting text based ads to little by little. The types of ads are divided into different chapters so I made different master page spreads for each section. The ads need to be in alphabetical order so as they come in, I add new pages into the layout and place the ad text into the text box.
    Here is the basic structure of my master spreads: there is a text box on each side of the spread that contains an anchored object. I'm using that object as a separator to separate between the ad text and the name of the person who placed the ad. When I insert the ad text, I'm releasing the text box master object and I'm inserting and formatting the text.
    Here's the problem: when I add pages to the layout and the pages already in my layout shuffle, in some instances the text box with the anchored object re-appears behind what I've already done through the text (the anchored object is a dotted line so there ends up being a dotted line through the middle of the text). For example, if I have master page A applied to page 3 (right side of spread), when I add a page before 3 (making page 3 into page 4 and a left side of spread), the master object text box containing the anchored object appears behind the one that was the original master object that I released and inserted text into.
    I did some experimenting and I found that this only happens when I add an odd number of pages. When I add an even number of pages, the additional master page object doesn’t appear. Also, if I add one page after adding a page, the extra master object disappears. I'm assuming that this is because when I add an odd amount of pages the spread with my text switches sides and the master object from the other side of the spread is appearing. Also, if I manually remove the new master object that appears, a new master object does not appear if I shuffle it again.
    Solutions I came up with were either just manually going through the document at the end of the project and removing the extra master objects or applying a white background to the text box so that it would the block the new master object that appears. However, I think there has to be a better solution would be more automatic, leaving less room for human error and being less sloppy that giving white backgrounds to all the text boxes.
    In short, I think the problem is that when my pages are being switched to the opposite side of the spread it is adding the master objects of the side of the spread it switched to. So would there be a way to prevent that from happening?
    Looking forward to what you guys think.

    In short, I think the problem is that when my pages are being switched to the opposite side of the spread it is adding the master objects of the side of the spread it switched to. So would there be a way to prevent that from happening?
    That is correct behavior. You could stop using master page objects. Instead, make your anchored frames into a snippet or a library object so that you can drag and drop the thing onto a fresh page for that next arriving ad. I would make the master pages show only grid lines and margin and column guides.
    If in CS6, and you are on the master pages, and you designate the selected frame as Primary Text frame, then that might not happen (if I understand your description, which I sorta don't)

  • Multi-page document with multi Master-pages

    Using InDesign CS6 (Mac): 
    I'm to start a 50-page document that's single-pages (not spreads) for 3-hole-punch book. I'm using 2 Master pages, which are alternating between the front and back of each sheet. So page 1 is master A, page 2 is B, 3-A, 4-B, etc.
    So that I don't have to manually add alternate pages to the Pages window — is there an elegant way I could tell InDesign at the "New Document" level to create those 50 alternating pages?
    Thanks!

    Thanks, Jdanek, but after posting my question here I realized a better place to post it is in the InDesign forum, and I already got the answer there, which is to create a facing-page document with one master page, that has a larger margin at the binding side. The pages will be read as spreads, even if this a 3-hole-punch book. I then will save it as a single-page PDF for production.
    You can see the thread at Re: Create multi-page document with multi Master-pages

  • What is the best practice for creating master pages and styles with translated text?

    I format translated text all the time for my company. I want to create a set of master pages and styles for each language and then import those styles into future translated documents. That way, the formatting can be done quickly and easily.
    What are the best practices for doing this? As a company this has been tried in the past, but without success. I'd like to know what other people are doing in this regard.
    Thank you!

    I create a master template that is usually void of content, with the exception I define as many of the paragraph styles I believe can/will be used with examples of their use in the body of the document--a style guide for that client. When beginning a new document for that client, I import those styles from the paragraph styles panel.
    Exception to this is when in a rush I begin documentation first, then begin new work. Then in the new work, I still pull in those defined paragraph and or object styles via their panels into the new work.
    There are times I need new styles. If they have broader applicability than a one-off instance or publication, then I open the style template for that client and import that style(s) from the publication containing the new style(s) and create example paragraphs and usage instructions.
    Take care, Mike

  • Dynamic form with multiple master pages

    I have a 7 pg form that has different data in the footer area. I placed the footer info on it's own separate master page and set the page to the corresponding page numbers. I moved the content area above the footer section so my content can flow to the next page properly. But my problem is since I set the Pagination area to "Place: Top of Page "Page 2" and the rest accordingly, I'm getting an almost blank page with the data from the previous page and the next page pushes to a separate page of its own for every page. Not sure how to make the form flow continuous, this is my first time having to do a form this way. Typically I set the pages when I'm done to "Following Previous" instead of "Top of Next page" in the Pagination Place field for each section and everything works fine then. I've never had to deal with a different master page for each page in the form.
    Any help or suggestion would be greatly appreciated.
    Jim

    If you have 7 pages with different footers, wouldn't it be easier to have the footer also part of the body page instead of Master page.
    Unless you are adding dynamic content at runtime, you can keep the footer in the body page itself. That way you can avoid multiple master pages.
    If you still have issues, you can share the form, so I can have a look at it.
    Thanks
    Srini

  • CS6 master page problems with CS5.5 script

    Hi.
    I've an extensive script created for CS5.5, that creates 16 documents, styles them, and adds them to a book file.
    Under CS6, it still works fine, creates all the necessary stylesheets and master pages, but the master page items are shifted.
    I've checked the position with the Page tool, and clicked Show Master Page Overlay, and the centre of the master pages are now sitting at the centre of the spread (which is also the zero point of the ruler).
    I've tried versioning for CS5.5, but I can't get it to stick (compiling simply changes CS6 to CS5").
    Can anyone tell me how to correct the problem? Ideally, I'd like to append the part of my script that creates the master page. This starts thus:
    set currentMaster to master spread "A-Master" of Pub00
              set base name of currentMaster to "Standard Pages"
              tell currentMaster
      make guide with properties {orientation:vertical, location:"138mm"}
      make guide with properties {orientation:vertical, location:"140mm"}
                        tell margin preferences of pages
                                  set top to topMargin
                                  set left to insideMargin
                                  set bottom to bottomMargin
                                  set right to outsideMargin
                                  set column count to docColumns
                                  set column gutter to colGutter
                        end tell
    ... and then I start creating para and character styles, and add various frames with content to the masters.
    Another section to create a master starts with ...
    tell currentMaster
                                  tell page 1
    ... so should I use the 'tell page 1' block to alter the master overlay, or somewhere else?
    Each document only has three different master pages, but I now have to open all 16, and use the Page tool to shift the master overaly, which can be pretty time consuming.
    Any pointers would be most appreciated.

    I'm seeing this as well, but when I go to override master page items to a normal page.  This code worked fine on CS5, but broke when we updated to CS6.
    on override_master_page_items(p)
      -- Overrides all possible master page items for a given page.
      tell application "Adobe InDesign CS6"
        try
          -- Get the list of items to override
          set i to master page items of p
          set b to {}
          repeat with v in i
            -- Build the list of items that we will override so we can process it all at   once (for speed)
            try
              if allow overrides of v is true then
                -- Only override an item if it is in fact possible to do so.
                set b to {b, v}
              end if
            end try
          end repeat
          -- Override all the items that we found above.
          set overriddenItems to override b destination page p
        end try
      end tell
    end override_master_page_items
    Any help or ideas would be greatly appreciated.

Maybe you are looking for

  • Non-english characters on my ipod?  and it will only play the radio?

    my dad gave me an ipod he bought off ebay for christmas. I had another one but it was lost. so anyway, this one has non-english (chinese or japanese) looking characters, the spinning wheel doesn't spin, and it keeps popping up US radio station. and m

  • Service_i data not getting save

    Hi Experts, I am coying one contract from another using  passing source GUID in lt_orderadm_h_t :- CALL FUNCTION 'CRM_COPY_PROCESS_PREPARE'     EXPORTING       it_orderadm_h     = lt_orderadm_h_t       it_orderadm_i_ref = lt_orderadm_i_s       it_pre

  • Texting/IM problems incoming/o​utgoing, Not Received/U​p To 3 Day Delays, Blackberry Curve 9300

    For several weeks now I have been having problems receiving and sending texts from my blackberry. I first brought this to the attention of my provider (tmobile) at the end of september, this was after the announcement that RIM has resolved the proble

  • Specifying login configuration in Sun Java Studio

    I'm trying to specify the location of the login configuration file in JSE8. In the Arguments field under the project's properties I have: -D java.security.auth.login.config==c:/test_jaas.config c:/test_jaas.config does exist, and contains Sample { co

  • Is there any way to have unique setup for each Application in a single CSF

    Hello all, I am finding that i need more control with CSF files than just syncronising a generic setting that was made in one application... For example, for the same workflow, I need to have different policies in different applications such as: