Please turn back sequence number to one in Batch rename

In Bridge 2 the sequence number option has changed. It used to start automatically at 1 starting a new session. In the rare cases that there is one project in different sessions that needed to start with the following number of the last session I just needed to fill that number in.
Unfortunately now it is the other way round. I'm used to sessions with a small number of photographs from the same session (I think that I'm not the only one in this).
With the very useful and easy function batchrenaming set to date - text - sequence number the only thing I had to care about was the text, now I also have to fill in 1 as start number sadly enough, and this is in my opinion unnecessary time consuming :-(

And so very, very easy to forget.
This incrementing is a setting preferred by a minority of photographers, not the majority. It's quite handy if you shoot many, many cards worth of the same thing and load and rename whilst still shooting. Most photographers, i.e. those without assistants loading + naming images as they shoot, will do the opposite and when after a long day's shooting, having to remember to reset the sequence no. every time you rename some files is very easily overlooked and then a real pig to then redo correctly. Esp when tired.
If it was an option fine, but as the default, duh!?

Similar Messages

  • Sequence number - increment one for every 3 rows

    Dear All,
      I want to get a sequence number /group number, which increments 1 for every 3 rows. 
      For Example:
       Seq     Name   
        1          a
        1          b
        1          c
        2          D
        2          E
        2          F
        3          G
        3          H
        3          I
        4          abc
        4          aaa
        4          bbb
    Is there a function to do this?

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. Temporal data should
    use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    This is minimal polite behavior on SQL forums. Did you read the header of this forum?? But besides being rude, you are also ignorant.  A table has no ordering, so
    there is no concept of every third row. What are you using for a sort key? What happens when a new row is added to or deleted from this table? 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • I turened my ipod off and now it wont turn back on does any one now how to fix it ?, I turened my ipod off and now it wont turn back on does any one now how to fix it ?

    Does any one know why my ipod touch won't turn back on after turning it off?

    Try here.
    iPod Troubleshooting Help

  • MT940 format on Statement Number/Sequence Number

    Hi Expert,
    I have the following EBS source file, which has 2 sequence numbers:
    As you can read that the section of :28C is the section of Statement Number/Sequence Number.  According to MT940 standard, as follows:
    This field contains the sequential number of the statement, optionally followed by the sequence number of the message within that statement when more than one message is sent for one statement.   The statement number should be reset to 1 on 1 January of each year.
    The sequence number always starts with 001. When several messages are sent to convey information about a single statement, the first message must contain '/001' in Sequence Number.
    One SWIFT message may contain up to 2000 characters.
    My source file's Statement Number/Sequence Number is correct, which caontains 1 statment (00006) and 2 sequence number which are: 00001 and 00002.  But during EBS upload using FF_5, system only managed upload first portion of the source file, and when come to second portion, 00006/00002, it always says ERROR: EBS (00006) already exist.
    But, based on MT940 standard, it should be OK.
    Therefore, does anyone have any idea why SAP FF_5 cannot handle the EBS source file upload?  Any further settings / configuration in order to hanlde Statement Number/Sequence Number?
    Thanks in advance
    sbmel

    Hello,
    I have encountered the same issue on MT940 with statement number/sequence number in field 28C.
    Our bank sends us MT940 into 17 separate files with sequence number for the same statement number (i.e. 13040/0001, 13040/0002..... and so on) while following the rule as below
    intermediate closing balance must have code :62M:
    and intermediate opening balance must have code :60M:
    finalclosing balance must have code :62F:
    and initial opening balance must have code :60F:
    However, the upload of first file in FF_5 terminated with error FV151 Termination in statement no.acct .... ; closing record 62F missing and subsequent files are with FV150 missing beginning record 60F.
    Would you please share your expertise on how you managed to make FF_5 accept these MT940 files with sequence number?
    Thanks in advance for your help on this.
    Regards
    Taro

  • System Extract - Incrementing a sequence number in detail record layout

    I have a system extract for a bank that requires a file header, batch header, detail, batch trailer and file trailer record. The detail record is at the run result level as I am looking to choose all records for a particular deduction (savings bonds) and I also have to put employee ssn and full name. This is working fine. I also have to put a sequence number, ie. detail record layout is record type, length 2, string, record sequence number, 5, ?????, employee SSN, length 9, field, employee full name, length 9, field. I need to increment the record sequence number by one for each detail record in the file. Ie. detail record 1 has record sequence number of 00001, detail record 2 has record sequence number of 00002.
    What type of data element would I set up? For this particular field, I don't need to go against a database field, I only need to keep track of the previous record's sequence number so that I can keep incrementing by 1 until all detail records have been written. The batch trailer has a record count of the number of detail lines and that works fine because I've set that up as a type 'total' with a 'count' of the detail records. I also have in the batch trailer a sum of the pay values from each of the detail records and that works fine as subtrailers allow total data elements where detail records do not.

    You can use any of the below mentioned 2 options in the ctl (Control) file:
    1. SEQUENCE(1,1)
    2. "xxcust_autoinv_seq.nextval"
    where xxcust_autoinv_seq is a database sequence.
    Thanks,
    Angelica.

  • How to execute a same sequence number for the resulting dynamic rows

    Hi friends,
    I have a sequence and trigger(which will fire id for each and every row insert).
    My scenario is, If i update more than 5 rows at a time means, i need to set a same sequence number example(1) for all the 5 rows.
    Next time, if i update another 5 rows means, then i need to set a same sequence number (i.e) 2 for the next 5 rows.
    So, my updation will be dynamic(may be 2 ,5, 10 rows at a time), But i need to set a same sequence number for one of the column for all the rows that i update.
    Next time, if i update another set of rows means, then i need to set only the next sequence number(i.e) 2(assume that previously updated sequence for the before set of rows is 1) for another set of rows.
    Like that sequence has to update in a sequential manner for more than one set of rows in that column.
    How to achieve it friends.
    example
    id-----------------name
    1-------------------A
    1-------------------B
    1-------------------C
    1-------------------D
    1-------------------E
    2-------------------D
    2-------------------E
    2-------------------F
    2-------------------G
    3-------------------H
    3-------------------IBrgds,
    Mini

    Hi,
    You forgot to mention your version.
    If you want a trigger based solution, then in 10g you need two triggers
    1. A statement level trigger that takes sequence.nextval into a dummy variable that will not be used.
    2. A for each row trigger that uses sequence.currval.
    In 11g you should be able to write a single, composite trigger.
    If you want a solution with no triggers, it could look something like
    SQL> create sequence s start with 10;
    Sequence created.
    SQL>
    SQL> create or replace function s_wrapped
      2  return number
      3  as
      4     v number;
      5  begin
      6     select s.nextval
      7     into v
      8     from dual;
      9
    10     return v;
    11  end s_wrapped;
    12  /
    Function created.
    SQL> create table tab1 as (Select level x, cast(null as number) y from dual connect by level <= 5);
    Table created.
    SQL> update tab1
      2    set y = (select s_wrapped from dual)
      3   where x <= 3;
    3 rows updated.
    SQL> commit
      2  /
    Commit complete.
    SQL> select *from tab1
      2  /
           X          Y
           1         10
           2         10
           3         10
           4
           5
    SQL>Regards
    Peter

  • Gnerating sequence number in OSB

    I have a proxy service which picks up XML messages from a JMS queue. I want to insert a running sequence number in one of the node of the XML. I then want to call a business service which will send the XML out via a webservice.
    Is there a option in OSB where I can generate a sequence number or do I have to use the database or is there some option in jms queue. Can the JMS correlation Id be a running sequence number?
    Note: The sequence number will have to be unique and should continue the sequence even after server restart.
    Appreciate your help on this.
    Regards

    Please check this post.
    Using Weblogic jms message id for unique id
    Weblogic's JMS Message ID's are statistically unique and it has a timestamp component included in it... So you can expect an increasing sequence.

  • How can I turn off imessage for just one of my contacts? Me and my husband just upgraded (both had iphone 4), I got the iphone 5s and he got he note 3. All my text to him automatically send as a imessage. Ive tried to delete his contact and then went back

    How can I turn off imessage for just one of my contacts? Me and my husband just upgraded (both had iphone 4), I got the iphone 5s and he got he note 3. All my text to him automatically send as a imessage. Ive tried to delete his contact and then went back in and reentered it but that doesnt work.

    Have your husband text the word "stop" to 48369. This should take his number out of the iMessage system.
    Go into your settings under messaging and make sure the box to send as an SMS if iMessage is unavailable is checked.
    Hopefully this will get your messages sending/receiving to each other.

  • HT201412 i have an iphone 4s and it just turned off and wouldnt turn back on until i got home and plugged it in to the mains. however it wont connect to my carrier and wont let me turn wifi on or use the internet. all my data is still in place, please HEL

    i have an iphone 4s and it just turned off and wouldnt turn back on until i got home and plugged it in to the mains. however it wont connect to my carrier and wont let me turn wifi on or use the internet. all my data is still in place. however when i disconnect from the charger it switches straight off immediately. it also just flashes up the apple icon (on 10 seconds, off 10 seconds.......) when i connect to either car charger or computer. it also resets itself every single time i turn it back on using the mains charger. please help me understand what is happening to my phone
    is there anything apple could do if i took it to one of their main shops???
    Kris (bulzy_23)

    Sounds like a hardware failure.
    Make an appointment at the genius bar and take it in for them to look at. It will probably need to be replaced.

  • I have a Galaxy S5. One day my voicemail apparently got deleted, because now when I don't answer, the caller is told I have a voicemail account that is not set up? How do I turn back on my voicemail? I had saved voicemails that I was keeping.

    I have a Galaxy S5. One day my voicemail was turned off, or deleted by who knows who. Now when I don't answer, the caller is told I have a voicemail account that is not set up? How do I turn back on my voicemail? I had saved voicemails that I was keeping.  When I *86 it tells me to set a language, etc., as if I never set up my voicemail...which I, long ago. 

    You may need to set the voice mail up again.
    Call your own number press the # key and it will have you set it up once again.
    However it may have deleted the old voicemail. I believe voicemail is saved only for 14 days. If I am not mistaken.
    Hopefully if you set it up the same as before they may have been saved.
    Good Luck

  • When i charge my iphone it has the plug instead of the lightning bolt showing its fully charge but the percentage will stay the same or go down. when i plug it in it turns back on but turnes right back off because its at one percent and it keeps repeating

    when i charge my iphone it has the plug instead of the lightning bolt showing its fully charge but the percentage will stay the same or go down. when i plug it in it turns back on but turnes right back off because its at one percent and it keeps repeating the process. if i just try to turn it on it loads the aoole logo the the lock screen then turnes right back off. please help!!! i have a cdma verizion iphone 4 if that matters

    Bring your phone into Apple for battery diagnostics.

  • IPhone 4 screen flickering then turning off and when i try to turn it back on it either works or I get a white or purple screen. When i turn it off it doesn't turn back one

    Ok so this started around a week ago. I got home one afternoon put my phone down went back to it and pressed the home button and it seemed that it turned itself off so I tried turning back on, didn't work so I hooked it up to my laptop tried turning it on again it came on but I got a WHITE screen. So after that I decided to leave it for a bit I went to it after it started working fine...until 4 days later. I was on instagram and all of a sudden the screen starts flickering like crazy and then it turned itself off, I did what i did last time and just left it for a bit it came back on working fine. And then about 2 days ago I was listening to music and the screen froze then started flickering (getting quite annoyed at this stage) and then turned off, this time I tried turning it back on straight away only this time it worked. And that brings us to this morning, i was on facebook and about 5 minutes later it starts flickering and freezing once again and then turned itself off. So i hooked it up to my laptop I then got it to turn on for like 6 seconds then the screen started to dim and turned off. That brings us up to now about 10 minutes ago i tried turning it on, it turned on but I got a PURPLE screen and it just stayed like that until i turned it off. Does anybody have any idea what is going on? I think its the screen itself but i'm probably wrong. All help is appreciated.

    I am also having the same problem.. Its too much annoying and its unfortunate nobody at apple support has anyclue of what is happening?
    ... This is happening almost most of the time keeping my phone down most of the times.

  • My iphone 4 turned off and now it won't turn back on I've tried charging it and plugging it into my computer but it's still a blank screen. please help me.

    my iphone 4 turned off and now it won't turn back on I've tried charging it and plugging it into my computer but it's still a blank screen. please help me.

    Intel-based Macs: Resetting the System Management Controller (SMC)

  • Please help - my BB 9800 won't turn back on!

    My phone has been shutting off and coming back on randomly the past couple of days.  I took it into my carrier today and they hooked it up to the computer and said that I just needed to update the software.  This was fine, but by the time I got home my phone had shut off and  I cannot get it to turn back on to do the updates.
    I have been searching these forums for hours and the only solution I can find is to wipe the phone clean and put a new OS on it.  I have downloaded a new OS and I have tried several times to put in onto the phone but I can't get it to work.  I have opened the application loader, but when it gets to the device application selection screen, there are no options for me to select. I tried to go into my files and choose the OS that I just downloaded but an error pops up (XML syntax error on line1) to be specific.
    Does anyone have any suggestions as to what I can do?
    Thanks!

    halifaxgirl wrote:
    My phone has been shutting off and coming back on randomly the past couple of days.  I took it into my carrier today and they hooked it up to the computer and said that I just needed to update the software.  This was fine, but by the time I got home my phone had shut off and  I cannot get it to turn back on to do the updates.
    I have been searching these forums for hours and the only solution I can find is to wipe the phone clean and put a new OS on it.  I have downloaded a new OS and I have tried several times to put in onto the phone but I can't get it to work.  I have opened the application loader, but when it gets to the device application selection screen, there are no options for me to select. I tried to go into my files and choose the OS that I just downloaded but an error pops up (XML syntax error on line1) to be specific.
    Does anyone have any suggestions as to what I can do?
    Thanks!
    Hi halifaxgirl,
    Delete the two Vendor.xml
    - Go to C:\Program Files\Common Files\Research In Motion\AppLoader and delete Vendor.xml.
    (If you are running 64-bit Vista or Windows 7, the path will be C: > Program Files x86 > Common Files > Research In Motion > AppLoader)
    - On Windows Vista/7 navigate to C:\Users\YOUR_USER\AppData\Roaming\Research In Motion\BlackBerry\Loader XML (Where "YOUR_USER" is your username)
    - On Windows XP navigate to C:\Documents and Settings\YOUR_USER\Application Data\Research In Motion\BlackBerry\Loader XML (Where "YOUR_USER" is your username)
    Good luck!
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • 4 hours ago my iphone randomly turned off and now i cant get it to turn back on. Ive tried everything, trying to reset it, charging it but nothing works! the charging symbol doesnt even come up when i plugged in the charger. Please help!

    4 hours ago my iphone randomly turned off and now i cant get it to turn back on. Ive tried everything, trying to reset it, charging it but nothing works! the charging symbol doesnt even come up when i plugged in the charger. Please help!

    Hello there, LaruaGalliers.
    The following Knowledge Base article provides some great troubleshooting steps for your issue:
    iPhone and iPod touch: Charging the battery
    http://support.apple.com/kb/HT1476
    Particularly:
    Battery does not charge
    Verify that the outlet being used is working.
    Try another USB power adapter if available.
    If no other USB power adapter is available, try connecting to a high-power USB 2.0 port (not a keyboard). The computer must be turned on and not in sleep or standby mode.
    Try another USB cable if available.
    iPhone or iPod touch displays the low-battery image and is unresponsive
    If you see the image below, charge the iPhone or iPod touch with USB power adapter for at least 15 minutes.    
    You should see this image when iPhone or iPod touch begins to charge:
    If the screen still displays the low-battery icon, try turning the iPhone or iPod touch off and then on again.
    If the issue persists, follow these troubleshooting steps.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • Imessage/Text message not working

    My Imessages and text messages will not go through. I have to turn off the phone and restart it the Imessages will then send as a plain text. I am also not receiving any texts. I know this based on the angry phone calls and Instant Messages I am rece

  • Elements freezing

    I am running the free trial of Elements 12 on a Mac version 10.9.2.  It keeps freezing up on me.  My worry is it will do this if I buy it.  Anyone have any ideas of what I might be doing to cause it to free up? Trista

  • Forall bulk delete is too slow to work,seek advice.

    I used PL/SQL stored procedure to do some ETL work. It is pick up refeshed records from staging table, then check to see whether the same record exists in target table, then do a Forall bulk deletion first, then do a Forall insert all refreshed recor

  • Simple question abt applet

    I want to write a file onto clients computer using an applet. Also want to send back a file to server. Question is simple : Is it possible to write on to client's machine using applets, or not? If yes, how? I have searched the web but havent been abl

  • Invalid reference parameter in distribution list

    Hi all! I want to distribute a very simple report that has a user parameter 'P_1'. The basic problem I have is to reference this parameter P_1 in my distribution file: I always get the following error message:'Invalid reference parameter '&P_1' in di