Basic, basic question - how to order prints from more than one album at onc

I am having two problems with iphoto - I would be most grateful for any help. First, when I go to upload my photos to a web-based printing company (like shutterfly or snapfish), and I click on the vendor's "browse" photos to find the album to upload, the way the photos come up does not correspond to my album titles in iphoto, so I can't find them. I have my photos sorted in labeled albums, and would like to upload them as such, but when I click on iphoto library, it brings up all kinds of other files that don't correspond to my current file labels. Can anyone help?
Equally irritating, when I use apple's "order print" features, it only lets me order from one album at a time. I'd like to order from multiple albums all at once, without paying shipping for each one. Any ideas? Again, most grateful for any advice.

Hi, Sestew, and welcome to Apple Discussions.
Problem 1: Export the photos you want printed from iPhoto to a folder on the desktop. Use the printer's browser to navigate to that folder and upload them to the printing company from it. After uploading them, trash the folder that contains the exported copies. The pictures are still safe in your iPhoto library.
Problem 2: Create a new album and place all the pictures you want printed in it. (A photo can appear in any number of albums, so doing this won't remove any of the pictures from the other albums they're already in.) Then order that album printed. Delete the album after ordering, if you wish — the pictures will remain in whatever other albums you've placed them in.

Similar Messages

  • How do I order prints from more than one Photo in Aperture?

    I can figure out how to order prints through Apple for ONE photo but can't find how to add more photos to the order.  Is there a manul for Aperture 3.4.5 version? This whole program has me confused.  I need a manual I think.  Thank you.

    Have a look under the Help menu there's a link to the manual there.
    But the easist way: make an album with the pics, then select all and order those.

  • How do i print from more than one computer?

    How do I set up my HP 4500 Envy printer to print by wireless for more than one laptop user?

    Hi @MHorton,
    Welcome to the HP Forums! 
    I understand that you are wondering how to set up your HP 4500 Envy printer to print by wireless for more than one laptop user.
    In short, you will need to install the full feature software and drivers for each laptop, and make sure they are connected to the same wireless network as the printer.
    Please see this guide, Installing the Printer Software for a Wireless Network Connection, for further assistance.
    If you do not know the Operating System you are using, please visit this website. Whatsmyos.
    Hope this information helps, please let me know if you have any other questions!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • How to delete keywords from more than one image at once?

    Is there any way to delete all the keywords from a selected group of images all at once?
    I've selected a group of images, but when I delete the keywords, it only deletes them from the highlighted (targeted?) image and not from the other selected images. I've also tried syncing metadata and I get the same results.
    Help would be appreciated.
    Antonio

    Interesting bug I just found, I think.
    When the Grid is up on the second monitor, only one images is affected by the deletion of the keywords. When I put the Grid mode back on the main screen, I was able to delete keywords from all the selected images.
    Shouldn't it work the same no matter what screen the Grid mode is on?

  • How can i order prints of more than one photo at a time?

    Hi I am trying to order prints of more than one photo at a time but can only select one photo - if I press command it just jumps to the next photo, not allowing me to select multiple photos.
    Thanks

    Easiest way is to make an album of the photos you want to order, crop them to the print size, select all and order
    LN

  • JDBC-XI-FILE scenario. How to extract data from more than one table in JDBC

    Hi,
    I was asked a question like in JDBC-XI-FILE scenario........ How to extract data from more than one tables (i.e from JDBC system) ?? What is the logic to do the same ??
    I am not sure whether this is a valid question..........but any help in this regards is highly appreciated.
    Regards
    Kumar

    HI,
    Yes it can be possible ,please see the following links
    JDBC  Receiver with Oracle Stored Procedures
    configuring jdbc adapter with multiple tables
    RFC -> XI -> JDBC Scenario Updating Multiple Tables
    /people/alessandro.berta/blog/2005/10/04/save-time-with-generalized-jdbc-datatypes
    JDBC Adapter multiple Selects
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=jdbc%20with%20multiple%20tables&cat=sdn_all
    Regards
    Chilla..

  • How to pull groups from more than one OU using weblogic "All Groups Filter" from AD.

    Hi,
    Please help me for pulling groups from more than one OU using weblogic "All Groups Filter" from AD.
    AD structure is:
    c001639domain.local
           ||
           ||
        OU=Security_Groups
                      ||
                      ||
                      >> OU=CORP_ECM---> n number of group
                      >> OU=CORP_hodata--> n number of group
                      >> OU=CORP_citrix--> n number of group
                      >> OU=CORP_driver --> n number of group
                      >> OU=CORP_temp --> n number of group
    Requirement is i want to filter groups from OU=CORP_ECM and OU=CORP_hodata.
    Thanks,
    Jagan.

    I used below option but its not working getting zero groups.
    (&(objectClass=group)(|(ou=CORP_ECM,dc=Domain,dc=com)(ou=CORP_hodata,dc=c001639domain,dc=local)))

  • How to concat columns from more than one record?

    I have a function that takes an Oracle long and returns it as a varchar so that I can use it in the Microsoft world. My problem is that the SELECT returns more than one row (which is valid) and I need the Long fields to be concatenated into the one varchar returned. Currently I get an error saying more than one record is returned. This is my function:
    CREATE or replace function m4owner.Get_Request_Text
    (av_REQUEST_ID varchar2, av_REQUEST_LINE number, av_TEXT_LINE_CODE varchar2)
    RETURN varchar2
    IS
    long_var LONG;
    BEGIN
    SELECT TEXT INTO long_var
    FROM M4OWNER.REQUEST_TEXT
    WHERE REQUEST_ID = av_REQUEST_ID
    AND REQUEST_LINE = av_REQUEST_LINE
    AND TEXT_LINE_CODE = av_TEXT_LINE_CODE;
    return long_var;
    END;

      CREATE or replace function m4owner.Get_Request_Text (av_REQUEST_ID varchar2,
                                                           av_REQUEST_LINE number,
                                                           av_TEXT_LINE_CODE varchar2) RETURN varchar2 IS
        long_var LONG;
      BEGIN
        for t1 in  (SELECT TEXT FROM M4OWNER.REQUEST_TEXT
                     WHERE REQUEST_ID = av_REQUEST_ID
                       AND REQUEST_LINE = av_REQUEST_LINE
                       AND TEXT_LINE_CODE = av_TEXT_LINE_CODE) loop
          long_var := long_var || t1.text;
        end loop
        return long_var;
      END; note: untested

  • How to display in KPI more than one dimension at once

    Dear Experts,
    We are using SSM 7.5 SP 7 and are trying to display more the one dimension at once on the same KPI.
    For example KPI "on time delivery" :
    Destination from (dimension 1) , Destination To (dimension 2) , ACTUAL, TARGET , SCORE , ETC
    GERMANY  , JAPAN ,  80 ,  75 , 5 , .....
    Could not find a standard option for that only one dimension on the row the rest are on top for the entire screen.
    would appreciate your help
    thanks
    Amir

    Hi Amir,
    If you want to do this for only one KPI, you can do so using the KPI Detail screen.
    Just click on the name of your KPI to navigate to the KPI Detail screen and then you can use the "Drill" button located on the top of the trend graph at the bottom of the screen to visualize the KPI information (Actual, Target, Score, Gap Performance) across multiple members of the same dimension.
    You need to select the dimension on the upper right hand side of the chart (there is a drop down list with all your dimensions so you can focus on one) and then you can drill down by clicking on the elements on the chart.
    I hope this helps,
    Hector

  • How to remove tooltips from more than one field at a time?

    I use the wizard and now there are more than 2000 fields with useless tooltips on each of them. How do I remove all the tooltips at once?

    Run this code from the JS console:
    for (var i=0; i<this.numFields; i++) {
        var f = this.getField(this.getNthFieldName(i));
        if (f==null) continue;
        f.userName = "";

  • Can I acquire from more than one device at once using Labview?

    I have two SC-2345 boxes. One is device 3 and one is device 4. Can I acquire from both of these boxes at once? I know for most of the AI functions you just put in one Device number. But what if I want to acquire from 32 channels at once? How would I do this? Your help and tips are appreciated.
    ALSO- If you know about SC-2345 boxes, how many Analog input channels can I use? I see 8 slots for AI and the other 8 appear to be for signal conditioning. Can I still use these for AI? Could I have 16 thermocouple modules in one box?
    THANKS!
    Lauren

    Lauren,
    Yes, you can simultaneously acquire from both devices. However, each device will require its own analog input task. Furthermore, if you want to synchronize the acquisitions, you will need to connect the DAQ devices that are cabled to the SC-2345s with a RTSI cable. Below, I have included a link to a KnowledgeBase detailing RTSI:
    KnowledgeBase: What is RTSI?
    In order to understand the required programming structure, you may want to examine the following examples that are available in LabVIEW (one uses NI-DAQmx and the other uses Traditional NI-DAQ):
    NI-DAQmx
    Multi-Device Synch-Shared Timebase-Cont Acquisition.vi
    Tradi
    tional NI-DAQ
    Two E-Series Shared ScanClk.vi
    With regards to your second question, the SC-2345 provides access to 16 analog input channels through 8 modules. Most analog input modules have two channels. However, both of the SCC-TC series thermocouple input modules only have one channel because the other is used for the built-in CJC sensor. Thus, using the SCC-TC series modules, you will only be able to acquire from eight thermocouples with a single SC-2345.
    Good luck with your application.
    Spencer S.

  • How to link Print layout more than one

    Dear Experts,
    We have some customers need to issue COC (certificate of compliance) while making Sales - delivery.
    We are thinking to make COC print layout in system, but I don't know how to link it with delivery print layout ? which means when we print delivery then the COC will print out as well... Also, can we set up the COC will be printed out with delivery documents just for some specific customers who need COC?
    Thanks!
    Emily

    Dear Paul or Experts,
    I have created the COC print layout and now, would like to link it with original default delivery print layout to have the consequence: once priniting the delivery, then the COC will print out as well.
    But, I don't get it how to set up the F_100 == '2' ?? 
    Is this field created on delivery print layout or COC layout?  and how to set condition all fields to this F_100 ? in the "link_ to" filed or "related to" field ??
    Pls help on this!
    Thanks a lot!
    Emily

  • How to make applescript open more than one program at once?

    Hi! I made the code below to use together with another 2 codes. One that mounts a samba share and another that runs rsync with specific parameters. The script below runs after rsync complete its task.
    The 3 codes help me to test my HTML/CSS/PHP/Javascript code changes.
    This code works but I have to repeat it to each browser/app I want and a 10 lines script becomes 40 lines (Google
    Chrome, Firefox, Opera and Safari). Is there a more elegant way to do that? I've tried to use an array/list but didn't work.
    if application "Safari" is running then
        tell application "Safari"
            activate
        end tell
        tell application "System Events"
            tell process "Safari"
                keystroke "r" using {command down}
            end tell
        end tell
    end if

    Nathan Greenstein already answered in AskDifferent: http://apple.stackexchange.com/questions/54595/applescript-array-of-applications /54598#54598
    Quoting him:
    set browsers to {"Google Chrome", "Firefox", "Opera", "Safari"}
    repeat with browser in browsers
        if application browser is running then
            tell application browser
                activate
            end tell
            tell application "System Events"
                tell process browser
                    keystroke "r" using {command down}
                end tell
            end tell
        end if
    end repeat

  • How to apply effect to more than one clip at once

    Is there a way to select a number of clips and apply an effect (like three-way color correction) to all clips at once? Right now I can only double-click on one clip and touch up one at a time.
    On a similar note, my photo editing software has something called "tone curve adjustment" which is the best device I've used for adding light to a dark image without losing integrity and quality. Any idea what the closest thing to that would be in FCP? Adding brightness flattens out the image and makes it milky and grainy. Could it be that I should avoid whites and middles and concentrate on black and saturation?
    Thanks.

    Question 1:
    Copy the clip with the color correction.
    Select all the target clips.
    Control-click on the selected clips and choose "Paste Attributes".
    In dialog box, select "Audio Filters"
    If you want to keep working the CC later,
    it might be easier to nest the clips.
    Option-double-click on the nested clips
    and apply global effects to all of them at once.
    Question 2:
    This is something like Photoshop's Curves with the menu set to RGB?
    Working with dark footage, I often use the Color Corrector 3-Way
    and boost the Mids level a bit. If that pushes the Whites too much,
    pull them down.
    I often "crush the blacks" by using a second 3-way, using Limit Effect
    with Luma only, selecting only the darkest parts of the image,
    and pulling the Blacks down to minimum. That makes the whole image
    more dramtic, and reduces the effect of noise when you compress it
    for DVD or web delivery.

  • How to order prints from numerous events

    I know how to order prints from iPhoto but would like to know how to order prints from numerous events as to pay only one shipping charge.

    Make an album of the photos and upload that.

Maybe you are looking for

  • Is incremental backup supported  using expdp in oracle 10.1.0.2

    Dear All, I heard that incremental backup is not supported in expdp of oracle 10.1.0.2.Here we have a databse which is running in noarchivelog mode.We are not allowed to shutdown the database coz it's live one....... Our database is growing daily by

  • Partial confirmation and credit block

    Hi Friends, I have a scenario where we are using automatic credit check.  in the sales order based on the availability check the full 2 quantity is confirmed and then there is a credit block.  hence i check back the document and the confirmed quantit

  • Mail-marking all messages that I read as replied, even though I have not replied.

    Everytime I read a message, it shows the replied icon on that message. When I click on the replied icon, it says that it cannot find my reply, and that I must have deleted it. I haven't replied at all, so I want those icons to go away. Has anyone had

  • Edit screen after error message in module pool

    Hello Experts, In our scenario ,we have some checks over inputs given in a table control of module pool screen.Requirement is that after error message we need to display that record of table control in editable mode. Thanks.

  • How to replace bad sup in 4500 VSS cluster

    I have a Supervisor 7-E on its way to replace a bad one in a 4500 VSS cluster that handles my executive row and I've just realized I only have the foggiest idea what config is required to make it join the VSS cluster. I've looked and not found anythi