Pricing problem very important

Hi,
i have done the follwing procedure
1) Added material type MTART field in the field catalog
2) Created a table and generated it.
3) This table is used in a access sequence XXXX in the 1st line with exclusion indicator.
4) Maintained the condtion records for this field
5) When i create a sales order this access is not getting picked up in the condition inspite of exclusion indicator its selecting the next record.
Do i have to maintian seperate requirement (routine ) in the access sequence to fetch this record?
Tell me if i have to do anyrhing more other than this procedure.
Thank you,
Praveen

Hi Praveen
I need a small clarification regarding this Material Type filed..
Why your are using Material Type field in condition table to maintain the condition record, wat is ur basic requirment..
Normally no one will use Material type to maintain the condition record..
But i am giving a small clarification Go to that Access Sequence and find in that table line which is maintained in Material type filed, in that line find second column is in change mode or disply mode if it is in chage mode please select the line and open the filelds and save then the particuler field will become in disply mode ..
Then System will pick the condition record from that condition table.
I hope ur problem will solve..
Rewards, if it is usefull
Regards
Durga Prasad

Similar Messages

  • Java compiling problem, very important ??

    Hi,
    When I will compile my java code (see source) I get the following message
    java.lang.NullPointerException
    at table1.main(table1.java:95)
    The problem is in line 95 : values[k] = (String)vals.nextElement();
    What have I done wrong ?????
    When any one has a solution, thanks in advance
    regards, mkasel
    source:
    import java.util.Hashtable;
    import java.util.Enumeration;
    import javax.naming.*;
    import javax.naming.directory.*;
    public class table1 {
    public static String MY_SEARCHBASE = "l=ASA";
    public static String MY_FILTER = "cn=*";
    // Specify which attributes we are looking for
    public String MY_ATTRS[] = {"sn", "telephoneNumber","givenName"};
    Enumeration vals;
    Hashtable list= new Hashtable();
    public static void main (String args[]){
    try {
    // Binding
    // Hashtable for environmental information
    Hashtable env = new Hashtable();
    // Specify which class to use for our JNDI Provider
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    // Specify the host and port to use for directory service
    env.put(Context.PROVIDER_URL, "ldap://scd2ldap.mens.net:389/ou=ICN,o=MENS,c=FR ");
    DirContext ctx = new InitialDirContext(env);
    // Begin search
    // Specify the scope of the search
    SearchControls constraints = new SearchControls();
    constraints.setSearchScope(SearchControls.SUBTREE_SCOPE);
    // Perform the actual search
    // We give it a searchbase, a filter and the constraints
    // containing the scope of the search
    NamingEnumeration results =ctx.search(MY_SEARCHBASE, MY_FILTER, constraints);
    // Now step through the search results
    while ( results != null && results.hasMore() ) {
    SearchResult sr = (SearchResult) results.next();
    String dn = sr.getName() + "," + MY_SEARCHBASE;
    System.out.println (/*"Distinguished Name is " +dn*/);
    // Code for displaying attribute list
    Attributes ar = ctx.getAttributes(dn, MY_ATTRS);
    // Has no attributes
    if (ar == null) {
    System.out.println(" Entry "+ dn );
    System.out.println(" has none of the specified attributes\n");
    } else {
    // Has some attributes
    // Determine the attributes in this record.
    Hashtable elements=new Hashtable();
    for (int i=0; i<MY_ATTRS.length; i++) {
    Attribute attr = ar.get(MY_ATTRS<i>);
    if (attr != null) {
    vals=attr.getAll();
    String[]values=null;
    int k=0;
    while(vals.hasMoreElements()) {
    values[k] = (String)vals.nextElement();
    k++;
    elements.put(MY_ATTRS<i>,values);
    list.put(dn,elements);
    // End search
    // end try
    catch(Exception e) {
    e.printStackTrace();
    System.exit(1);
    P.S. IMPORTANT <> means []

    Hi again,
    I didn't understand you well, could you tell me what I
    have to change in the code to solve the problem
    Thanks,
    mkasel
    Well it is very simple
    String[]values=null;
    you have a pointer that can point to a string array but currently is pointing to null
    values[k] = (String)vals.nextElement();
    Now you try to access the String array but it doesn't point to an array of strings but to null that's why you get a java.lang.NullPointerException.
    You first have to let the pointer point to an array for example by creating a new String array like:
    values = new String[100];
    in your case the best thing to do is get the amount of elements you have in your enumeration and use that instead of 100

  • SoundFonts - small problem. Please help me because this is very important to

    Hello everyone. I have just upgraded from a SoundBlaster Audigy, to a SoundBlaster X-Fi Music edition.
    I have a collection of soundfonts which I used to use on my Audigy. They worked fine. Now that I'm using the X-Fi, they all work well, apart from one, and the one that doesn't work is my most used, most important soundfont.
    Description of problem:
    When I run my midi file, it starts playing the music using the new soundfont, but after about 0 seconds or so, the sound stops - even though the music is still playing. I then can occasionally hear a note or two, but its no longer playing properly. All my other soundfonts work perfectly, so I really dont understand why this one would cause troubles. They are all .SF2 files.
    Other Information:
    ) I am using "SoundFont Bank Manager" to load the soundfonts. They all work great apart from the main one I want to use. It worked fine on my Audigy. The Cache part says 7.3mb Used/ 229.8mb Free.
    2) I am on Windows XP Professional - Service pack 2.
    3) The rest of my computer is very powerful. Its a core2duo, 2gig of RAM, 320gig seagate barracuda hard dri've etc. Regularly defragged.
    4) I have the latest soundcard drivers (And direct X, video drivers, bios drivers, etc.).
    5) I have no other problems with the computer.
    6) My Midi program is Guitar Pro, which plays special midi files. It is set up properly, and it plays everything perfectly - using all my soundfonts, except the one I most want to use..
    Please help me get this working. It is very important to me, and I need to get it working as soon as possible. I'll keep searching this thread incase I need to give any more information.
    Thanks in advance.Message Edited by acrobat on 02-09-200705:0 AM

    Why do you have two threads dealing with the exact same issue. That makes it confusing and hard to follow your issue to help you.
    Who is your carrier, I asked in the other thread?
    Have you tried YOUR sim card in another device, what happens?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Apple has a problem and the cant solve it. I had some very important call but this new iphone just shut down on me and wont turn on i tried everything u can find in apple support nothing works for me. Anyone know what i can do?

    Apple has a problem and the cant solve it. I had some very important call but this new iphone just shut down on me and wont turn on i tried everything u can find in apple support nothing works for me. Anyone know what i can do?

    I would instead say you have a problem since nearly all IPs work as advertised.  IF you do have a bad phone, take it into an Apple store and get a replacement.  Hope you didn't jailbreak your phone though as Apple probably will tell you, you broke it, you fix it.

  • I use itunes on a Dell XPS502 with W7/64. In some cases have have problems to import CD's. The sound is very disturbed and the import need a lot more time than in normal cases. Is there a problem between itunes W7/64 or a known hardware issue?

    I use itunes on a Dell XPS502 with W7/64. In some cases have have problems to import CD's. The sound is very disturbed and the import need a lot more time than in normal cases. Is there a problem between itunes and W7/64 or a known hardware issue?
    Example-CD : "Tracy Chapman , Telling stories" is not able to import . I have more such negative cases. But in other cases it works fine and the sound is great.
    The firmware at the inbuild CD/DVD DS-6E2SH is the latest version.
    What can I do??

    hi b noir,
    I don't no about virtuel drives like you mententioned. In the mean time I have rebooted the XPS and run again the iTunes diagnostics. I think the back - chance in the registry was not ready to use.  Now there are another results. They are the same in case of a running CD or a not running CD. The difference in total is like before. It takes more time that iTunes reads the (bad) CD and at the there is no good sound. In both cases ( running or not running CD) iTunes diagnostics gives as a result :
    (the copie from ITunes shows the result of the not running CD from Tracy Chapman)
    Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    Dell Inc. Dell System XPS L502X
    iTunes 10.3.1.55
    QuickTime 7.6.9
    FairPlay 1.11.17
    Apple Application Support 1.5.2
    iPod Updater-Bibliothek 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.0.25
    Apple Mobile Device Treiber 1.55.0.0
    Bonjour 2.0.5.0 (214.3)
    Gracenote SDK 1.8.2.457
    Gracenote MusicID 1.8.2.89
    Gracenote Submit 1.8.2.123
    Gracenote DSP 1.8.2.34
    iTunes-Seriennummer 00D7B2B00CD25750
    Aktueller Benutzer ist kein Administrator.
    Aktuelles Datum und Uhrzeit sind 2011-06-11 19:33:22.
    iTunes befindet sich nicht im abgesicherten Modus.
    WebKit Accelerated Compositing ist aktiviert.
    HDCP wird unterstützt.
    Core Media wird unterstützt.
    Info zu Video-Anzeige
    NVIDIA, NVIDIA GeForce GT 540M
    Intel Corporation, Intel(R) HD Graphics Family
    **** Info für externe Plug-Ins ****
    Keine externen Plug-Ins installiert.
    iPodService 10.3.1.55 (x64) arbeitet zurzeit.
    iTunesHelper 10.3.1.55 arbeitet zurzeit.
    Apple Mobile Device service 3.3.0.0 arbeitet zurzeit.
    **** CD/DVD-Laufwerkstests****
    LowerFilters: PxHlpa64 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.2.0.1),
    D: PLDS DVDRWBD DS-6E2SH, Rev CD11
    Audio-CD im Laufwerk
    11 Titel auf der CD gefunden, Spieldauer: 42:07 auf Audio-CD
    Titel 1, Startzeit: 00:02:00
    Titel 2, Startzeit: 03:59:47
    Titel 3, Startzeit: 07:19:27
    Titel 4, Startzeit: 11:31:30
    Titel 5, Startzeit: 15:31:50
    Titel 6, Startzeit: 20:07:50
    Titel 7, Startzeit: 24:27:15
    Titel 8, Startzeit: 27:49:10
    Titel 9, Startzeit: 32:41:25
    Titel 10, Startzeit: 35:29:65
    Titel 11, Startzeit: 38:38:00
    Audio-CD erfolgreich gelesen (Suche nach alter Firmware).
    Laufwerksgeschwindigkeit erfolgreich erkannt
    Die CDR-Geschwindigkeiten des Laufwerks sind:  4 10 16 24
    Die CDRW-Geschwindigkeiten des Laufwerks sind:  4
    Die DVDR-Geschwindigkeiten des Laufwerks sind:  4
    Die DVDRW-Geschwindigkeiten des Laufwerks sind:  4
    After starting the import it is going slower and slower. If it is helpful I can send you a soundfile with these distortions.
    best regards
    tcgerd

  • I have numbers on my ipad and after the latest update I can't open a spreadsheet in it, a very important spreadsheet. I have rebooted a number of times but this does not seem to have fixed it can someone advise what I can do??

    I have an ipad and have just downloaded the lastest update, now I have a very very important spreadsheet that will not open!!!! other spreadsheets open fine but for some just this one will not open. I have rebooted the ipad and tried re-syncing but to no avail, can anyone HELP?????

    I had the same problem. I created an iCloud account and backed up my iPad to iCloud. I then went to www.iCloud.com, signed-in and then I was able to download my spread sheet data. At least I have my data.

  • Problem with importing saved .json backup file in fresh installed firefox 3.6.8? Message "unable to process the backup file", when i choosed option "Restore" from menu "organize your bookmarks" !?

    Hello,
    my problem is with importing saved .json backup file in fresh installed firefox 3.6.8? Message "unable to process the backup file", when i choosed option "Restore" from menu "organize your bookmarks" !?
    Normally that i followed all instructions from your support site, and that i tried many things, but nothing helped :( !?
    my .json file isn't corrupted cause it was saved on another partition before formatting my OS.
    Please don't tell me that my bookmarks are lost :( cause i had many important things in that bookmarks, on 100.s pages :( ....
    Thanks in advance!
    Sincerely,
    hoho33

    "
    Can you restore that JSON backup in a new profile?
    Did you make sure that it is really a JSON backup and that there is no missing or hidden other file extension?
    A JSON backup starts with: {"title":"","id":1,"dateAdded"
    A HTML backup starts with: <!DOCTYPE NETSCAPE-Bookmark-file-1>
    You can try if you can restore that JSON backup in a new profile.
    Create a new profile as a test to check if your current profile is causing the problems
    See Basic Troubleshooting: Make a new profile
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Please for administration of this support site, make possibility to quote someone's answer, on this way is dificult to answer somebody who wrote some suggestion!
    No, i can't restore JSON backup in new profile, even on fresh installed OS XP SP3, with fresh installation of latest version of firefox!
    MAN I TOLD YOU 10X IT'S 200 % JSON BACKUP FILE!!! I'M NOT IN IT FROM YESTERDAY, I WORK IN IT 12 YEARS!!!
    I tried restoring json backup in new profile, but nothing, i couldn't restore, cause that stupid error from screen shot which i posted again appears !
    Man i'm not totally noob i repeat 2nd time here, and normally that i know to create new profile, and that i tried that, but that didn't help!
    I can't believe that FIREFOX has not good support team, and doesn't care for yours users, this will not give me more reason to use in future firefox
    like borwser, if i don't have good support, and when i have problem like this, to loose all my very important bookmarks and passwords on them, and
    firefox support won't to help me to solve my problem!
    If somebody from firefox support team read this, i can give you Remote desktop access to my computer to try solve this problem, like other serious company
    like HP, Dell , etc. give remote desktop support to their users!
    Corel are you from firefox support team? Please don't write same suggestions, cause i know to read, and i understand well if you write once some suggestion!
    Greetzz

  • A very important site, does not function properly anymore, how can i go back to an earlier version of firefox

    Before i downloaded your firefox 8.0.1, I used firefox to 'save as' the ''Unrealized gain/loss page'' from a brokerage account, - for my ongoing historical financial records file (safari doesn't work for this site).
    On the Unrealized gain/loss page, there is a '+' symbol (in front of each stock owned) that one needs to 'clic' on (turns to a -) to see the various dates (and financial data) when you purchased different lots of the same stock. (say, ''IBM''; purchased IBM shares on 21-10-'11, 100 shares, @ $147, current price @ $180, gain of $33/share, total gain $3,300 / 10-14-'11 purchased 200 IBM shares, @ $191, current price @ $180, loss of $11/share, total loss $2200 / - and so on for however many individual 'lots' one has of that particular stock. ). This information is very important to me, and now i can not 'save' it.
    - So I want to know how I 'fix' this - or - how I can go back to the earlier version, that did work.

    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • A very important question about the HostSample-Help needed!

    Hi,
    I'm trying to build a plugin for EM 12c ( 12.1.0.2 ) which suppose to monitor jmx mbeans .
    I encountered during the README file which was packed with the EDK .
    1. In the section where I try to use Flash builder ( ver 4.6 - that's the only release I found .. ) I folowed the instructions if how to run the example ( HostSample/HostSystem ) . When I run the example ( I installed the sdk's of Flash and everything that was written there - no problem )
    in the web browser i got the login page , and put the parameters ( username, password ) as it said in the README - the same username/password as i log in to the EM console .Than I got an error saying " ... RPC fault string ..... Logging to management server ... URL:https.. host ( my host name ) : port ( my port number ) /em..."
    Does anyone has a clue about this ? What am i doing wrong or miss something ?
    It is very important and urgent to me . please help .

    To add a bit more detail. Before you run the application from FlashBuilder, open the same browser you will use to run/debug the application in FlashBuilder and install certificate.
    Firefox:
    . when the "This Connection is Untrusted" warning appears
    . expand the "I Understand the Risks" item
    . click the "Add Exception..." button
    . on the "Add Security Exception" dialog, ensure "Permanently store this exception" is checked
    . click "Confirm Security Exception" button
    IE:
    . when the "Certificate Error: Navigation Blocked" page appears, click "Continue to this website (not recommended)"
    . click on the "Certificate Error" icon in the browser address bar
    . in the "Untrusted Certificates" popup, click "View Certificates"
    . click on the "Certification Path" tab of the "Certificate" dialog
    . select the root certificate (certificate at the root of the tree)
    . click "View Certificate..." button
    . click "Install Certificate..." on the "Certificate" dialog that appears
    . click "Next" on the "Certificate Import Wizard"
    . select "Place all certificates in the following store" button and click "Browse..."
    . select "Trusted Root Certification Authorities" on the "Select Certificate Stores" dialog and click "OK"
    . click "Next" button, and then "Finish" button
    . click "Yes" on "Security Warning" dialog that appears
    The other alternative is to enable http access using "emctl secure unlock". This is not recommended for a production site.
    .

  • Problem during import of 121 transport requests to productive system

    Hello
    We have problem during import of transport requests to productive system. Import of 121 transport requests stopped very soon in phase "N" (in TRBAT I have only one entry and in  TRJOB  as well).
    In sm50 there is an BGD running under user DDIC in client 000 now for 14453 seconds (program SAPLSDB2). This should be import.
    In SM37 I can see it as  job "RDDGEN0L" with  repport"RDDGENBB". Based on some literature it should perform "Converting all structure changes generated by the import and recorded in table TBATG, other than the structure changes to matchcode objects." Very interesting  that TBATG has only four entries related to 2 indexes in table "DFKKOPK" , one in table "DFKKREP06" and one" ENQU" for EFKKEXC". (only this last one has not status error)
    For fist two indexes I know they are not present  as objects "LIMU""INDX" in any transport request beeing imported.
    Also on productive system there is no"VOL" and "ZOL"indexes for table "DFKKOPK"(instead they are created on test system ie. not transported from development to test system)
    Last command for that process is "CREATE INDEX "DFKKOPK~HKO" ON "DFKKOPK" ("MANDT", "HKONT", "OPBEL") PCTFREE 10 INITRANS 002 TABLESPACE PSA
    PTR3 STORAGE (INITIAL 0000000016 K NEXT 0000000016 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREAS"
    There is enaught space on disk and in tablespaces (it is an oracle/HPux server).
    Does anyone knows workaroun to solve production

    are you importing these transport requests simultaneously into production?
    I would suggest you try doing in smaller groups of 5 or 10 and then see whether you are able to import the requests
    Rohit

  • VERY IMPORTANT QUESTION

    hello , i have just had a very important personal voice conversation which is very important for me i would like very much to get this coversation in media file is it possible , please help me this is extremely important for me
    thank you , if you anyone can help me please contact me , this is really very important this was a conversation of my life and i would very much have it for myself and some other people
    please help me , thank you

    Unfortunately, Skype doesn't save calls and video calls. 
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • !!VERY IMPORTANT - STOLEN PHONE - EVIDENCE REDCOVERY!!!!

    As hard as this scenario is going to be hard for most to believe, I attest that the facts you are about to read are completely true!
    On 03-10-09 I was unjustly brutalized by police officials in my city.  I had the Blackberry Voice Recorder running, recording the entire incident to my phone's memory.  Aware of the recording, the officers involved picked my BB up and refused to return it and denied having it.  This recording on my BB is my LIFELINE to justice.  I was wondering if ANYONE, including a BB PROFESSIONAL knows of ANY routes i can take to recover this phone or the recording on it.  This is very important to bring justice to this traumatic  experience I was forced into two days ago. PLEASE HELP!!
    Thank you in advance,
    Kimberly
    PS: My NETWORK is ALLTEL btw, who told me there was "nothing" they could do as far as GPS tracking or data recovery to find that recording. THIS IS SERIOUS!! PLEASE NO LESS THAN SERIOUS RESPONSES!! THANK U!

    That's incredible! Thirty-nine reads and not ONE suggestion?
    This is the problem right there... everyone takes stuff like this as a joke.
    Like I have time to waste.
    Thanks anyways, I will leave the help to the professionals a.k.a. my lawyer.
    I just hope it never happens to one of you.

  • Problem in importing SAP Exchange profile (BASIS settings) - Urgent

    Hi,
    I am currently facing problem in importing SAP Exchange profiles manually.
    When i enter into http://<J2EE_host>:<J2EE_port>/exchangeProfile with username as PISUPER, the page is getting loaded but
    <b>1.</b>it shows a error message stating, Name or password is incorrect
    <b>2</b>. When i ignore that error and proceed with the connections tab to edit the server settings, i cannot set the password for PILDUSER. It again says, Name or Password is incorrect..
    What could be the reason for these errors. Please help me... This is very urgent....
    Thanks in advance,
    Rose

    Thanks for your response guys. I checked for PISUPER and PILDSUPER in SU01 and checked for lock but it shows an error message saying User doesnot exist.
    Kindly let me know how to procced on in this case.
    Thanks and Regards,
    Rose.

  • I can't view a very important file on neither of my devices

    I had never had a problem with Acrobat.com before.  I modified a very important file on June 6th and saved to my Acrobat.com   For the past week, I haven't been able to open up the file from either of my devices.  Theres no preview available and it tells me the to download so I can view but it won't allow me to download. Its in PDF format and its 6.0 MB.  I tried accessing from my Galaxy Note 10.1, Note 3 and my laptop and it won't allow.  This file has changes necessary for work and I am really frustrated to have trusted Acrobat.com. 

    Hi acmechanical,
    I'm so sorry that you've been unable to access that important file. Are you receiving any error message when you try to download it? If so, what is the error?
    Are you able to download other files? For starters, please clear the browser cache, and then log back in to https://cloud.acrobat.com/files. You may also want to try downloading it via Adobe Reader by choosing File > Open from Acrobat.com.
    Please let us know how it goes.
    Best,
    Sara

  • Please help I just accidentally deleted a very very important note from my "Notes" on my iPhone 4s.  How can I get it back? Is there a "Trash" file somewhere for deleted notes?  Thank you, Susan

    Please help I just accidentally deleted a very very important note from my "Notes" on my iPhone 4s.  How can I get it back?
    Is there a "Trash" file somewhere for deleted notes?
    Thank you,
    Susan

    Had you never backed up the phone before? When you saw the iTunes logo and cable, the device was in recovery mode. The data was already lost. The only way to recover from that is to restore the device, which will delete all of your data. You will only be able to restore to your last backup, whenever that was. Sorry this happened, but this highlights the importance of doing regular backups. The backup is the only protection you have against a problem like this.

Maybe you are looking for

  • Acrobat 7.1.0 multipage print job goes one page at a time

    This condition existed before I installed the lastest update but it has not gone away so it must be a setting. When I send a multipage document to my printer (laserjet 4000) from Acrobat Professional the printer will start up (wakeup), print one page

  • Displaypor​t - how to use this?

    I have a T500 with a displayport and I cna't figur eout how to attach a screen or projector to this. Is there any links to articles on this? Someone told me I need a special screen that has a Displayport input and that there are no adaptors to screen

  • Dealing with a snow scene

    I am trying to help my wife deal with snow scenes in her greeting cards.  I can fine tune a picture with a lot od snow in it so that it looks good on my monitors, but when she prints in on card stock it is not so good.  The snow usually has no detail

  • Is my WD Maybook Studio running at FW800

    Hi I have a new MacBookPro and an External Western Digital Mybook Studio hard drive. I am connected to the Firewire connector. How can I tell its running at FW800 and not FW400. Or can the macbook only run at FW800 Thanks

  • Sharing Music On iTunes?

    I just moved into college and everything and I noticed that I can view and listen to other peoples library which is awesome, but I was just wondering how I can get my library on there for people to view. Where do I go to set that up? thanks