Need help with OutPut message

My Code's below. I'm having trouble with the out put. Can anyone offer any suggestions?
import javax.swing.JOptionPane;
import java.util.Locale;
import java.text.NumberFormat;
public class Retail
public static void main(String args[])
String firstNum;
String secondNum;
String result;
int prodNum;      //first number to input
double quantity; //second number to input
double total;          //total of Prod * Quantity Sold for all items
// To use American Dollar
NumberFormat moneyFormat = NumberFormat.getCurrencyInstance( Locale.US );
// first number entered as string
firstNum = JOptionPane.showInputDialog( "Enter product number 1-5" );
// second number entered as string
secondNum = JOptionPane.showInputDialog( " Enter quantity of items sold" );
// convert values to type double or int from type string
prodNum = Integer.parseInt( firstNum );
quantity = Double.parseDouble( secondNum);
result = "";
switch (prodNum)
case 1: // 1st product
total = 2.98 * quantity;
break;
case 2: // 2nd product
total = 4.50 * quantity;
break;
case 3: // 3rd product
total = 9.98 * quantity;
break;
case 4: //4th product
total = 4.49 * quantity;
break;
case 5:
total = 6.87 * quantity;
break;
default: JOptionPane.showMessageDialog( null, "Wrong product number entered" );
JOptionPane.showMessageDialog( null, result, "Total Price of Items Purchased", JOptionPane.INFORMATION_MESSAGE );

basically what it is is it's saying it cannot resolve
a symbol, but I can't figure out which symbol?Not with the code you just posted, it doesn't. However, the error will tell you exactly what the compiler doesn't recognize. In the meantime, try this:
import javax.swing.JOptionPane;
import java.util.Locale;
import java.text.NumberFormat;
public class Retail
    public static void main(String args[])
        String firstNum;
        String secondNum;
        String result;
        int prodNum; //first number to input
        double quantity; //second number to input
        double total = 0.0; //total of Prod * Quantity Sold for all items **INITIALIZED **
        // To use American Dollar
        NumberFormat moneyFormat = NumberFormat.getCurrencyInstance( Locale.US );
        // first number entered as string
        firstNum = JOptionPane.showInputDialog( "Enter product number 1-5" );
        // second number entered as string
        secondNum = JOptionPane.showInputDialog( " Enter quantity of items sold" );
        // convert values to type double or int from type string
        prodNum = Integer.parseInt( firstNum );
        quantity = Double.parseDouble( secondNum);
        switch (prodNum)
            case 1: // 1st product
            total = 2.98 * quantity;
            break;
            case 2: // 2nd product
            total = 4.50 * quantity;
            break;
            case 3: // 3rd product
            total = 9.98 * quantity;
            break;
            case 4: //4th product
            total = 4.49 * quantity;
            break;
            case 5:
            total = 6.87 * quantity;
            break;
            default: JOptionPane.showMessageDialog( null, "Wrong product number entered" );
        JOptionPane.showMessageDialog( null, moneyFormat.format(total), "Total Price of Items Purchased", JOptionPane.INFORMATION_MESSAGE );

