How do I accept/reject green/red changes in a FM CMP Compare Document

I am working in FM 11 and needed to merge one file that two writers worked on at the same time with different sections of that file updated. I used the FM Utility > Compare Documents. The result CMP file showed me the inserted text in bright green and the deleted text in red. How do you accept/reject these changes? My workaround is to retype what I wanted to keep and select and delete text I wanted to delete.
I also tried to use SVN update to merge the files, but SVN didn't seem to be able to merge my two files (even though SVN merged a text file that user 1 UPDATED before they COMMITTED their change. The UPDATE merged the changes from writer 1 to the working copy from writer 2 without disturbing writer 2's changes. Then writer 2 was able to COMMIT. But this only worked on a TXT file and did not work with FM files. With FM, SVN just would not let writer 2 UPDATE if his copy was not in sync with the committed copy.
Ideally I would like to be able to merge changes on the same file from two writers who updated different sections. Any suggestions? Thanks.

Another approach:
FrameMaker uses the conditions Inserted and Deleted to mark inserted and deleted text in the CMP file.
In the Search/Replace dialog select the Deleted condition for deleted text to search for.
Leave the Replace box empty.
Then search for the Deleted condition and either replace (i.e. delete the text) or leave it as it is.
After this search/replace the remaining text with the Deleted condition is correct. Therefore delete this condition without deleting the text.
Then do the same with the Inserted condition for inserted text. Either delete this text or leave it as it is.
Then delete this Inserted condition.

