Grep Bug when Using Change All or FindChangeByList

I'm currently working on an xml based business card file and the formatting requires me to search for a phone number followed by a End of Paragraph followed by a Page Break and then remove the unnecessary Paragraph Return. For some reason inDesign will not find an End of Paragraph then a Page Break through the following grep code "\r~P", however if I search for "\r\r" it will find it. I have been able to get this to work with "(\d{3}\.\d{3}.\d{4})\r\r" and then change to "$1~P", however each subsequent business card loses one number off of the end (804.777.7777, 804.777.777, 804.777.77 etc). The code works just find if I use "Change/Find" but if I use "Change All" or FindChangeByList.jsx characters are lost.
What would cause this?

If I untag all of the XML elements this issue stops, but I would really like to keep my XML structure.

Similar Messages

  • N Mail, when using "reply all" why does Mail automatically include my email address in the cc line? Whey would I want to include my email address in an email I am sending.  Anybody have any idea how to stop this?

    In Mail, when using "reply all" why does Mail automatically include my email address in the cc line? Whey would I want to include my email address in an email I am sending.? Anybody have any idea how to stop Mail from including my email address in the cc line when using "reply all"?

    Automatically cc myself is not checked.  I did find out that if you have multiple email address that all of them need to be associated with "My Contact" tab.  Thanks

  • Why should we select all key fields when using for all entries

    Hi,
    Why should we select all key fields in our select query when using for all entries statement?
    I read about for all entries but this point was not clear in any post.
    Please explain me
    Regards,
    Subhashini

    Dear Subhasini,
    It is because FOR ALL ENTRIES deletes the duplicate entries before populating the target internal table.
    Please do an F1 on FOR ALL ENTRIES & read the SAP documentation.
    I mean how duplicate entries will not get deleted when we use this?
    Quite simple, if you select  all key fields then each entry will be unique & there will not be any duplicate entries to delete !!
    BR,
    Suhas
    Edited by: Suhas Saha on Oct 16, 2009 9:41 AM

  • When using FaceTime, all other sounds are muted. This defeats functionality. When will this be corrected?

    When using FaceTime, all other sounds are muted. This defeats functionality. When will this be corrected? Does anyone know of a "fix" for this problem? This definately is NOT a feature.

    yes, that is exactly what mine did too. I noticed that something is wrong after receiving calls and did not hear anything.
    It was like the IPhone did not realize that the headphone is not any longer plugged in. I m not sure weather I plugged/unplugged the headphones after this more than once but it startet working correctly.

  • Unexpected error -10813 when trying to use Change All

    I'm trying to change the Open With (in the Get Info window) program used with some files, but when trying to use the Change All button, I get :
    The operation could not be completed
    An unexpected error occured (error code -10813)
    I'm trying to change all my .BMX files to open with the BlitzMax program, instead of the currently (incorrect) program.
    Any reason why it should come up with this error message ?

    Not sure how helpful this is:
    -10813 - kLSDataUnavailableErr - Data of the desired type is not available (for example, there is no kind string).
    My guess is some sort of system corruption. You might try fixing the LaunchServices database:
    Open the Terminal application in the Utilities folder. Paste the following command in its entirety at the Terminal window prompt and press return. Wait for the prompt to reappear.
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L aunchServices.framework/Versions/Current/Support/lsregister -kill -r -domain system -domain local -domain user
    If the above doesn't resolve the problem then you might take a look at the information in this post for additional things you can try:
    http://discussions.apple.com/message.jspa?messageID=1309414#1309414
    I would also consider doing the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Weblogic bug when using setProperty?

              Hello,
              We're using Weblogic 5.1 SP8.
              The bug (I think it's a bug) occurs when setting a property to an empty value:
              the old value keeps remained.(see attachment)
              The problem occurs when the scope is set to session (using request works fine,
              application I didn't test).
              Will this issue being solved with installing SP9 (or 10?).
              Is this a known bug? If not where should I submit it (I took a look at the site
              but for now I didn't find a place where one can submit bugs)?
              All answers are welcome,
              Frederic Marius
              [att1.html]
              

              It's not a bug???
              So it is logic that when the property is made empty (when you have previously
              assigned it a value)
              - the property IS CHANGED when the bean is in the request scope
              - the property IS NOT CHANGED when scope is session
              This seems pretty confusing to me, and I can't imagine what could be the reason
              for wanting such a behaviour.
              When the spec says you shouldn't change the value of a property when it's according
              parameter has "" as value, that implies that you can only set values in a form
              and not unset them anymore. Seems pretty strange to me.
              Most logic behaviour is that the property is set to an empty string when you delete
              the values from the input field.
              =?iso-8859-1?Q?Anders_J=F6felt?= <[email protected]> wrote:
              >
              >
              >This is not a bug, according to jsp spec. 2.13.2.1 you can read about
              >=
              >the rules. 'If a parameter has the value of "" the corresponding =
              >property is not changed '
              >
              >/ Anders
              > "Frederic Marius" <[email protected]> wrote in message =
              >news:[email protected]...
              >
              > Hello,
              > We're using Weblogic 5.1 SP8.
              > The bug (I think it's a bug) occurs when setting a property to an =
              >empty value:
              > the old value keeps remained.(see attachment)
              > The problem occurs when the scope is set to session (using request
              >=
              >works fine,
              > application I didn't test).
              >
              > Will this issue being solved with installing SP9 (or 10?).
              > Is this a known bug? If not where should I submit it (I took a look
              >at =
              >the site
              > but for now I didn't find a place where one can submit bugs)?
              >
              > All answers are welcome,
              > Frederic Marius
              >
              >
              ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
              ><HTML><HEAD>
              ><META content=3D"text/html; charset=3Diso-8859-1" =
              >http-equiv=3DContent-Type>
              ><META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
              ><STYLE></STYLE>
              ></HEAD>
              ><BODY bgColor=3D#ffffff>
              ><DIV><FONT face=3DArial size=3D2>This is not a bug, according to jsp
              >=
              >spec. 2.13.2.1=20
              >you can read about the rules. 'If a parameter has the value of ""
              >=
              >the=20
              >corresponding property is not changed '</FONT></DIV>
              ><DIV> </DIV>
              ><DIV><FONT face=3DArial size=3D2>/ Anders</FONT></DIV>
              ><BLOCKQUOTE=20
              >style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT:
              >=
              >0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
              > <DIV>"Frederic Marius" <<A=20
              > =
              >href=3D"mailto:[email protected]">[email protected]=
              ></A>>=20
              > wrote in message <A=20
              > =
              >href=3D"news:[email protected]">news:[email protected]=
              >m</A>...</DIV><BR>Hello,<BR>We're=20
              > using Weblogic 5.1 SP8.<BR>The bug (I think it's a bug) occurs when
              >=
              >setting a=20
              > property to an empty value:<BR>the old value keeps remained.(see=20
              > attachment)<BR>The problem occurs when the scope is set to session
              >=
              >(using=20
              > request works fine,<BR>application I didn't test).<BR><BR>Will this
              >=
              >issue=20
              > being solved with installing SP9 (or 10?).<BR>Is this a known bug?
              >If =
              >not=20
              > where should I submit it (I took a look at the site<BR>but for now
              >I =
              >didn't=20
              > find a place where one can submit bugs)?<BR><BR>All answers are=20
              > welcome,<BR> Frederic Marius</BLOCKQUOTE></BODY></HTML>
              >
              >
              

  • I hate it when they change all the keyboard shortcuts. Is there a fix for these?

    I don't understand why Adobe thinks that consistency is a bad thing, but it seems that everytime they update they go jerking with my keyboard shortcuts. Last time it was Indesign, this time it Photoshop that has me complaining. Usually I can change things back to the way I like under Edit/ Keyboard Shortcuts... but this time they've really done it.
    Probably the 2 sets of shortcuts that I use the most over the last 15 years of using Photoshop, thus have become a natural reflex, when using the program are Toggling between CMYK channels via cmd-1,2,3&4, (sorry using cmd 3,4,5&6 is just completely unnatural) and Fit to Window (cmd-0). I cannot find a menu selection anywhere that would allow me to change these back, and Fit to Window has been completely removed from the view menu altogether! WTF?
    I guess I could get used to the new channel key commands if need be, but no Fit to Window? what is this world coming to?
    Anyone know of a workaround to this problem.

    Heh...found the ad-copy I wrote for AccessPad Pro:
    You're a power-user. The applications you work with do your bidding like YoYo Ma's Cello, like Perleman's violin, like Bill Evans' piano.
    You've customized the way your applications openall the Tools and Palettes show up right where you like them. You may even have a few custom workspace arrangements for different purposes. You switch between them with a mouse click, and you're ready to go.
    You've made brilliant use of Actions, Macros, Scripts and other built-in time- and effort-saving functions.
    You know hundreds of keyboard shortcuts, and have spent time reassigning the defaults to more deftly meet your needs. You've assigned F-key shortcuts to some of those functions that don't even have shortcuts.
    You're a power-user, but you've run up against a couple things that put a brick wall in front of your ever-increasing efficiency.
    Firstyour keyboard is designed for typing actual text. It's been that way since the dawn of the first mechanical typewriters. The way the keys are arranged are meant to make it easy for your fingers to find the keys. Even if you use the arguably better Dvorak arrangement for key assignments. Even if you have one of those split-and-angled "ergonomic keyboards, they're still designed to do one thing well: Let the user type text as efficiently as possible.
    Your keyboardwhatever the specieswas never meant to be an efficient, ergonomic way to access the shortcuts you depend on. For your current keyboardnay, ANY keyboardto perform optimally as a shortcut access device, you'd do well to have a third hand, or a freakishly long set of fingers that could bend 360 degrees in any direction.
    SecondYour keyboard only allows a finite number of shortcuts. If you find yourself wishing and begging for just one more F-key, so you wouldn't have to get rid of some of your old shortcuts just to add a newly discovered "must-have", you're out of luck. It's about impossible to find one that has any more than 16 F-keys. Even if you could find a keyboard with more user-assignable keys, there's still the matter of the first problem, that is: How to reach them easily and quickly?
    Forget all of those hassles, starting now.
    The AccessPad Pro, by Phosergistics, is a computer peripheral designed from the ground up to allow youthe kings and queens of all power usersto have access to a virtually unlimited number of shortcuts. It sits on your desk, opposite the hand you use for operating your mouse. You rest your hand on it, in a comfortable relaxed manner. Notice where your thumb naturally falls. Right there, under your thumb, you find that there are buttons that replicated the Command & Option keys found on your keyboard. They can be pressed and activated independently or in tandem.
    Under the heel of your hand is a somewhat larger button. Press down slightly, and you'll enable the same behavior as the Shift key on your keyboard.
    Using your thumb and the heel of your hand you can enable 6 combinations of modifiers.
    Now, look at your fingers. Beneath where they naturally rest on the AccessPad Pro you'll see six gracefully curved rows of buttons, 4 in each row. These buttons are arranged ergonomically, so the slightest curl of your finger can find and press any of the 24 buttons.
    Let's do some simple math: 6 combinations of modifier keys, multiplied by 24 easily reachable, user-assignable function buttons...The AccessPad Pro gives you comfortable access to a whopping 144 shortcut assignments, all without moving your hand.
    But that's not all. 144 shortcuts isn't enough for you? No problem. You can have a virtually unlimited number of these 144 shortcut sets, user assignable to work system-wide, or on a per-application basis, and you can load any set, any time you want. And because these custom shortcut assignments are written to a preset file using the industry standard XML scripting language, you can save these sets as tiny text files which you can share and trade with users on either the Mac or Windows platform.
    You're a power-user. Forget about trying to grow a 3rd hand. Forget about wishing you hand foot-long fingers.
    Use your mouse for moving your cursor.
    Use your keyboard for typing text.
    Use AccessPad Pro to speed up everything else you do on your computer. Try it for a week and you'll wonder how you ever worked without it.

  • Has anyone experienced text going missing after using Change All in the Find Font dialogue box?

    I manage an artwork production studio and two members of staff have separately reported that when using the Change All command to substitute fonts in InDesign's Find Font dialogue box, some text disappears from their documents. All affected text is originally set in the same font, and most of the conversion is fine but a few instances of text are actually removed (not reflowed). In the latest reported case, only four or five instances of text were 'deleted' across two pages of a 20pp document.
    I've found a link that refers to the same issue but it's unresolved (http://www.listsearch.com/InDesign/Thread/index.lasso?20041#last)
    I haven't been able to replicate this behaviour but would be interested to know if anyone else has experienced it and if so, under what circumstances it can occur, and what work-rounds or fixes are available.
    Applies to InDesign CS3 and CS4, have not tested with CS5 because we haven't upgraded yet.

    Joel, I am having the same problem you described. I have read of similar posts on PrintPlanet.com. Someone there thought it was a different text engine or something in CS4 which may be causing the problem.
    I don't know what causes this but I believe it can be traced to a previously created file in CS3 is saved as a CS4 document.
    The fonts associated with this problem for me are always Gill Sans, Palatino and some form of Helvetica. There may be others but these are the ones we notice the most.
    Today I worked on an InDesign CS4 file. When I opened it I was given a missing font warning. I went to Find Font and it was different typefaces of Gill Sans that was missing. When I changed the missing font to Gill Sans Regular entire lines of text disappeared. I closed the document without saving it and reopened it. I did the same thing in replacing fonts. This time no text disappeared. Not reflowed; not white; not hidden—gone.
    This is what I have been seeing for the past few months. The disappearing text is random and cannot be duplicated, though fonts may disappear in some other place. You never know where text will just disappear.
    The workaround I have found is to export your file to an INX document and reopen it in CS3. You have to replace all missing text before saving it as INX, though. To my knowledge CS3 has never had this happen.
    The workaround, though it works for me, is annoying. I'd like to know what to do to resolve this issue. What's the use in having CS4 if you can't trust it completely.
    I use a Mac running 10.6.3. I also have running Suitcase Fusion 2.

  • PS CS6: Images sometimes not saved when using Close All and instructed to save

    I thought I had made a crazy mistake when this happened earlier today, but it just did it again and I was paying close attention. 
    I often open multiple images to make several changes, then use Close All and when it prompts "Do you want to save changes to ... before closing?" I check off the box to "Apply to all" and say Yes.   This saves lots of time when adjusting several multi-hundred MB images.  Imagine my surprise today when it closed an image without saving!  I had to repeat about 30 minutes of work as a result. 
    I thought I had somehow accidentally clicked "No" to saving, so I made sure to pay close attention the next few times I used Close All to save work.  It worked fine until a moment ago when it did it again.
    Has anyone seen something like this?  I can't find anything in searching.  In all my time using this feature in PS I never once had a problem before.

    Thanks for the reply.
    I just upgraded to CS6 from CS5 a few days ago, and this is my first week in heavy usage. 
    I do have Save in Background turned on.  I am saving locally.  I also have auto recovery saves turned on, at 5 minute intervals (CS6 has crashed a few times on me)
    Yesterday I used Close All with Save maybe 10 times, and it exhibited this behavior 2 of those times. 
    In the two cases, I had 3 PSDs open, each a little over 400 mb in size.  It seemed to save two of the images, but left one unsaved.  I noticed that instead of spending several seconds saving, it would quickly just close that image - as though it believed no changes had been made.  The changes that had been made to the image were routine - add some adjustment layers, some masks etc.
    I have tried to reproduce it by opening the same images, making similar changes and then repeating Close All with Save, but so far no (bad) luck.  Idle speculation - could it have something to do with the frequent interval of autorecovery saves that I do? Some kind of conflict?  Or is it something to do with background saves?  Definitely never saw this in previous versions of PS.
    As a workaround, I have made a simple action that saves an image and apply it in batch.  I just can't risk losing work.

  • Tabular form default column value bug when using named notation?

    Hi,
    I am using Application Express 4.0.2.00.07
    After exporting and importing an application, the default value of a tabular form column results in an "ORA-00907: missing right parenthesis" error.
    My original application uses named notation while calling my function (no problem here):
    Report Attributes > Column Attributes > Tabular Form Attributes > Default type = PL/SQL Expression or Function > Default = pkg_customers.some_funtion (*in_param =>* :P15_FK_CUSTOMER_ID).
    When I change this in my imported application to ... > Default = pkg_customers.some_funtion (:P15_FK_CUSTOMER_ID) everything works fine again.
    Is this a known bug or is there something I do not see?
    Regards,
    Frederik Van de Velde.

    yes it is
    p_column_default=> 'calpa_pkg_klanten.fun_sm_betreft_default (in_pk_klant_id => :P9_FK_KLANT_ID)',
    p_column_default_type=> 'FUNCTION',
    by default it is set exactly the same, but when running the page the tabular form does not render because of the usage of " =>".
    thx

  • Bug when using IBOT

    Hi all,
    has anyone had this kind of error?
    I am using IBOT, and I set Schedule_ to Start Date=21/09/2009, Time of Day=08:00, Set Time Zone=GMT+01:01, and Recurrence_ to Every 1 week(s) on  MON.
    When I look overview of this IBOT, everything is fine, but when I go Show IBOTs acting on my behalf Next Run is not date that I had set. And IBOT is not running in time that he should. But when I set Recurrence_ Daily Every 7 day(s) every thing is OK. IBOT is running and Next Run shows correct date and time.
    Thanks

    This looks the same as bug 5539348 "Schedule an iBot to run immediately and weekly, the immediate run doesn't take place". According to that bug when you say start immediately and run every 1 week you are actually saying start the schedule now not start the ibot?! So a schedule is created in the scheduler to run your ibot every week on Mon but it does not run it immediately.
    I think this is a bug with the weekly schedule though as setting it to 7 days seems to fix it. The bug database seems in infer that later releases of 10g fixed this problem so it might be worth upgrading to a newer patch release if it becomes a problem and seeing if this fixes it.

  • Using 'change all' in Get Info

    I am trying to use the 'change all' tab on get info to make all similar documents open with the same application.
    Whenever I select an application and choose 'select all' it just flips back to the default. In this case, all my word docs are no longer associated with an application (even though they all have a .doc extension) when I open one up, it always opens with Apple Works. If I do the get info path and select Word to open the document and then choose 'select all', it just changes back to Apple Works.
    I have tried repairing permissions and also trashed
    com.apple.LaunchServices.plist
    neither seemed to make a difference.
    Can anyone help?
    Its very frustrating.
    Thanks,
    Leanne

    Hello Leanne.
    Following the instructions per this link for resetting launch services.
    http://www.thexlab.com/faqs/resetlaunchservices.html

  • Potential bug when using Parsley 2.4.1 and Cairngorm's module 0.17 in Flex 4.5.1

    Hi
    I have an issue when using cairngorm's ModuleViewLoader along with ParsleyModuleDescriptor to load a simple module consistig mainly of HBoxes, VBoxes and Datagrids.
    The module consists of one child (let's call it ViewA) and that child consists of several children as its components.
    When I use cairngorm's ModuleViewLoader along with the ParsleyModuleDescriptor and Parlsey to inject the modulemanager in my main app, the module loads, as well as ViewA but some nearly all of ViewA's children are not loaded (in fact they're initialized but creationComplete is not invoked).
    When I use Flex's mx:ModuleLoader all ViewA's chikldren are initialized and creation complete is also invoked.
    I will attach the source as a zip file  later on....
    but for now...this is all I can give http://dpaste.com/713503/
    Thanks
    Andreas

    Did you ever find an answer to this?  I am running into the same issue with needing to upgrade parsley to 2.4.x, but with parts of application heavily relying on cairngorm module, upgrading it from module-0.11 to 0.17 seems to break compile! 

  • When using Safari all pdf files come up as gibberish?

    When using Safari to access a PDF file the page comes up all gibberish (to me). Other browsers open the PDFs just fine. When I sign is as another user the PDFs open fine in Safari.
    Any help would be appreciated.

    Problem has been fixed. Read post by cn477 and took his advise:
    Copied the Terminal command: defaults write com.apple.Safari WebKitOmitPDFSupport -bool NO

  • Drill down problem when using union all combination

    Hi All,
    I have a simple report with a drill down. The report has three columns Region, Sales, Flag... which will drill down to detail level of sales. The Flag column has Y, N values and we added 'All' Value in flag so that the user can select Y, N and All from the table prompt in the report . We have used union all in the report using combination to add the ' All ' Value in the flag. The problem is that now the main report is not passing the Flag values to the detail report. Flag is prompted in the filter in detail report.
    If I remove the 'All' value from Analysis with only Y N selection criteria the drill down works.
    Is there any work around? I have to use table prompt and All value selection in flag for drill down.
    Thanks,
    Virat

    The problem is without union all when doing combination of analysis drill down works, when I use combination drill down does not work because it does not pass the parameters for flag . I have used union all to add All value in flag.

Maybe you are looking for

  • How do I set up a new account on my itouch?

    I've been sharing an account on my itouch with another family member.  How do I create my own account?  Will I still have all my apps from the cloud?

  • How to calculate a percentage in a Matrix row SSRS

    HI All, I have the following data in a SSRS Matrix. I want the data to reflect as 'B' but I constantly get data reflected as a total.(C) I need the percentage per row and not the whole total value. this is my expression =count(Fields!Rejection_Reason

  • Adobe CC applications will not open

    I am a Media technician at  a University, which has an enterprise licenses for Adobe CC applications. I have been tasked with fixing this issue. These applications are installed on a large number of iMacs within this dept. On opening any of the Adobe

  • Need Business Area to be enabled in VA01 !

    Hi, I need to have Business Area enable in VA01, i have written the following code in EXIT_SAPMV45A_004 Data: w_auart like vbak-auart. Get parameter ID 'AAT' field w_auart.   if I_T180_AKTYP = 'H' or I_T180_AKTYP = 'V'.    message i001(zbusinessarea)

  • DTW Good Receipt Doc. date and Posting Date

    Dear Professional, I have tried to use the DTW Good Receipt Template (oInventoryGenEntry) to unpload the initial open on-hand inventory into B1. However, no matter the DocDate (Posting Date) and TaxDate (Doc. Date) I have entered into the Document Te