Is there a way of having the email name show and not the Company name.

I have a few address listing for Companies that have 7 or 8 names.
I have them listed with the custom names for each person separately.
I really do not need separate e-mail listings for each person.
Is there a way that would list the individuals name on the email header and not the Company name.
IOW's : ABC company and a listing for John Smith shows ABC when I mail it.
I gather also that it would show ABC when John Smith received it.
I am trying to give it a more personal touch without creating dozens of additional address's.
Thanks,
Greg
null

Thanks for replying Dan, you're right, I should provide more context.
I want to be able to duplicate a shape inside a layer a number of times, and with every duplicated shape, I want that shape to evaluate what number it is (based on a name I give it so I could name it '1' and then use something like 'eval(propertyname)' to return a number or perhaps use an index to count the number of shapes in the layer) and multiply that number by some set of rules that I can define and control through a list of expression controls on another layer. This would allow me to duplicate a square 10 times and have each square's position do something like
x = thisShapeNumber + shapeLength * TranslateExpressionControl;
y = 0;
[x,y]
which would form a long line of squares for instance. Does that make sense?
thanks in advance!

Similar Messages

  • Is there a way to BULK COLLECT with FOR UPDATE and not lock ALL the rows?

    Currently, we fetch a cursor on a few million rows using BULK COLLECT.
    In a FORALL loop, we update the rows.
    What is happening now, is that we run this procedure at the same time, and there is another session running a MERGE statement on the same table, and a DEADLOCK is created between them.
    I'd like to add to the cursor the FOR UPDATE clause, but from what i've read,
    it seems that this will cause ALL the rows in the cursor to become locked.
    This is a problem, as the other session is running MERGE statements on the table every few seconds, and I don't want it to fail with ORA-0054 (resource busy).
    What I would like to know is if there is a way, that only the rows in the
    current bulk will be locked, and all the other rows will be free for updates.
    To reproduce this problem:
    1. Create test table:
    create table TEST_TAB
    ID1 VARCHAR2(20),
    ID2 VARCHAR2(30),
    LAST_MODIFIED DATE
    2. Add rows to test table:
    insert into TEST_TAB (ID1, ID2, LAST_MODIFIED)
    values ('416208000770698', '336015000385349', to_date('15-11-2009 07:14:56', 'dd-mm-yyyy hh24:mi:ss'));
    insert into TEST_TAB (ID1, ID2, LAST_MODIFIED)
    values ('208104922058401', '336015000385349', to_date('15-11-2009 07:11:15', 'dd-mm-yyyy hh24:mi:ss'));
    insert into TEST_TAB (ID1, ID2, LAST_MODIFIED)
    values ('208104000385349', '336015000385349', to_date('15-11-2009 07:15:13', 'dd-mm-yyyy hh24:mi:ss'));
    3. Create test procedure:
    CREATE OR REPLACE PROCEDURE TEST_PROC IS
    TYPE id1_typ is table of TEST_TAB.ID1%TYPE;
    TYPE id2_typ is table of TEST_TAB.ID2%TYPE;
    id1_arr id1_typ;
    id2_arr id2_typ;
    CURSOR My_Crs IS
    SELECT ID1, ID2
    FROM TEST_TAB
    WHERE ID2 = '336015000385349'
    FOR UPDATE;
    BEGIN
    OPEN My_Crs;
    LOOP
    FETCH My_Crs bulk collect
    INTO id1_arr, id2_arr LIMIT 1;
    Forall i in 1 .. id1_arr.COUNT
    UPDATE TEST_TAB
    SET LAST_MODIFIED = SYSDATE
    where ID2 = id2_arr(i)
    and ID1 = id1_arr(i);
    dbms_lock.sleep(15);
    EXIT WHEN My_Crs%NOTFOUND;
    END LOOP;
    CLOSE My_Crs;
    COMMIT;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20000,
    'Test Update ' || SQLCODE || ' ' || SQLERRM);
    END TEST_PROC;
    4. Create another procedure to check if table rows are locked:
    create or replace procedure check_record_locked(p_id in TEST_TAB.ID1%type) is
    cursor c is
    select 'dummy'
    from TEST_TAB
    WHERE ID2 = '336015000385349'
    and ID1 = p_id
    for update nowait;
    e_resource_busy exception;
    pragma exception_init(e_resource_busy, -54);
    begin
    open c;
    close c;
    dbms_output.put_line('Record ' || to_char(p_id) || ' is not locked.');
    rollback;
    exception
    when e_resource_busy then
    dbms_output.put_line('Record ' || to_char(p_id) || ' is locked.');
    end check_record_locked;
    5. in one session, run the procedure TEST_PROC.
    6. While it's running, in another session, run this block:
    begin
    check_record_locked('208104922058401');
    check_record_locked('416208000770698');
    check_record_locked('208104000385349');
    end;
    7. you will see that all records are identified as locked.
    Is there a way that only 1 row will be locked, and the other 2 will be unlocked?
    Thanks,
    Yoni.

    I don't have database access on weekends (look at it as a template)
    suppose you
    create table help_iot
    (bucket number,
    id1    varchar2(20),
    constraint help_iot_pk primary key (bucket,id1)
    organization index;not very sure about the create table syntax above.
    declare
      maximal_bucket number := 10000; -- will update few hundred rows at a time if you must update few million rows
      the_sysdate date := sysdate;
    begin
      truncate table help_iot;
      insert into help_iot
      select ntile(maximal_bucket) over (order by id1) bucket,id1
        from test_tab
       where id2 = '336015000385349';
      for i in 1 .. maximal_bucket
      loop
        select id1,id2,last_modified
          from test_tab
         where id2 = '336015000385349'
           and id1 in (select id1
                         from help_iot
                        where bucket = i
           for update of last_modified;
        update test_tab
           set last_modified = the_sysdate
         where id2 = '336015000385349'
           and id1 in (select id1
                         from help_iot
                        where bucket = i
        commit;
        dbms_lock.sleep(15);
      end loop;
    end;Regards
    Etbin
    introduced the_sysdate if last_modified must be the same for all updated rows
    Edited by: Etbin on 29.11.2009 16:48

  • Is there a way to integrate iCal with both reminder and note?  It would be useful to be able to "date" tag both these apps with iCal, so you can augment or even replace an integrated planner

    Is there a way to integrate Reminder and Note into iCal?  It would be useful to be able to "Date" tag notes and reminders into the iCal display--this would go a long way to augmenting and replacing a paper planner.

    No way in iCal!
    The calendar app of my old MassagePad called Apple Newton was able to calculate the duration of an event. That was in the year 1998.
    We're now living in the year 2014 - 16 years later - more then 10 years after OS 10.0, but we still have no calendar app that can do that simple thing.
    Thanks Apple for a another embarrassing failure!

  • Is there a way for F12 to pop up Widgets and not open apps?

    I'm a brand new Mac user with a MacBook. Before I bring up my Widgets I like to clear the screen by using the F11 button. But when I use F12 to bring up my Widgits, it also brings up any open programs behind it such as Safari. It's a little distracting. Is there a way to bring up just the Widgets and not the other apps? Thanks!
    MacBook   Mac OS X (10.4.9)  

    Hi Tiffany:
    You are welcome.
    Ask again, if you have questions.
    IMHO, these are the best on-line forums anywhere - and everyone is a volunteer!
    I have a little boat that I use to float Wintel boxes down to San Francisco Bay - I light them - it is sort of like a Viking funeral (chuckle).
    You will find that even if you need to use a Wintel box in a business setting, you will quickly find that Macs (and OS X) are superior in every way (I do not work for Apple, by the by).
    Barry

  • HT3702 Is there a way to pay with a checking account and not a debit card?

    My debit card was deactivated but my checking account is still valid.  Is there anyway around this?  I have 16 updates waiting to download but I cant download them because of the invalid card.

    Yes.  Write a check to yourself and take it to the bank to get cash.  Take the cash to a store and buy some iTunes gift cards.  Then you can redeem those cards and use the credits in your account to buy stuff.

  • Is there a way to keep the screen from lighting up every time an email comes in, but still be able to see the email on the lock screen when you press the home button?

    Is there a way to keep the screen from lighting up everytime an email comes in, but still be able to see the email on the lock screen when you press the home button?  This is killing my battery, but also is kinda the whole point of the notification center in my mind.

    This is something I've been wondering. I am a bit like you, I like being able to have a glance at emails or Facebook updates without having to log in, and I think it would be great to be able to turn off the notification switching the screen on, especially for emails as I do get a lot, and Facebook, but I somehow doubt it is possible.
    I am currently monitoring how much this eats up my battery charge. On a normal day, after an overnight charge, I would probably still have 30%-40% left when I leave work in the evening. Today, I was down to 48% by lunchtime, where I've usually got a good 60-70% left... Might have to turn email notifications off on lock screen until it's possible to have them appearing in the list without flashing me...

  • I have a new mac book pro which i use in england but I need to use German charachters frequently, is there a way of having both visable on the keyboard?

    I have a new mac book pro which i use in england but I need to use German charachters frequently, is there a way of having both visable on the keyboard?
    For example so that I can just press shift or another key to get the German character.

    Some may already exist, but you will have to learn them.  On my old system these can be found through keyviewer.app  For example, if I press option+s I get ß   Umlaut is a bit cumbersome as option+u then the actual letter.  It may be possible to bind a key to do this function, possibly through System Preferences > Keyboard > Shortcuts
    I have old, old references for utilities that let you rebind keys to other functions, and you would have to see if they have modern equivalents.
    Ukelele Mac OS X Keyboard Layout Editor - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ukelele - mostly useful for character, not function mapping.
    Check Butler, ikeys, quickeys or Spark

  • HT5275 When I download an attachment, it doesn't open in a new window.  It goes to my finder, but I must click on an email attachment at least 3 times in order to find it there.  Is there a way to change the preferences to simply open attachment in a new

    When I download an attachment, it doesn't open in a new window.  It goes to my finder, but I must click on an email attachment at least 3 times in order to find it there.  Is there a way to change the preferences to simply open attachment in a new window?

    http://www.apple.com/feedback/kaywerty wrote:
    A rather long winded way of asking if anybody knows if it's possible to have multi-windows open
    It's not possible.
    Suggestions here -> Apple Product feedback

  • In Mail, is there a way to print the list of mail activity in a folder without actually printing each email?

    In Mail, is there a way to print the list of mail activity in a folder without actually printing each email?
    Thanks to all.

    Actually, I noticed in "More Like This" questions similar to mine.  One of the suggestions worked perfectly.
    Command Shift 4 turns the arrow into a target scope.  Use it to take a screen shot of the area you want printed.  Thanks to all.

  • Is there any way to make the sent folder in mail list emails "to" instead of  "from"

    Is there any way to make the sent folder in mail list emails in the "to" order instead of  "from".

    Sure open Sent folder.
    Just above first message is an icon titled Sort By Date followed by a downward pointing arrow.
    Click on the arrow and select "To" from the list.
    Allan

  • Is there a way to get multiple email accounts on the front page of my Iphone?  Also I would like to have different sounds when I receive mail in the different accounts. Is this possible?

    Is there a way to get multiple email accounts on the front page of my iphone instead of just the generic mail icon?  Also is there a way to get a different alert sound for each email?

    No.
    You need to review this (WYSISWG):
    http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf

  • My husband and I have the same Apple ID number so that we can both have access to an app we use.  I don't like the fact that our calendar, notes and email is also shared.  Is there a way to separate the things we want separate yet keep access to the cloud

    My husband and I share the same Apple ID number because we both need access to an app that has a subscription and would be expensive for us to do separately.  We don't like that this shared ID number means we also share our calendar, note pages, email, etc....Is there a way to separate the things we don't want to share?

    That would be my suggestion.  Just keep using the common one for purchases in the stores.  Then each get another AppleID using a free gmail, AOL, hotmail, MS Live or whatever email account.
    Delete your current iCloud account and login with the new AppleID, and logout of Messaging and then backin with the new AppleID.  Now you have a shared iTunes/App store account, but completely separate, independent iCloud and iMessage accounts.
    You can still share calendars if you wish to, even across separate accounts - http://support.apple.com/kb/ph2690

  • My husband and I both have iPads and somehow when they were setup the both we're setup using the same email I'd address. When I go to delete and rename one iPad it says all info and pictures will be erased from my iPad. Is there a way to keep the info iPa

    My husband and I both have iPads and somehow when they were setup the both we're setup using the same email I'd address. When I go to delete and rename one iPad it says all info and pictures will be erased from my iPad. Is there a way to keep the info IPad when doing this?

    You can go to Settings/iCloud and delete the account, then create a new iCloud account.  You can still use the same account for the app store though.

  • Is there a way to create an email alert in iCal on the iPhone (as it's possible to do on the laptop)?

    Is there a way to create an email alert in iCal on the iPhone (as it's possible to do on the laptop)?

    Nope.
    You might be able to find another calendar app that can do that in the App Store.
    And, you can always leave Apple feedback here -> Apple - iPhone - Feedback

  • Can't remember my security questions and can't access my back up email address is there a way of getting the information sent to another email?

    Can't remember my security questions and can't access my back up email address is there a way of getting the information sent to another email?

    No. You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (103501)

Maybe you are looking for

  • Will not transfer songs to iPod from iTunes Library

    I'm using an iPod mini (without video) and trying to sync with music on my Windows 2000 desktop. I've ripped music from my CD's and added them into the iTunes library. I'm saving my library on a network space. I plug in my iPod and auto-sync. The iPo

  • My Mac's background changed to white and i can't change it back

    Dear anybody, Yesterday I plugged in my external harddisk, and I just moving some folders from one partition to another. then in the middle of progress, it opened an error window and the external hd disappeared from my desktop icon and finder. I trie

  • IPhone 3g wont boot. iTunes doesnt recognise it in DFU

    I recently tried to factory reset my phone on the iphone under the settings app. When I did it rebooted but did not start up again. It gets to the apple boot screen then the spinning wheel goes behind the apple and freezes. It sits like this until I

  • Playing quicktime muxed files

    I've purchased the mpeg 2 component to convert files to play in quicktime. However, I didn't realise it didn't demux the video & audio so I'm getting the visuals but no sound to them. Is there any way I can get separate video & audio tracks without h

  • Nvidia HMDI output and sound on a TV

    Hi all I'm french so I apologies if my english isn't very well I update recently my laptop lenovo G530 to Windows 7 Home premium. I install the driver which was on the cd provided by Lenovo. When I have tried to connect my laptop on my TV with an hdm