Similar Messages

  • How do I accept end user license agreement so I can view PDF documents?

    How do I accept "end user license agreement" so I can view PDF documents? I have tried everything.

    Hi Emily
    Can you elaborate on what you are trying to do including the steps you followed, and the error you are seeing? Also, what platform are you on? Desktop (Windows/Mac), Mobile (iOS/Android)?
    Thanks
    Shradha

  • HT2513 my iCal calendar that I created with the color green keeps changing to purple.  no matter how many times I change it to green, it turns it back to purple.  Of course this only happens with iCloud and not "from my Mac".  Any ideas?

    my iCal calendar that I created with the color green keeps changing to purple.  no matter how many times I change it to green, it turns it back to purple.  Of course this only happens with iCloud and not "from my Mac".  Any ideas on how to correct this?  This seems like a trivial error, but it's super annoying.

    I called Apple and they said that they know about this problem.  It's a problem with iCloud which their Engineers know about.  (there was a new iCloud release, hence...)  No ETA for a fix yet.  I asked that this be escalated so Engineering doesn't put it at the bottom of their fix list.  I talked to a Senior Advisor and mentioned to them to have QA check their regression tests as this has happened before to me (the problem just didn't take this long to resolve).  I like to use green too for important stuff, so I've resorted to creating a new calendar using the normal calendar green for events going forward.  They could have picked another color besides green to have this problem with and I wouldn't have been so upset.  ;-)

  • In 3.6.8 I no longer see the box that lets me accept/reject cookies before they are sent by a website. How do I restore this feature?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    Using Firefox 3.6.8 I no longer see the box that lets me accept/reject cookies before they are sent by a website. How do I restore this feature?
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.8
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    CinemaNow Plugin for Firefox 1.4.0.5 true {3112ca9c-de6d-4884-a869-9855de680400}
    DictionarySearch 3.6.5 true
    fluxDVD Download Manager 0.5 false {400F0BDB-6C49-43A4-BE1F-76D7327A604D}
    ForceField Toolbar 1.5.152.10 true
    Java Console 6.0.02 false
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    Pronto 0.9.8 false {6aec4bf7-c16a-4e5c-a65a-114a57157969}
    Amazon Wish List 1.1 true [email protected]
    Java Console 6.0.20 true
    TV-Fox 1.5.6 true {2f17f610-5e97-4fed-828f-9940b7b577a4}
    CookieSafe 3.0.5 true {9D23D0AA-D8F5-11DA-B3FC-0928ABF316DD}
    BetterPrivacy 1.48.3 true
    Modified Preferences
    Name
    Value
    accessibility.blockautorefresh true
    accessibility.typeaheadfind true
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days.mirror 180
    browser.history_expire_days_min 5
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage http://www.google.com/
    browser.startup.homepage_override.mstone rv:1.9.2.8
    extensions.lastAppVersion 3.6.8
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729)
    network.cookie.cookieBehavior 2
    network.cookie.lifetimePolicy 2
    network.cookie.prefsMigrated true
    places.last_vacuum 1280804078
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.8
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-6.0.12.1739
    *np-mswmp
    *MPDRM License Acquisition Plugin
    *1.9.0009.1
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Default Plug-in
    *Shockwave Flash 10.1 r53
    *4.0.50524.0

    Are you talking about CookieSafe, which you have installed? See: https://addons.mozilla.org/de/firefox/addon/2497/
    If so, Is your Status Bar displayed? Click View, if no check mark next to Status Bar, click on Status Bar to place a check mark. Does it show now?

  • How to Parse and Tally the Accept/Reject values in the XML file?

    I need to tally the comments & annotations in a document that's under review. What's the Accept/Reject values in the XML file?

    SQL> SELECT EXTRACTVALUE (COLUMN_VALUE, '//name') NAME,
           EXTRACTVALUE (COLUMN_VALUE, '//age') age
      FROM TABLE
              (XMLSEQUENCE
                  (EXTRACT
                      (XMLTYPE
                          ('<Root>
                              <Record>
                                <name>RAM</name>
                                <age>23</age>
                              </Record>
                              <Record>
                                <name>SAM</name>
                                <age>23</age>
                              </Record>
                            </Root>'
                       '/Root/Record'
    NAME       AGE      
    RAM        23       
    SAM        23       
    2 rows selected.

  • ORDRSP mapping?? (accept / reject on item level... )

    Hi there,
    I am trying to work out what fields need to be mapped in order to get an "Order Response IDoc" into SAP so that it simple says whether an item is accepted or rejected....
    I have been looking in the E1EDP01 segment - at the ACTION and ABGRU fields.....
    The ACTION field is meant to have the line item status (accepted / rejected / created etc).....but when I look at the value range of the data element linked to that field all I see is the following:
    001     Item added
    002     Item changed
    003     Item cancelled
    004     Item not changed
    005     Item locked
    091     Goods receipt
    092     Goods receipt correction
    093     Return
    094     Consignment
    095     Damage in transport
    096     General correction
    097     Debit Advice for the Vendor from ERS
    098     Debit Advice for the Vendor from New Valuation
    099     Credit Advice for the Vendor from New Valuation
    Where is the accept / reject field?
    So if someone could please give me an example mapping of sorts that simply shows the absolute essential fields that need to be specified so that I can update SAP to say if an item was accepted or rejected?
    Thanks for the help
    Lynton

    Hi there,
    I know about normal IDoc responses....that is NOT what I am looking for......I am wanting to create an "Order Response" IDoc and send it into SAP.
    Here is the scenario.....and ORDERS05 IDoc gets sent out of SAP to a supplier.....the supplier sends back an ORDRESP to us that will tell us if an item is accepted / rejected etc.....so nothing to do with ALEAUD etc.....
    I am wanting to know how to MAP the fields in the ORDRESP IDoc....or better yet what are the essential fields to fill in....
    Thanks anyway
    Lynton

  • Purchase Order Response  accept/reject

    HI srm forum .
    the scenario is mm/sus  classic .  when vendor accept the PO new and confirm qty or dates. the interface PurchaseOrderConfirmation send the confirmation to MM.
    the question is  How the buyer accept or reject the confirmation in MM .
    thanks for the help.

    Hi Oscar,
    I don't think there is a workflow for this in MM-SUS scenario.
    In SRM-SUS there can be a workflow configured for accept/reject the changes done from the vendor by the purchaser.
    Regards,
    Girish

  • Accept all editions and changes with one click in a PDF document

    In Adobe Acrobat (7.09) I see how to accept changes in a PDF document individually, but is is possible to accept all editions and changes with one click, as it is in Word for example. For tips thanks in advance.

    Hi,
    To save usernames/passwords, you may have to make sure that '''Remember passwords for sites''' is still enabled in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Security''' while at the same time in the '''Privacy''' tab, '''Never remember history''' or '''Always use Private Browsing''' shouldn't be enabled and if '''Settings''' is visible here, make sure that '''Saved Passwords''' is not enabled (ticked).
    [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Security%20panel?as=u Security panel]
    [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Privacy%20panel?as=u Privacy panel]

  • Get Accept & Reject Buttons only on click of work item in sap inbox

    Hi,
    ALL
    I have a issue.
    I have created a form in module pool which has a certain set of feilds. I have placed two buttons in the form namely " Submit " & Update. When ever the submit button is clicked in the form the form which is an attachment goes to the respective approvers for approval.
    Issue : I have not placed any Accept or Reject Buttons in the form, I want these buttons to get displayed when the form is displayed in the SAP inbox of the user.
    I am not aware of the process, that how the Accept & Reject buttons appear when the form is used for approvals in the workflow.
    Can any one suggest me the process, that how do i use these buttons while displaying when the work item is clicked in the users inbox but not when the form is intially filled.
      - The approval or Reject buttons should not get displayed when the user is initially filling up the form.
    -  The Approval or Reject Buttons should be displayed when the work item is clicked in the sap inbox of the user, instead of update & Submit.
    On click of the work item - the accept & Reject buttons should be displayed but not the Update & Submit and this should be displayed only when the work item is clicked.
    Kindly suggest me the way how to get that ..if possible some peice of  code would also be good.
    Expecting an earlier reply !
    shankar

    Hi Shanky,
    You can create two module pool programs for requirement.
    One is for trigger the workflow and other one is to get the approval.
    For the approval, create a dialog method and call the screen using call transaction.
    So at run time when the user clicks the work item it will display the Approver screen. under Approve or Reject button you have to call the function module, SAP_WAPI_COMPLETE_WORKITEM to complete the work item.
    Thanks,
    Viji.

  • How do you accept a friend request in the new Game Center with iOS 7.0.4?

    How do you accept a friend request in the new Game Center?

    I have a red "1" showing I have a request, how do I accept it? I have my list of friends, I scroll down and see the list of recommendations (which doesn't tell me they are playing my game), but I don't see where to accept the request sent to me.

  • Green/Red Line Appears on .mov when exporting

    Hi,
    There's a green/red line that appears on the RIGHT SIDE when I export my presentation to QT. I'm using H.264 @ 24fps with Multipass encoding at best quality. I'm not including audio or transparency.
    The slide size is 355x200.
    The contents are vector graphics, images, and videos.
    However, no videos are right justified.
    I'm using KN 3.0.1 Trial and have QT Pro & Flip4Mac Trial installed.
    What are the reasons for this line in the .mov and how do I fix them?
    Is it the shadow effect on the actual slide canvas?
    I've exported files successfully in the last week since I've had my MacBookPro.

    Hi,
    There's a green/red line that appears on the RIGHT SIDE when I export my presentation to QT. I'm using H.264 @ 24fps with Multipass encoding at best quality. I'm not including audio or transparency.
    The slide size is 355x200.
    The contents are vector graphics, images, and videos.
    However, no videos are right justified.
    I'm using KN 3.0.1 Trial and have QT Pro & Flip4Mac Trial installed.
    What are the reasons for this line in the .mov and how do I fix them?
    Is it the shadow effect on the actual slide canvas?
    I've exported files successfully in the last week since I've had my MacBookPro.

  • Aironet 1100 RED-GREEN-RED lights on

    Hello,
    my Aironet 1100 has the red-green-red leds on, how can i replace the IOS, how can i access it, i'm having problems using Ethernet?
    thanks

    Just had the same thing happen. I hooked the AP up to a laptop via ethernet cable, held the Mode button while connecting the power to the AP, and used tftp to transfer the image back to the AP.

  • Customer Acceptance Can't Process Partial accept/reject

    Is the new R12 feature for customer acceptance really must accept or reject a sales order delivery line, and cannot process partial accept / reject?
    If so, then this new feature won't matter much i'm afraid.
    Can anyone provide any explanation?
    Thanks,
    Gerry

    At first, I imagined that it will have the functionality to accept or reject partial >shipment. The deviation will then be enterred as expected receipt (just as the >RMA receipt would). Upon receiving (querried with the Sales Order number), the >journal created will be Inventory Valuation (material account) against Deferred >COGS. The autoinvoice will pull those that the customer received only (pre-billing >explicit/implicit acceptance). The SO line quantity will be changed with the >quantity that the customer received, and a new line will be created with the >rejected quantity and the status of backordered.I think this logic has a flaw: When you have shipped 10, you have delviery detail for 10 and inventory transaction for 10 (sales order shipment). Hence the accounting is Cr Inventory 1000 (assuming cost is 100) and Dr Deferred COGS 1000. If customer accepts 10 then there is a logical material transaction created for the same and accounting is Cr Deferred COGS 1000 and Dr COGS 1000 and invoice is generated for the order line with whatever is the price of the line.
    Instead if the customer accepts only 6?
    1. What happens to the orginial accounting entries? As you can see here, this orginal accounting entry has to be updated to match with the accepted quantity. YOu cannot just create logical entry here as quantity has to be received into inventory which will create entries for the same.
    Sales order shipment
    Cr Inventory 1000
    Dr Deferred COGS 1000
    COGS Recognition for only 600 leaves 400 in the deferred COGS.
    Cr Defered COGS 600
    Dr COGS 600
    2. You have to update the trasansaction quantity from 10 to 6 as customer accepted only 6. You cannot just create a logical transaction 4 as there are a number of procedures to be followed when returning goods into invnetory (location, quality control and many other processes).
    3. You have to synch up the delivery details with the accepted quantity and order line quantities need to be synched up with delivery details. Hassel.
    You were saying that there is no way to reverse the entry from deferred COGS to >inventory, but with current functionality, should the customer reject partial >shipment, we must create RMA for the whole line, create a new identical >order/line, ship the accepted quantity, and the rejected quantity will be treated >as backordered. Isn't it the same, but with longer manual steps?A lot is industry or company specific. If the customer accepts partial quantities, you will RMA for the partial quantities not the whole quantity and create a new ship line for the partial quantities again (if the customer wants it and rejected because of quality issues). THis all depends on company to company as we do not know why the customer is rejecting in the first place. Returning for quality reasons, returning for good or cannot accept at this time because they have space issues or simply demand is not there. I agree that it is a pain from the invoicing printing perspective (customer is expecting for only 6 but we send it for 10).
    Moreover, with current workaround like that, will it impact the sales order history >report? Will it show double sales order, eventhough the revenue will only >recognize one? (no problem for custom report, but I haven't tested the standard >report).There is no double revenue here as you are squaring off original invoice with an RMA.
    I am not defending the Oracle's functionality. This is the first step taken in right direction and I am sure there are lot more changes on the way in this area. So for now, this is what it is.
    Bagimana Kabar? Saya kerja di Purwakarta dari dua tahun.
    Terima Kasih
    Nagamohan Uppara

  • Green/Red Focus Box Missing and Flicker/Flash on LCD

    Greetings:
    1) I recently reset my T3i and can't figure out why the center focus box that turns green or red isn't performing as it used to. When I depress the shutter button for AF the box is there but doesn't turn green or red. It also used to stay on the LCD as green as I took the picture which isn't anylonger as well.
    What happens now is it does its focus thing without turning colors and then snaps.
    2) Also, all info on the screen disappears when I snap. All info meaning the grid I have up, the focus box and all other info ie. histogram and settings that are on the left side of the LCD. If I recall correctly, all info stayed on screen including the focus box green or red.
    3) Lastly, the focus box will flash green when I snap the shot but that only happens "sometimes" and not always.
    4) One other thing I noticed too is as I depress the shutter button or snap the shot I get a pink flicker on the LCD which wasn't happening before.
    Any ideas how to fix these issues?
    Thanks in advance.

    If the focus points in the viewfinder are blurry then it means you need to adjust the diopter on the viewfinder.
    On the upper-right corner of your viewfinder, there's a tiny little wheel.  That wheel allows you to adjust focus for your eyes e.g. if you normally wear glasses, it can correct for diopter adjustment as long as it's in the -3 to +3 range (and the vast majority of people are).  If you need corrects outside that range, Canon sells slide-on diopters that can go even stronger.
    Anyway... to adjust it:
    1)  Point the camera at something with no contrast... such as a plain white wall... or a solid blue sky, etc.   
    2)  Not required, but I actually think this is easier if you deliberately de-focus the lens -- just put it well out of focus and leave it.
    3)  Now look through the viewfinder at those focus points and adjust the tiny wheel in the corner until the focus points are as crisp as possible.  
    The viewfinder is now focused for YOUR eyes.  That means when something appears to be sharply focused, it actually is sharply focused.  
    At this point you should be able to switch on the camera, look through the viewfinder, let it auto-focus on something... and it should look sharp.
    Why:
    As light enters the lens, there's a specific distance from the front of the lens to the focus plane.  There's a special mark on the top of the camera and on your T3i it's left of the hot-shoe ... over by the support ring for the neck-strap on the left side.  The mark looks like a line... with a circle in the middle of it.  That mark indicates the position of the focal plane (the sensor).   When the lens is focused... it's focused to THAT distance.  
    When the reflex mirror is in the "down" position, it bounces light up at a 90º angle into the pentaprism.  But more specifically it's bouncing the image onto the "focus screen".  If you remove the lens and look at the top of the camera you will notice a frosted piece of "glass".  The distance from front of lens, to mirror, to that "focus screen" is EXACTLY the same as the distance from front of lens to the sensor (when the mirror swings clear.)
    This means what you're REALLY doing is projecting the image onto that bit of frosted "glass".  You can think of it as a mini "rear projection" movie screen.    
    Even if the image is tack-sharp on that screen... if your viewfinder diopter isn't adjusted for YOUR eyes then that image would still look a bit blurry.  Once you finish adjusting the diopter you'll be able to trust it.
    BTW, I noticed your post is about the "green/red" box which implies you may be relying on the live-view display.  When you use live-view on your camera it uses a completely different focus system then when you look through the viewfinder.  The focus system used when you look through the viewfinder is MUCH FASTER than the focus-system used in live-view mode.  If you are having issues with focus speed and delays when trying to take photos... switch to using the viewfinder and it'll be much faster.
    Tim Campbell
    5D II, 5D III, 60Da

  • How do I get blue/green screen option & split screen?

    How do I get blue/green screen option & split screen?  On iMovie, these options were presented to me, whenever I dragged a clip over another clip already in timeline.  Where do I find these choices in Final Cut X ?  Also, on iMovie, to resume project production, I would then hit the "done" button -- Where do I find a button to finalize changes?  Also , where do I find the option of "precision editor" ?   Thanks

    Green screen is done with the Keyer effect.
    There is no Done except for transformations in the viewer.
    Double click an edit point to open the Precision Editor.

Maybe you are looking for

  • Apple Wireless Keyboard Battery drains extremely fast?

    I bought my iMac in Sept 2011. It came with the Apple bluetooth keyboard. But it has been draining battery extremely quickly since the past 3-4 months! It began when I noticed I need to change my AA alkaline batteries once a week, without shutting of

  • Any idea what happened to the "Show All " button in my organizer ?

    I am still very much a rookie at all of this so please bear with me. I have been working my way through the lessons in the "Photoshop Elements 7 Classroom in a Book" publication, and am on Lesson 3,page 106,  step 4, of the "Viewing and Managing File

  • Automatic determination of Condition type value

    Hi Friends, I have one requirement here as described below. In pricing procdure, I have defined 3 condition types for 3 types of taxes i.e. GST, HST and PST as per client requirement. The value of each condition type is fixed i.e. GST=5% of Gross, HS

  • HT4356 I'm having trouble just printing black & white from my Iphone

    I set up my printer to only print in black but for some reason when I print anything from my IPhone 4S it still tries to print in color...even though I don't want it to.  Any suggestions???

  • Shutdown abort during switch over?

    Hello, I seem to notice a different behaviour between 11.2.0.1 and 11.2.0.2 during switchover on Linux 64 bit. On primary I'm connected in sqlplus ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY; Database altered. exit In alert.log: Fri Dec 0