Stuck on an assignment.

Hi, pretty new to java, and i had to take leave from school therefor missing a few days from class. And i got stuck with an assignment i'm not quite sure how to approach.
Very basic, i have to create a program that accepts temp as a parameter to the constructor and prints the appropriate sport for that temperature.
Sport: Temp:
Swimming > 85
Sailing 60 < temp < 85
Golf 40 < temp < 40
Skiing 5 < temp < 40
Checkers < 5
This is for BlueJ
Any help would be greatly appreciated, thanks!

BenDobbins wrote:
Believe me, i am all for doing things on my own, i just needed a tip or two from somebody.1) Study the basics of Java.
2) Break the problem down into small pieces.
3) Attack one of the pieces.
4) If you get stuck, post details here of what you tried and what problems you had.
5) When you get that piece working, move on to the next.
6) Repeat until done.

Similar Messages

  • Macbook Pro stuck on Self-Assigned IP when connecting to hotel Wifi

    my travel mates are having no problems connecting to hotel wireless.
    i can connect to the access point, but i can't get online. my network pane in system preferences says "self-assigned ip" and it won't do anything else.
    we're all on macbooks or higher. 10.5.6 or 10.5.7
    i've tried replicating the working macs' IP settings as a manual config on my MBP. no luck. it's very odd. i'm stuck. any ideas?
    i've used onyx to clear out all caches. done a full shut down, restart, pram reset. toggling my airport card power. i can connect using my Verizon wireless (like now, as i type this). my travel mates also use the same Verizon modems and software. i don't think that that's causing a problem.

    This was happening to me at my office today. It kept saying that it had Self-Assigned IP. My ISP told me that it wasn't recognizing my router.
    First, I made sure that the Under TCP/IP that "Configure IPv4" was set at "Using DHCP" from the drop-down menu and then I shut my computer down. I then reset my modem and linksys router (unplug power to back of modem first and then router, then plug modem back in, wait for 4th light of modem to go on,then plug router back in). After that, I restarted my iMac and it Configured IPv4 correctly using DHCP. Sorry if I'm being too basic, don't have a lot of networking knowledge. I've asked the hotel I was staying at before to reset their modem/router and they were able to do this for me.

  • ZCM 11.2.3a to 11.2.4 Update stuck on "Update Assigned"

    We are updating from ZCM 11.2.3a to 11.2.4 and then hopefully to 11.2.4MU1 to fix some issues with imaging new machines. I downloaded both updates and imported them using the zman sui commands and then waited for replication to finish to all servers and satellites. Initially scheduled the first update to kick off for our primary server after business hours and the time passed and nothing happened. I refreshed the server and still nothing. Tried the deploy now option and got the same. Checked the zmd-messages.log as well as services-messages.log and there are no errors or mentions of a system update at all.
    The update has been sitting at "update assigned" all weekend through multiple refreshes and has yet to start. Any help would be appreciated.

    On 24/04/2014 13:36, NovAlf wrote:
    > Well, maybe a little out of this topic (not entirely, though), but � am
    > I correct to move to SLES 11 SP2 using �yast2 wagon�, I must avoid
    > upgrade to SP3 at once! Or is � more reasonable to use YaST CC Online
    > Update and SLES-for-VMware-SP2-migration option? I have a remote access
    > to this server in question (using NX).
    Does your reference to "SP3" mean SLES11 SP3 or ZCM11 SP3?
    If SLES11 SP3 then yes, you should avoid upgrading to SLES11 SP3 when
    upgrading SLES11 SP1 to SLES11 SP2 as you should fully patch SLES11 SP2
    before upgrading to SLES11 SP3 (it's not supported to go directly from
    SLES11 SP1 to SLES11 SP3).
    With remote access to your server you have two options to upgrade from
    SLES11 SP1 to SLES11 SP2 - YaST wagon and zypper. See
    https://www.suse.com/documentation/s..._sle11sp1.html
    HTH.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • I'm stuck on this assignment

    Place edits in the Name class to validate that the length of the first name is between 1 and 15, middle inital <= 1, and lastName is between 1 and 15. Throw an IllegalArgumentException if the edits are not met. The advisor attribute in the Student class should replace the advisorName.

    what i really need to know is what is suppose to be in
    the student and advisor classes
    Enhance the Student class to contain an Advisorso the Student class should have an Advisor object
    The advisor has a name (type Name), phone number (type String)the Advisor class should have a Name object and a String object (representing the phone number
    The advisor attribute in the Student class should replace
    the advisorNamethe Student class should no longer have an object named advisorName

  • PO Approval stuck in error without any Error message

    Hi All,
    we have few notifications for PO Approval where they are stuck in error without any error message. they are also not showing in the worklist of the approver nor in the wf_notifications table. please help on this on how to solve this. we have done various options to solve the issue like skip/rewind/suspend/retry. but none of them works..... below is an extract of such an notification -
    Error in Workflow POAPPRV/3112-127925
    From SYSADMIN
    To Das, SD
    Sent 12-Dec-2011 16:55:01
    Closed 12-Dec-2011 17:07:30
    ID 164593
    Responder Das, SD
    An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 3112-127925
    User Key =429766-245
    Error Name =
    Error Message =
    Error Stack =
    Activity Id = 10770
    Activity Label = ROOT:POAPPRV_TOP
    Result Code = #STUCK
    Notification Id =
    Assigned User =
    Thanks,
    Sam D
    Edited by: Sam D on 12 Dec, 2011 1:45 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the Workflow log file?
    All Purchase Orders or Requisitions Getting Stuck in Pre-Approved or In Process Status - Troubleshooting Checklist [ID 1104843.1]
    Troubleshooting for Requisitions / Purchase Orders in Process or Pre-Approved Status [ID 225017.1]
    Also, search MOS for (POAPPRV stuck) and go through the docs.
    Thanks,
    Hussein

  • How to assign value from insert statement to variable from a trigger

    Hi,
    I got this really annoying problem and I don't know if I am doing it correctly.
    I have a BEFORE INSERT trigger on a table. When someone executes an insert statement I want to grab the value of a column from that statement and assign it to a variable and then do stuff with it. I'm stuck on the assignment.. look below..
    CREATE OR REPLACE TRIGGER CARS.geotest2_trigger
    BEFORE INSERT ON CARS.GEO_TEST2
    FOR EACH ROW
    DECLARE
    v_chainkey nchar(32);
    v_chainkey2 nchar(32);
    not_exists EXCEPTION;
    BEGIN
    :NEW.CHAINKEY := v_chainkey;
    SELECT GEO_TEST.CHAINKEY INTO v_chainkey2 FROM GEO_TEST WHERE GEO_TEST.CHAINKEY = v_chainkey;
    IF v_chainkey2 = '' or v_chainkey2 is null THEN
    RAISE not_exists;
    ELSE
    INSERT INTO GEO_TEST2 VALUES(:NEW.CHAINKEY, :NEW.BLA, :NEW.FOO);
    END IF;
    EXCEPTION
    WHEN not_exists THEN
    RAISE_APPLICATION_ERROR(-20010, 'Chainkey does not exist in parent table GEO_TEST');
    END;
    I keep getting this error
    Error: ORA-04098: trigger 'CARS.GEOTEST2_TRIGGER' is invalid and failed re-validation
    SQLState: 42000
    ErrorCode: 4098

    It isn't assigning because v_chainkey is not at the left hand side of the assignment statement.
    test@ORA10G>
    test@ORA10G>
    test@ORA10G> declare
      2    x  number := 5;
      3    y  number;
      4  begin
      5    x := y; -- does not assign anything to y; assigns NULL to x,
      6            -- because y is NULL at this point
      7            -- so, essentially the value 5 of x is *LOST* now
      8    dbms_output.put_line('x = '||x);
      9  end;
    10  /
    x =
    PL/SQL procedure successfully completed.
    test@ORA10G>
    test@ORA10G>
    test@ORA10G>In any case, here's what you are probably looking for:
    test@ORA10G>
    test@ORA10G> --
    test@ORA10G> drop table geo_test;
    drop table geo_test
    ERROR at line 1:
    ORA-00942: table or view does not exist
    test@ORA10G> drop table geo_test2;
    drop table geo_test2
    ERROR at line 1:
    ORA-00942: table or view does not exist
    test@ORA10G>
    test@ORA10G> create table geo_test (chainkey nchar(32));
    Table created.
    test@ORA10G> insert into  geo_test (chainkey) values ('a');
    1 row created.
    test@ORA10G> insert into  geo_test (chainkey) values ('');
    1 row created.
    test@ORA10G>
    test@ORA10G> create table geo_test2 (chainkey nchar(32), bla number(1), foo number(1));
    Table created.
    test@ORA10G>
    test@ORA10G>
    test@ORA10G> CREATE OR REPLACE TRIGGER geotest2_trigger
      2  BEFORE INSERT ON GEO_TEST2
      3  FOR EACH ROW
      4  DECLARE
      5    v_chainkey2  nchar(32);
      6    not_exists   EXCEPTION;
      7  BEGIN
      8    SELECT GEO_TEST.CHAINKEY INTO v_chainkey2 FROM GEO_TEST WHERE nvl(GEO_TEST.CHAINKEY,'~') = nvl(:new.chainkey,'~');
      9    IF v_chainkey2 is null THEN
    10      RAISE not_exists;
    11    END IF;
    12  EXCEPTION
    13    WHEN not_exists THEN
    14      RAISE_APPLICATION_ERROR(-20010, 'Chainkey does not exist in parent table GEO_TEST');
    15  END;
    16  /
    Trigger created.
    test@ORA10G>
    test@ORA10G> --
    test@ORA10G> insert into geo_test2 (chainkey,bla,foo) values ('b',1,1);
    insert into geo_test2 (chainkey,bla,foo) values ('b',1,1)
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "TEST.GEOTEST2_TRIGGER", line 5
    ORA-04088: error during execution of trigger 'TEST.GEOTEST2_TRIGGER'
    test@ORA10G>
    test@ORA10G> --
    test@ORA10G> insert into geo_test2 (chainkey,bla,foo) values (null,1,1);
    insert into geo_test2 (chainkey,bla,foo) values (null,1,1)
    ERROR at line 1:
    ORA-20010: Chainkey does not exist in parent table GEO_TEST
    ORA-06512: at "TEST.GEOTEST2_TRIGGER", line 11
    ORA-04088: error during execution of trigger 'TEST.GEOTEST2_TRIGGER'
    test@ORA10G>
    test@ORA10G> --
    test@ORA10G> insert into geo_test2 (chainkey,bla,foo) values ('a',1,1);
    1 row created.
    test@ORA10G>
    test@ORA10G>
    test@ORA10G>pratz
    I think the sole purpose of that "not_exists" exception is this -
    If you try to insert a NULL value for GEO_TEST2.CHAINKEY, then this trigger will throw an error even if at least one NULL value exists in GEO_TEST.CHAINKEY column.
    Not sure if that's something that you wanted.
    Message was edited by:
    pratz

  • Workitems getting stuck at expired users

    Hi,
    We have a case where workitems get stuck because the assigned users have expired validity.
    At the time of assignment, one user is set as agent. Then that user gets set to expired, however the Workitem still is assigned to that one user.
    This will create an issue where invoices are not handled at all.
    I'm thinking that this must be a common workflow issue, or that there must be a common solution - that you guys know how to solve
    BR
    Lasse

    As Rick said, definately some kind of escalation process should take place in invoice handling process. If approver does not approve the invoice in time, it will be escalated to approver's manager or whatever (or the invoice will return to accounts payable clerk, etc.).
    Now since you already have the problem, you need to somehow monitor the situation. You can for example try monitor the work items with SWIA (look for all invoice approval tasks that are in status READY in In PROCESS).
    Regards,
    Karri

  • Stuck in the middle. Any suggestions?

    I'm new to Java programming, and stuck on an assignment.
    For this assignment, I am instructed to write a Java application to process the results of a survey.
    Here are the specs:
    INPUT: Use an input dialog. Establish a sentinel to be used to signal end of input. If the user enters an invalid value, let him or her know it.
    OUTPUT: After all responses have been entered, use a message dialog to display a table listing the response options, along with frequency and percent of each. Also display a histogram that graphically shows the number of responses in each category.
    Survey Summary(Title bar title)
    RESPONSE......FREQUENCY......PERCENT......HISTOGRAM
    Agree............14...................43.75%.......**************
    Disagree.........8....................25.00%.......********
    No Opinion......10...................31.25%.......**********
    Note: The periods are not included. I used them to get the columns to line up correctly in this post.
    SPECIFICATIONS:
    ?Percent = responses in that category / total responses
    ?Show percent values using two decimal places.
    ?Put the output into a JTextArea. Use tabs to make it line up neatly.
    ?Each star in the histogram represents 1 response.
    ?Make sure not to count invalid responses. Warn the user and ignore that input. You only need to check for out-of-range responses (like a 0 or a 6). Don't worry about other types of errors here.
    ?Make sure to use a switch.
    ?Do not use arrays.
    Here is what I have coded so far, and now I am stuck. I have no idea of how to create the histogram, and implement it into the JTextArea.
    import java.text.NumberFormat;
    import java.util.Locale;
    import javax.swing.JOptionPane;
    import javax.swing.JTextArea;
    public class SurveyResults
         public static void main( String args[] )
              int choice,
                   surveyCounter = 0,
                   totalAgree = 0,
                   totalDisagree = 0,
                   totalNoOpinion = 0;
              double percentage;
              String input;
              NumberFormat percentFormat =
                   NumberFormat.getPercentInstance( Locale.US );
              JTextArea outputSurveySummary = new JTextArea();
              outputSurveySummary.setText(
                   "RESPONSE\tFREQUENCY\tPERCENT\tHISTOGRAM\n" );
              input = JOptionPane.showInputDialog(
                   "(1) Agree\n" +
                   "(2) Disagree\n" +
                   "(3) No Opinion\n" +
                   "Enter -1 to quit" );
              choice = Integer.parseInt( input );
              while ( choice != -1 )
                   switch ( choice )
                        case 1:
                            surveyCounter++;
                            totalAgree += totalAgree;
                            break;
                        case 2:
                             surveyCounter++;
                             totalDisagree += totalDisagree;
                             break;
                        case 3:
                             surveyCounter++;
                             totalNoOpinion += totalNoOpinion;
                             break;
                        default:
                             JOptionPane.showMessageDialog(
                                  null, "Invalid choice. Please try again.",
                                      "Error!", JOptionPane.WARNING_MESSAGE );
                   } // end switch
              } // end while
    }Can someone please guide me in the right direction? Thank you.

    Okay. I finished coding the application, and it compiled (no errors), but I seem to be having a problem now with the percentages.
    The output on the percentages is showing all 0's, and after an hour of me trying to figure it out, I'm ready to start pulling out my hair!
    What did I do wrong? The only thing I can think of is that I made a mistake with the DecimalFormat.
    import java.text.DecimalFormat;
    import java.awt.Graphics;
    import javax.swing.JOptionPane;
    import javax.swing.JTextArea;
    public class SurveyResults
         public static void main( String args[] )
              int choice,
                   surveyCounter = 0,
                   totalAgree = 0,
                   totalDisagree = 0,
                   totalNoOpinion = 0;
              double percentage;
              String histogram = "",
                      input;
              DecimalFormat percentFormat =
                   new DecimalFormat( "##0.00%" );
              JTextArea outputSurveySummary = new JTextArea();
              outputSurveySummary.setText(
                   "RESPONSE\tFREQUENCY\tPERCENT\tHISTOGRAM\t\n" );
              do
                   input = JOptionPane.showInputDialog(
                   "(1) Agree\n" +
                   "(2) Disagree\n" +
                   "(3) No Opinion\n" +
                   "Enter -1 to quit" );
                   choice = Integer.parseInt( input );
                   switch ( choice )
                        case 1:
                            surveyCounter++;
                            totalAgree++;
                            break;
                        case 2:
                             surveyCounter++;
                             totalDisagree++;
                             break;
                        case 3:
                             surveyCounter++;
                             totalNoOpinion++;
                             break;
                        case -1:
                             break;
                        default:
                             JOptionPane.showMessageDialog(
                                  null, "Invalid choice. Please try again.",
                                  "Error!", JOptionPane.WARNING_MESSAGE );
                                  break;
                   } // end switch
              } while ( choice != -1 ); // end do
              for ( int x = 0; x < totalAgree; x++ )
                   histogram += "*";
              percentage = totalAgree / surveyCounter * 100; // initialize variable expression
              outputSurveySummary.append( "Agree\t" + totalAgree + "\t" +
                   percentFormat.format( percentage ) + "\t" + histogram + "\n" );
              histogram = ""; // reset to an empty String
              for ( int x = 0; x < totalDisagree; x++ )
                   histogram += "*";
              percentage = totalDisagree / surveyCounter * 100; // initialize variable expression
              outputSurveySummary.append( "Disagree\t" + totalDisagree + "\t" +
                   percentFormat.format( percentage ) + "\t" + histogram + "\n" );
              histogram = ""; // reset to an empty String
              for ( int x = 0; x < totalNoOpinion; x++ )
                   histogram += "*";
              percentage = totalNoOpinion / surveyCounter * 100; // initialize variable expression
              outputSurveySummary.append( "No Opinion\t" + totalNoOpinion + "\t" +
                   percentFormat.format( percentage ) + "\t" + histogram + "\n" );
              JOptionPane.showMessageDialog(
                   null, outputSurveySummary, "Survey Summary",
                   JOptionPane.INFORMATION_MESSAGE );
              System.exit( 0 ); // terminate the application
         } // end main method
    } // end class Survey Results

  • Assigning controller to the bsp application in icwebclient

    Hi friends,
         Iam trying to test the <b>help view</b> from crm_ic into my bsp application Z_CRM_IC_HELP.
           I got stuck up while assigning controller to view in the bsp application. I have copied the standard view "help" from crm_ic into bsp application z_crm_ic_help.
    and copied the crm_ic.xml file into Z_CRM_IC_HELP.
        In se24 created a controller class ZCL_CRM_IC_HELP_IMPL for the help view controller class CL_CRM_IC_HELP_IMPL.
    Properties of the bsp application Z_CRM_IC_HELP page type (view) to select the controller class which i have created above is not displaying the f4 help list. So when am entering the z_crm_ic_help in the controller class fied its throwing the following error  as the controller class is not available in the F4 help  list.
          <b>The class ZCL_CRM_IC_HELP_IMPL does not implement any controller in the BSP application Z_CRM_IC_TEST</b>     
    Could anybody please guide to create a simple BSP application in ICWebclient.
    or it will be helpful if you can send me any links to work on hands on in ICWebclient.
    Thanks & Regards
    Sireesha.

    Hi Sarah,
    the following thread adresses the same problem, within the BSP folder:
    [How to change & manage different ports in a mixed web environment (BSP/WAD)|How to change & manage different ports in a mixed web environment (BSP/WAD);
    I think its better to use that category instead of BI General.
    Best regards,
    Sebastian

  • Query Designer Issue (Variables)

    Hello,
    I'm trying to create an input query in BI-IP, with 2 característics in rows (untill here evrything works fine).
    I'm having problems in creating the columns the way client want. It's a plan query, so the Client wants to Plan his budget monthly for the next year (I've created a mandatory Interval Variable ready for input based on 0FISCPER) if i run the query at this point, it runs, doesn't give results because there are no values.
    The problem is that the Client wants to see the Acumulated Real Amount of the previous year in a column before the monthly ones! This is where the query stucks. I assign another variable i've created for cumulative values, and assigned an offset of -1 to that variable
    Does anyone knows how to solve this or has any idea so we can start a conversation over here! I'm quite in a hurry as the project is reaching it's end.
    Thanks

    "The problem is that the Client wants to see the Acumulated Real Amount of the previous year in a column before the monthly ones! This is where the query stucks."
    I didnot get that...
    When u want to see the Accumulated Real amount of previous year
    y do u need to create a variable for it....
    for e.g. if i have to do i will do it following way...
    Client wants tos ee the Amount of Last year and Current year
    i will insert Amount in Columns
    right click and say edit
    now bring time chars... ofiscper
    now restrict it with interval variable , ready for input...
    save and hit okey
    i will copy the whole amount and paste it below
    now i will go to variable restrict screen and then set offset as -1
    is this what you did....
    if yes... then how does the data corresponds in BW system
    logint to rsa1
    goto ur cube
    right click and hit display data
    see what u are seeing....
    go to rsrt
    run and execute ur query
    it will display how each column value is getting calculated
    if there is no relevant data then i t will nt show
    if there is then u need to redesign variables...
    if u r using mandatory variable in columns of keyfigures
    dont use 0fiscper in Free chars/Selection screen

  • How to assgn charge head with GL and Sales order

    Dear Exparts'
    I am a new user of SD module .I have created a charge head but stuck in GL assignment and Assign the charge head with Sales order.(sales order is already created)
    Can any one tell me any direct transaction code or SPRO for the said problem.
    Yeasin

    hi,
    maintain condition type kf00 in pricing procedure and assign G/L account, maintain the condition record in vk11,now goto sales order change(va02),goto contion tab and press update,new pricing will be carried out
    regards
    senya

  • MacBook Pro won't connect wirelessly after 10.5.8 update

    I have a MacBook Pro laptop, which was acquired in 2006. I have used it with my Linksys WRT54G router successfully for years but since I recently updated to 10.5.8, it was able to connect one time, which lasted for a day or so. Now it no longer can connect.
    I am using Automatic DHCP with my wireless router's WPA Personal 2 with password security and yet it appears that Airport gets stuck because it assigns itself a IP number and of course, that appears to be the wrong number. I have tried to go and use manual settings, copying the settings from my iPod Touch and iPad. Ironically, when I tried that, the MBP attempt seemed to "kick' the two other devices off the network and I had to physically shut down the MBP completely and then reset the iPad a few times in order for it to reconnect again. The iPod Touch only had to be shut down and restarted and it was back in business.
    Any ideas? One question: Can I set my network settings manually or do I have to use Automatic DHCP? Oh yeah, I have tried the tips that William Boyd provided in the thread +"MacBook connects, but MacBookPro won't"+ as seen here: http://discussions.apple.com/thread.jspa?messageID=10695921&start=1
    Tried them all. Nothing helped.

    I went into my MBP Network settings for Airport and instead of using DHCP, I clicked on Advanced and entered the data for my server, router and DNS manually. I also used an IP number provided by my Linksys router but I adjusted the last three digits so they would not conflict with the last three digits of my iPad and iPod Touch. Once I got all those elements in manually, I was able to connect with all three of my devices at one time with no conflicts.
    What used to be automatic is no more. I have to do it manually. For all three devices...

  • DHCP Not Functioning Correctly

    Our organization just purchased 2 XServe Intel servers. Along with those servers, we ordered 2 Netgear ProSmart 24 port Switches. Here is my problem: I enabled DHCP on the server on 2 of my network ports (the 2 connected to the switches), but the switch isnt receiving IPs from the server; neither for the switches nor for the clients. The switches instead use the default 192.168.0.239 and the clients are stuck with self assigned IPs. I have attempted to turn off DHCP on the switches and even hooked up a windows pc to run the utility, but the server isnt pushing IPs to the switch. There is no uplink port as it is self detecting. Any help would be appreciated.
    Thanks

    jarrad, just curious to know if you got an answer to your problem?
    I just ran into the same problem but I'm using another brand which should matter. The problem was the way the Gateway addresses was configured. I was making the IP address 192.168.1.5 with the same subnet as our server (255.255.255.0) but the gateway IP address was the same as the switch (192.168.1.5). Our router's IP is 192.168.1.1 so after trying various things I made the Gateway in the switch the same as the router and that did the trick.
    In your case, you don't explain how you are set up, ie. do you have one T1, two? One DSL connection? Is DHCP enabled in both servers? Is one server connected to one switch?

  • Lost IP address

    Today for the first time ever my MBP lost internet connection. I thought it was the modem or the router so I restarted both. I've had to do this before no big deal. After everything restarted I checked the network settings and it won't connect. Digging deeper it seems that the IP address is gone. I've tried to setup another connection and every time it says that the passwords are incorrect and it can't connect. I don't know what to do. Everything works fine when I connect the laptop to the network with a cable. There is also a PC laptop that is working just fine through the wireless router. It's weird that it was working one minute and not the next.
    What am I missing?

    Mid 2010 MBP 10.6.4 and Linksys WRT120N
    Same issues, router worked fine for 6 months then stuck on self-assigned IP, only my macbook, only my network. All other macs/laptops/desktops/smartphones/PCs connect fine.
    This among a ton of other issues with this crapbook, every web browser (Safari, Chrome, Firefox, Opera, Camino) crashes, kernel panics, already had a hard drive replaced, charger stopped working... nightmare.
    I've read and tried everything in these threads, still nothing.
    https://discussions.apple.com/search.jspa?resultTypes=&dateRange=all&peopleEnabl ed=true&q=self+assigned+ip*&containerType=14&container=2104&containerName=Mac+O S +X+v10.6+Snow+Leopard&username=&rankBy=relevance&numResults=30

  • Update a list item after a task is completed

    Hi,
    I have a sharepoint workflow, where I am creating a workflow and the workflow steps involves assigning a task. How do I Update a list item after the task is completed? So after the task assignment step, how do I check that the task is completed so I can
    update a list item?
    Please help.
    techie

    Hi,
    According to your description, you might want to update a list item after a task is completed in SharePoint Designer workflow.
    By default, the workflow will stuck at a “Assign a task” action. When the “Task Status” become “Completed”, other actions afterwards will go on.
    Here is a demo about how to update a list item after a task is completed in my environment:
    You can follow the steps above to make a test in your environment to see if this is what you want.
    Thanks                      
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Does anyone know how to move a .mp4 file from flixter into iTunes?

    I have downloaded a digital copy of a movie that I received when I purchased a Bluray disc.  Most of the time, these go directly into iTunes, but this one went into Flixter.  It is an .mp4 file.  I tried using Add File to Library, but it didn't work.

  • Using a MacBook Pro in the Store

    I'm in the Apple Store in Walnut Creek, CA, using a MacBook Pro. They have a few on display and it's 2 hours before closing -- nobody's using them...weird. Anyhow, onto my impressions: This magnet thing is stronger than my powerbook adapter! I think

  • My incoming calls have weak audio.Everything else is fine anyone have an answer?

    My iphone 4s has suddenly begun to have weak incoming call audio. Everything else works fine. I have reset it from factory settings and reloaded as advised by Apple Tech support..This didn't help. Anyone have a solution?

  • Want to use popup child window

    Hi everybody..... In my page i have a button. on clicking this button another window is opened which contain only a single textarea and a button. I want to get the text (written in the text area) when user click on that button of the new window i com

  • N97 NAM with crash issues... Anyone else?

    My N97 arrived today and aside being fairly impressive (and having a manual marked as a draft copy for some reason), it's been... A pretty unstable experience. I'm having sporadic but fairly frequent crashes, most of the time either fading to black a