Similar Messages

  • Need help with error message 213:8

    Need help with error message 213:8, this error message prompted after re-installing CS5.5 on the same machine (W7 Pro)
    Thanks.

    Hi TKA_,
    Please try the solutions mentioned on following forum thread.
    http://support.muse.adobe.com/thread/1305941?start=0&tstart=0
    Let me know if it works?
    Regards,
    Sumit Singh

  • Subquery results need help with output

    Requirements:
    There is request to dump every day’s data from one table into text file.
    Tables:INSPECTION_RESULTS
    NJAS
    Primary Key: RES_SYS_NO
    Parent table: INSPECTION_RESULTS
    Child table: NJAS
    Purpose:
    1. obtain output results for the MIN and MAX RES_SYS_NO from INSPECTION_RESULTS table for yesterday’s date.
    2. Create comma delimited file for following columns using above table data output.
    Script thus far:
    SELECT NJA_RES_SYS_NO||','||NJA_TEST_REC_NO||','||NJA_LIC_ST_ID||','||NJA_ETS_ID||','||NJA_SW_VER||','||NJA_TECH_ID||','||NJA_VIN||','||NJA_LIC_NO||','
    ||NJA_LIC_JUR||','||NJA_LIC_SRC||','||NJA_MODEL_YR||','||NJA_MAKE||','||NJA_MODEL||','||NJA_VHCL_TYPE||','||NJA_BODY_STYLE||','||NJA_CERT_CLASS||','||
    NJA_GVWR||','||NJA_ASM_ETW||','||NJA_ETW_SRC||','||NJA_NO_OF_CYL||','||NJA_ENG_SIZE||','||NJA_TRANS_TYPE||','||NJA_DUAL_EXH||','||NJA_FUEL_CD||','
    || NJA_VID_SYS_NO||','|| NJA_VRT_REC_NO||','|| NJA_ARMSTDS_REC_NO||','|| NJA_RSN_F_N_TESTABLE||','|| NJA_DYNO_TESTABLE||','||
    NJA_CURR_ODO_RDNG||','|| NJA_PREV_ODO_RDNG||','|| NJA_PREV_TEST_DT||','|| NJA_TEST_TYPE||','||
    NJA_TEST_START_DT||','|| NJA_TEST_END_TIME||','|| NJA_EMISS_TEST_TYPE||','|| NJA_TEST_SEQ_NO||','
    ||NJA_LOW_MILE_EXEMP||','||NJA_TIRE_DRY||','|| NJA_REL_HUMID||','|| NJA_AMB_TEMP||','||NJA_BAR_PRESS||','|| NJA_HCF||','||
    NJA_GAS_CAP_ADAP_AVL||','|| NJA_GAS_CAP_REPL||','|| NJA_OVERALL_GAS_CAP_RES
    FROM NJAS
    WHERE NJA_RES_SYS_NO IN (SELECT MIN(NJA_RES_SYS_NO) FROM INSPECTION_RESULTS WHERE NJA_RES_SYS_NO IN
    (SELECT MAX(NJA_RES_SYS_NO) FROM INSPECTION_RESULTS, (SELECT SYSDATE-1 FROM DUAL))
    It works but not sure if I am getting accurate results. Can anyone help me fine tune this subquery script? Thanks!
    Scott

    Duplicate post
    See my answer in your other posting here Re: need help with script

  • Need help with output type EDI for ERS

    All,
    I want to be able to run and ERS settlement and have the invoices created sent via EDI/XML to the supplier.   I have several questions on the set up.
    1)  I have output type ERS6 which is defined as ERS EDI.  I assume because it does not start with Z* this is SAP standard, so I shouldn't have to modify any of this.
    2)  I've added my supplier to this output type. 
    3)  I assume I need to create a partner profile for this supplier?  If so can someone tell me the message type to use?
    Is there any set up I'm missing in this process?   I've executed ERS but do not get an idoc and I'm fairly certain it's because I haven't done the partner profile set-up.
    Thanks for your help.
    Sandra

    Hi,
    You don't have to modify thise setup unless you have any customized requirement.
    You are missing partner profile setup.Carry out the setup and run MRRL tcode to create the idocs
    Enter the following values using tcode WE20.
    Field                                       Value
    Message type                         GSVERF
    Partner type                             LI (vendor)
    Partner function                        LF (vendor)
    Port                                         SUBSYSTEM ( Port to your middleware)
    Output mode                            such as Collect IDocs
    Basic type                                GSVERF01
    Application                                 MR
    Output type                                ERS6 or the type you have defined
    Regards,
    Karuna

  • Need help with SMS message telling me I have a voice mail, need to get rid of that

    I have done a few searches on the internet and have found nothing that fixes my problem.
    I use two message boxes/folders, one is for phone calls and the other is for SMS/MMS messages.  I need to keep these this way (I am not searching though 100 text messages to find a phone number that is critical).
    The problem occurred after I downloaded a new update (Jan 11th, 2010; think is like version 4.6 or something).  Before, if I got a call it showed up in my call message box/folder and if they left a voice mail I have a special ring tone for voice mail messages.   I also had it when I got a SMS/MMS message it went to its own "mailbox/folder" and had its own ring tone when a new one was sent.  Now when I get a voice mail message due to the fact I also get a SMS/MMS message I only hear a text message ring tone (not good).
    I need to know the instant I get a voice mail, the text messages are a nice thing to have for my significant other and friends.  If I walk out of a location that I did not have reception and I get a voice mail, I now think its a text message and get to it when I can even though I needed it then.
    Example: just think of leaving a building with your hands full heading to point B, when the voice mail told you a correction and divert to point C;
    voice mail = hold everything and get the message all good
    text message = head to point B, see a problem and pray you get to point C before anything bad happens).
    I went to my local Sprint/Nextel store and they told me there was nothing I could do.
    If this can't be fixed I will be forced to get another cell, then everyone including me will sufer because we will have to pay for it (just think taxes).
    I feel exahusted in looking for a solution, if there is not one then blackberry needs to do an update.
    Provided its a software problem that needs an update or maybe I am not to bright to find where to turn this off.
    My questions about this would be:
    1.  How does the phone get a text message, does it generate it from my phone number or the phone number where my voice mail is sent
    2.  Once I know which number it is being sent from, can I put a text block on it
    3.  Last but not least, will it solve the problem?
    Thanks
    Incase it does not show up I have a Blackberry Curve 8350i from Nextel OS V4.6.313

    This is a peer-to-peer community.
    All people responding are user just like you.
    However, many of are users have solved many problems for other blackberry users in need of assistance.
    If you see you haven't been responded to in a long time, just reply 'bump' on the same thread you originally posted.
    The term 'bump' is used because a thread remaining unanswered usually moes down the list and gets lost in older pages. By replying to a post, it gets moved ("bumped") back to the top of the first page of that category.
    If you see a solution to your problem, feel free to mark it as a solution. Also you can thank the user who helped you or give him a 'kudo'. A 'kudo' is the little star found underneath the avatar (picture) of the user. It's like giving them credit for the work they did.
    Welcome to the community! We hope to see you posting soon.
    Sincerely,
    jakoby4204
    Jakoby4204                                                                                                 New to the Community click here  
    Community Moderator

  • PLEASE NEED HELP WITH OUTPUTTING HDV/DV!! 16:9 to 4:3!! NEED HELP NOW!

    ok. I started out with HDV footage. Imported that edited it native HD into final cut 5, didn't downconvert. Now I am trying to output the finished work onto a dv camera through firewire. At first i nested the HDV sequence into a NTSC sequence, but the video wouldn't go through to the camera, only audio. I thought it was a connection problem, but then i played some DV footage and it went to the camera fine. So then i exported the DV sequence as a quicktime movie in NTSC form, but that really cropped the 16:9 footage and made it unwatchable. How can i take the 16:9 HDV footage, and letterbox it so that it fits inside a 4:3 frame without cutting off any of the original frame, and then export that to a DV camera? Let me know if you need more info, please help this is due tomorrow!! ahhhhh!

    When you Export using QuickTime Conversion, to DV Stream, you get an option of what the aspect ratio should be. Select 16:9 and the DV stream will be what you're looking for. Opening that in FCP and sending it to the camera should work out well.

  • Need help with output for D5

    Hi,
    I need some help getting my film in sync to a D5.
    The film was shot on MiniDV and edited drop frame (29.97).
    What we did first is output on miniDV and dubbed that to a D5 for color correction. Everything was in sync with the timeline. Then my friend color corrected. Since then several shots have been replaced, not effecting the timing at all. We checked that everything was hitting at the same timecodes and everything was cool.
    Now I've output another tape onto MiniDV and tried to dub it to D5 but the shots are not hitting at the same timecode. They assure me that everything is drop frame on their end. Not sure what might be causing the problem. Not sure what to try next?
    Need suggestions and ideas.
    thanks.

    if you had a downconvert from your "color corrected d5" you could place it in the timeline and see whats up.

  • NEED HELP WITH ERRO MESSAGE 1437

    so i have owned my 5th generation black 30gb ipod for a while now and yesterday i had to restart the computer.
    trouble was that my ipod was syncing with my itunes and was plugged in.
    i went into my itunes and it said that it could not read it so i googled my problem and then it said i had to restart my ipod and then restore it.
    the restarting worked fine, but the restoring, not so good.
    sometimes when i try to restore it it works, and then tells me to disconnect and reconnect. when i do that it tells me the same bs and that i need to restore it again, this time it either gives tells me that it cannot restore the ipod and that error 1437 occured.

    I was getting Error Message 1437 this week and fixed it with a trip to the Apple Store. The main thing they did was hook the iPod up to a Mac, and choose Restore. While choosing Restore on my PC kept getting me Error Message 1437, Restore worked on the Mac (which has no Error Message 1437), and after restoring the iPod, it worked on my PC. The Apple Store Genius Bar staffer gave me some advice for if this happens again: 1. Select Add/Remove Hardware (bottom right of the screen) to see if the PC recognizes the iPod. 2. In folder C:\Program Files\iTunes, doubleclick on iTunes Helper, which won't show you what it's doing, but will reinstall drivers (if I'm getting this right) including the one which is somehow not working for you and giving you the 1437 message. 3. If all else fails, use Add/Remove Programs to uninstall iTunes (which, he said, will not eliminate your iTunes library), then redownload iTunes and reinstall it. Hope this helps.

  • HT202549 I need help with my messages app on my macbook pro.

    I'm trying to send/receive messages to/from my son who recently switched from iphone to android.  I have a 4s running ios 7.1.2 if that matters.  When I try to send him a message through the messages app on my laptop, it says "(his number) is not registered with imessage."  But my daughter who has an iphone 5 says that she gets his messages on her macbook pro and can also send messages to him from the messages app on there.
    Any help would be much appreciated!
    Let me know if you need any more information.

    Hi WT13,
    You can do that too but not with the current configuration that you have. To get SMS messages on your Mac, you would need to have iOS 8 on your iPhone and also be running OS X Yosemite on your Mac. Once you have that set up then you can enable SMS messages to have them forward to your Mac. 
    System requirements for Continuity on iPhone, iPad, iPod touch, and Mac
    http://support.apple.com/en-us/HT6555
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity
    http://support.apple.com/en-us/HT6337
    Take it easy,
    -Norm G.  

  • New to Java and need help with error message!

    I have just installed the oracle jdbc driver and am now getting the following error message when trying to use the jbdc driver instead of the jdbc:odbc wrap driver...
    See com.borland.dx.dataset.DataSetException error code: BASE+47
    com.borland.dx.dataset.DataSetException: Chain of 2 or more Exceptions occurred
         at com.borland.dx.dataset.DataSetException.a(Unknown Source)
         at com.borland.dx.dataset.DataSetException.throwExceptionChain(Unknown Source)
         at com.borland.dx.sql.dataset.q.a(Unknown Source)
         at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
         at com.borland.dx.sql.dataset.Database.createPreparedStatement(Unknown Source)
         at com.borland.dx.sql.dataset.o.a(Unknown Source)
         at com.borland.dx.sql.dataset.o.d(Unknown Source)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.open(Unknown Source)
         at com.borland.dbswing.JdbTable.bindDataSet(JdbTable.java:2749)
         at com.borland.dbswing.JdbTable.setDataSet(JdbTable.java:819)
         at myframes.ClaimView.btnSQL_actionPerformed(ClaimView.java:279)
         at myframes.ClaimView_btnSQL_actionAdapter.actionPerformed(ClaimView.java:440)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Chained exception:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:640)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:280)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.borland.dx.sql.dataset.q.a(Unknown Source)
         at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
         at com.borland.dx.sql.dataset.Database.createPreparedStatement(Unknown Source)
         at com.borland.dx.sql.dataset.o.a(Unknown Source)
         at com.borland.dx.sql.dataset.o.d(Unknown Source)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.open(Unknown Source)
         at com.borland.dbswing.JdbTable.bindDataSet(JdbTable.java:2749)
         at com.borland.dbswing.JdbTable.setDataSet(JdbTable.java:819)
         at myframes.ClaimView.btnSQL_actionPerformed(ClaimView.java:279)
         at myframes.ClaimView_btnSQL_actionAdapter.actionPerformed(ClaimView.java:440)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Here is the code causeing the error;
    void btnSQL_actionPerformed(ActionEvent e)
    try
    String GET_DATASET = txtSQL.getText().trim();
    Display("Executing...");
    try
    MyDisplayTable.setDataSet(null);
    catch (DataSetException ex)
    Display("ERROR 1: " + ex.toString());
    try
    queryDataSet1.close();
    catch (DataSetException ex)
    Display("ERROR 2: " + ex.toString());
    try
    queryDataSet1.setQuery(new com.borland.dx.sql.dataset.QueryDescriptor(
    database1, GET_DATASET, null, true, Load.ALL));
    catch (DataSetException ex)
    Display("ERROR 3: " + ex.toString());
    try
    if (!queryDataSet1.isOpen()) {
    queryDataSet1.open();
    catch (DataSetException ex) {
    Display("ERROR 5: " + ex.toString());
    try {
    queryDataSet1.refresh();
    catch (Exception ex) {
    Display("ERROR 5.5: " + ex.toString());
    try {
    Display("setDataSet");
    MyDisplayTable.setDataSet(queryDataSet1);
    Display("DONE setDataSet");
    catch (DataSetException ex) {
    Display("ERROR 6: " + ex.toString());
    Display("Query: ' " + GET_DATASET.trim() + " ' was executed successfully");
    catch (Exception ex)
    Display(ex.toString());
    Please let me know if more information is required. I am completely at a loss as to what more I need to do to get this to work using the new driver.
    Thank you all in advance,
    Malcolm Diaz
    Application Developer
    [email protected]
    PlanVista Solutions Inc.
    419 E.Main St.
    Middletown NY 10940
    845-346-2692

    this is more of a jdbc question rather than an internationalization. You might be able to get more help if you post it in java programming section.

  • Need help with error message

    I am running Photoshop elements 5.0 on Windows Vista. After downloading some pics that froze the download in the middle, I now get an error message when I try to open the organizer. Message is as follows:
    Microsoft Visual C++ Runtime Library
    The application has requested Runtime to termiinate it in an unusual way.
    Can anyone help me with this problem.

      Have you applied the 5.0.2 patch. That may help.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3569
     

  • Need Help with error message on the Network Systems Preferences, Please

    In Systems Preference, > Network, I get the error message "Your network settings been changed by another application," with an active OK button. However, when I click the OK button, it persists and does not allow me to access the screen. The only way to end this is to force quit Systems Preferences.
    Do you have any idea what is causing this freeze? I have a TimeWarner Internet connection (which I want to change to Verizon as soon as I resolve this). For a while I had Earthlink DSL which didn't work well at all. Could it be something with the not-used Earthlink or the current TimeWarner?
    Any ideas about the cause and, more importantly, the solution?
    Thanks,
    Jeanie

    My computers have not been networked, intentionally. I like having them autonomous. So I have a separate Internet connection for each. And maybe that's what I need to maintain.
    In the house is a Mac Mini and the house phone with new Verizon modem. In the separate office, I have my G5 tower, which is really my main computer.
    Was just on phone with Verizon Tech who did say that they do not support Mac. They made a decision not to because there are fewer of us. However, I can purchase a premium support which appears to cover such support.
    I've not seen the Verizon commercials, but I expect that they are filled with hype. The one I laugh at the most on the FIOS cable video is that they call their cable user interface "intuitive."

  • Need help with error message "Numbers can't be diided by 0"

    I'm trying to do a calculation where there may or may not be data provided by the spreadsheet user. In other words, If there is data, I want this function to preform on it and if there is no user-generated data, I need the cell to display as "0". I'm nowhere near a power user in numbers so if anyone out there can help, I would be really grateful. As you can see, I have a lot of questions tonight that I am stuck on and I can't go to bed until I figure them out
    Thanks!

    Assuming that you wish to divide by the contents of a cell in column B
    Here are two formulas which may help.
    =IF(ISBLANK(B),"",12/B)
    =IF(ISERROR(1/B),"",12/B)
    My best choice is the second one which works well with blank cells, cells containing a true zero, cells containing a string or a date.
    Yvan KOENIG (from FRANCE mardi 18 novembre 2008 12:00:06)

  • Need help with error message after failed iSync: Leopard and Palm OS

    I recently upgraded to a new computer which came with Leopard installed. In my old computer, Tiger OS, all was well when syncing to my Palm device.
    I tried going from handheld to desktop with slow synch turned on in iSync and now I get this message re: failure--
    "iSync Conduit starting 9/6/08 8:21:12 AM
    Timeout waiting for Sync Engine, exiting 9/6/08 8:27:31 AM
    iSync Conduit synchronization failed
    “iSync Conduit” failed (error = #-2)"
    Any ideas--please help.

    I wish you success.
    I have an older Palm, the Zire. Once I got the most recent Palm software and chose, at least for now, to use iSync, I haven't noticed any problems.
    Since I haven't used the "T" family of Palms, I can only guess that the process is much the same as with the Zire. You can disable the MAc syncing, move your currently disabled conduits back into Palm syncing, reinstall what Palm lists as your most recent software (and make sure all of your calendar and contacts info is just as you want it), do a sync through the HotSync Manager (ignoring iCal). I'd do a restart just to clear the system. It appears there is a warning note on resetting the iSync history, so you might not want to do that but just manually clean up any inconsistencies in iCal before you try once again.
    [I actually wanted to just accept my Palm calendar so trashed my iCal calendar after some questionable syncs, but you can do an export to save the iCal calendar before you wipe it out.]
    But my impression is that to get pass the messages you initially wrote up, you'll have to ask the Palm discussions folks for help. They are very helpful.
    ec

  • Need help with 'Output Folder URL'

    How can I compile my application and have it get posted on a
    server?
    When I create a project, in the “Flex Build Path”
    I add my server URL in the 'Output Folder URL' field. But when I
    Run my project, it doesn't even seem to attempt to push any files
    to the server. It just brings up my browser with the path to it,
    which it obviously gets a 404 error. And its going to need a
    username and password to post files to a server. Where would I
    assign theses value to Flex Builder?

    After I installed Apache Ant and tinkered with it for about 5
    hours, I have what initially wanted. The code below will compile,
    copy and launch. I also made a splash logo that appears when its
    building. Ant is a nice utility for automated development.
    Ref:
    http://blog.jodybrewster.net/2008/04/09/installing-ant-in-flex-builder-3/
    http://ant.apache.org/manual/tasksoverview.html
    <project name="buildXIFF" default="main">
    <property name="compiler" value="C:\Program
    Files\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe"/>
    <property name="firefox" location="C:\Program
    Files\Mozilla Firefox\firefox.exe"/>
    <property name="projectURL" value="
    http://vmwinserver2003/flex/tests/XIFF/XIFF.html"/>
    <property name="baseDirectory"
    value="Z:\Documents\Programming\Flex\Tests\XIFF"/>
    <property name="baseServerDirectory"
    value="Y:\flex\tests\XIFF"/>
    <target name="main">
    <splash
    imageurl="file:${baseDirectory}/build/FxAntBuildLogo.png"
    showduration="2000"/>
    <antcall target="compile" />
    <antcall target="copy" />
    <antcall target="launch" />
    </target>
    <target name="compile" description="Build XIFF
    project">
    <echo>Building files in bin directory in
    repository</echo>
    <exec executable="${compiler}">
    <arg line="-file-specs '${baseDirectory}/src/XIFF.mxml'
    "/>
    <arg line="-output= '${baseDirectory}/bin-debug/' "/>
    </exec>
    </target>
    <target name="copy" description="Copy XIFF bin directory
    to server">
    <echo>Copying bin directory from repository to server.
    Overwriting all files in destination directory.</echo>
    <copy todir="${baseServerDirectory}" overwrite="true">
    <fileset dir="${baseDirectory}/bin-debug/"/>
    </copy>
    </target>
    <target name="launch">
    <echo>Launching browser, URL is the project's html
    page on the server.</echo>
    <exec executable="${firefox}" spawn="true">
    <arg value="${projectURL}"/>
    </exec>
    </target>
    </project>

Maybe you are looking for

  • Pdf file size increases when printing resulting in slow print speed.

    I have a .pdf that is saved at 27MB. When I send it to an HP Designjet T520 36in printer the file size jumps up to 136MB and the printing is incredibly slow. This does not happen on all files on a few random ones. Any ideas on how to resolve this iss

  • ENH: Enable Dual-axis Bar Charts

    Enhancement Request for SVG Charts (Bar, Line): 1) Allow specification of dual y-axis values, such that series a, b, and c can show relative to values on y-axis1 (on left side of chart) and series x, y, and z can show relative to values on y-axis2 (o

  • What is the application use controls in eCATTS?

    Hi, whats the  use of TCD & SAPGUI .What type of scripts used for TCD? and also what type of scripts used for SAPGUI. Thanks, Raji

  • OOPS ALV using Docking container

    Hi,   I am trying to use ALV using oops concept, but the report is not displaying the ALV grid. {please let me know if there are any error. Edited by: Arunsri on Jun 3, 2010 5:42 PM Edited by: Rob Burbank on Jun 3, 2010 11:57 AM

  • Error on budget release

    Hello, client has installed latest enhancment package. After this I have issue with budget release. Before enhancment package everything worked. If I'm entering budget doc via FMBB where Budget doc type is with "Automatic release", it still works. If