Error in my code. I need some assistance.

Hello. In the code below, I'm trying to have the program take in several conversions at once instead of one. I'm getting an error in my code and I don't know how to fix it. Any help would be kindly appreciated.
package conversion;
import javax.swing.JOptionPane;
public class TestDistance {
    /** Creates a new instance of TestDistance */
    public TestDistance() {
    @SuppressWarnings("empty-statement")
     public static void main (String[] args){
int count;       
int ans;
int number;
int measurement;
        String unit = JOptionPane.showInputDialog( null, "Enter Unit of Measure- F(feet) or M(meters)");
        Distance dist;
        do{
        String conversions = JOptionPane.showInputDialog( null, "How many conversions would you like to do?");
      for (int i = 0; i <= number; i++){
      count ++;
      measurement = 0;
      ans = 0;
        if( unit.toUpperCase().charAt(0) == Distance.FEET){
            String metric = JOptionPane.showInputDialog(null, "You Have Chosen To Convert Feet to Meters.\n" +
                    "Please Enter The Distance in Feet");
            double feet = Double.parseDouble(metric);
            dist = new Distance(feet, Distance.FEET);
            JOptionPane.showMessageDialog( null, String.format( "The Results: %.4f Meters", dist.getLength()));
        else if( unit.toUpperCase().charAt(0) == Distance.METERS){
            String inches = JOptionPane.showInputDialog(null, "You Have Chosen To Convert Meters to Feet.\n" +
                    "Please Enter The Distance in Meters");
            double meters = Double.parseDouble(inches);
            dist = new Distance(meters, Distance.METERS);
            JOptionPane.showMessageDialog( null, String.format( "The Results: \n%.4f Feet", dist.getLength()));          
        while(count > conversions);{
}The error involves while(count > conversions); it says operator > cannot be applied to int,java.lang.String, and I don't know how to fix it.
Edited by: givemeanicecream on Aug 17, 2008 8:19 PM

givemeanicecream wrote:
When I debug all I get is this, java:47: reached end of file while parsing
}You know the movie "Old Yeller" where the dog was so sick, he had to be put down, and they had to get another dog? Well, for the same reasons, I think that you will be best off to scrap this code and start afresh. Learn how to add code incrementally where you only add small bits of code to a program at one time and don't add any more until the code you have compiles and runs. Good luck.

Similar Messages

  • Some error while applying nls patch,need some help

    i run my ebs R12.1.1 on linux X64 in vmware.
    i have already installed it.i can login it too.
    now i am applying patch 4440000.drv,as i am a chinese....forgive my limit english - -!
    i have get some help from other threads when i first get this virtual machine,but this time is a little bad.... I hope I can get some directly..
    after very very 3days hard work,I am standing at the end of the patch,but,it just still have some errors:
    All workers have quit.
    Dropping FND_INSTALL_PROCESSES table...
    FND_INSTALL_PROCESSES table dropped.
    Dropping AD_DEFERRED_JOBS table...
    AD_DEFERRED_JOBS table dropped.
    The following Oracle Forms objects did not generate successfully:
    ap forms/ZHS APXPAWKB.fmx
    ap forms/ZHS APXINWKB.fmx
    ap forms/ZHS APXWCARD.fmx
    ar forms/ZHS ARXTWMAI.fmx
    ar forms/ZHS ARXTWLIN.fmx
    bom forms/ZHS BOMFDRSO.fmx
    ce forms/ZHS CEXCABMR.fmx
    cs forms/ZHS CSXSEDBT.fmx
    cs forms/ZHS CSXSRISR.fmx
    fnd forms/ZHS FNDSCAUS.fmx
    ghr forms/ZHS GHRWS52A.fmx
    ghr forms/ZHS GHRWS52L.fmx
    ghr forms/ZHS GHRWSMSL.fmx
    ghr forms/ZHS GHRWSMTI.fmx
    gl forms/ZHS GLXJEENT.fmx
    gme forms/ZHS GMECBTCH.fmx
    gme forms/ZHS GMETTMTX.fmx
    gms forms/ZHS GMSAWEAW.fmx
    hxt forms/ZHS HXTAEI00.fmx
    iex forms/ZHS IEXWRIOF.fmx
    inv forms/ZHS INVGMSTP.fmx
    inv forms/ZHS INVIDITM.fmx
    inv forms/ZHS INVSDOIO.fmx
    inv forms/ZHS INVSDOSI.fmx
    inv forms/ZHS INVTTGPM.fmx
    ja forms/ZHS JAINRGFT.fmx
    jmf forms/ZHS JMFGTWKB.fmx
    msc forms/ZHS MSCITMNT.fmx
    oke forms/ZHS OKEDTSFM.fmx
    okl forms/ZHS OKLCSACT.fmx
    okl forms/ZHS OKLCSHDR.fmx
    okl forms/ZHS OKLCSSRC.fmx
    okl forms/ZHS OKLCSTRX.fmx
    okl forms/ZHS OKLCSVSC.fmx
    ota forms/ZHS OTACMLAN.fmx
    ota forms/ZHS OTARSERB.fmx
    pa forms/ZHS PAXINEVT.fmx
    pa forms/ZHS PAXINRVW.fmx
    pa forms/ZHS PAXPREPR.fmx
    pay forms/ZHS PAYAUTAX.fmx
    pay forms/ZHS PAYAUTRM.fmx
    pay forms/ZHS PAYJPSOE.fmx
    pay forms/ZHS PAYKRSEP.fmx
    pay forms/ZHS PAYKRYER.fmx
    pay forms/ZHS PAYKRYEA.fmx
    pay forms/ZHS PAYUSEET.fmx
    per forms/ZHS PERFIOBJ.fmx
    per forms/ZHS PERIEOBJ.fmx
    per forms/ZHS PERWSCEI.fmx
    per forms/ZHS PERWSEMA.fmx
    per forms/ZHS PERWSEPI.fmx
    per forms/ZHS PERWSHRG.fmx
    per forms/ZHS PERWSPED.fmx
    per forms/ZHS PERWSQHM.fmx
    po forms/ZHS POXDOCEC.fmx
    po forms/ZHS POXSCASL.fmx
    psp forms/ZHS PSPLSODL.fmx
    psp forms/ZHS PSPSCLEA.fmx
    wsh forms/ZHS WSHFRREL.fmx
    zx forms/ZHS ZXTRLLINEDISTUI.fmx
    zx forms/ZHS ZXTRXSIM.fmx
    An error occurred while generating Oracle Forms files.
    Continue as if it were successful [No] : no
    I tryed to restart adpatch.sh and continue the patch --- it helps me one time in the past 3days---i got this:
    Generating forms...
    Connecting to APPLSYS......Connected successfully.
    Creating the AD_UTIL_PARAMS table...
    Table AD_UTIL_PARAMS already exists, so dropping the table and recreating it.
    DROP TABLE AD_UTIL_PARAMS
    CREATE TABLE ad_util_params( worker_id number not null,
    utility_name varchar2(100) not null, task
    varchar2(30) not null, status varchar2(100) not null,
    arguments varchar2(2000) not null, rowid1
    varchar2(2000), utility_status number not null, symbolic_arguments
    varchar2(2560) not null)
    Creating FND_INSTALL_PROCESSES table...
    Running adtasktim.sql ..
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Already created fnd_install_processes table
    Already created FND_INSTALL_PROCESSES_U1 index.
    Connecting to APPS......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Already created AD_DEFERRED_JOBS table
    Already created AD_DEFERRED_JOBS_U1 index.
    Connecting to APPS......Connected successfully.
    Writing dependencies of jobs to run to appldep.txt file...
    There are now 61 jobs remaining (current phase=A1002):
    0 running, 61 ready to run and 0 waiting.
    Reading completed jobs from restart file (if any).
    AutoPatch error:
    Unable to find job when restarting.
    At line number 12 in the main restart file, the job with:
    product = ak username = AK
    filename = AKDFLOWB.fmx phase = 1002 ign = 0 arguments = formgen /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/out/pchfsucf.txt /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/out/pchferrf.txt
    has to run after some jobs that are not listed earlier in the file,
    or it is a duplicate of another line,
    or the job is invalid in some other way.
    AutoPatch error:
    adfrjp(): Error running jobs in workers
    An error occurred while generating Oracle Forms files.
    Continue as if it were successful [No] : No
    Connecting to APPLSYS......Connected successfully.
    Freeing fixes hash table
    Freeing entities hash table
    You should check the file
    /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/log/adpatch.log
    for errors.
    the messages above are copy from end of adpatch.log which is 10M size---there are over 17000 files in the document of "log" now.
    i search the BAIDU,it seems that i can fix it by adadmin.sh?is that ture?i don't feel it right....
    OR
    can some guaide me get it through these error?some tips on metal-link will be fine too,i get an id from my friend.
    thanks,foliage
    Edited by: user6898421 on 2011-12-9 上午10:46

    hi,hussein,how r u?
    I restart the vm-machine and then disable maintain model,the start the DB and APP.
    I can choose chinese to login and i did it.
    maybe the i need "Translation Synchronization Patches " .The left part is english and the right part is chinese.
    i believe that there must had some forms bad,it just not read now.
    I get the infomation about my EBS,here there are:
    Oracle Applications
    Copyright (c) 2004 Oracle Corporation,
    Redwood Shores, California.
    版权所有。
    登录
    地点 : http://paleonode1.sh.paleotek.com:8002(SID:PROD)
    应用 : 系统管理
    责任 : System Administrator
    安全组 : 标准
    用户名 : SYSADMIN
    数据库服务器
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.1
    设备 : paleonode1.sh.paleotek.com
    用户 : APPS
    Oracle SID : PROD
    系统日期 : 11-12-2011 15:15:41
    数据库服务器 PID : 11111
    会话 SID : 283
    SERIAL# : 250
    AUDSID : 15358913
    数据库 CPU 使用(以秒表示) : 1.54
    表单服务器
    Oracle Forms 版本 : 10.1.2.3.0
    Oracle Application Object Library : 12.0.0
    设备 : PALEONODE1.SH.PALEOTEK.COM
    表单用户 CPU(秒) : 0.403938
    表单系统 CPU(秒) : 1.084835
    表单处理标识 : 11086
    表单服务器环境变量
    AU_TOP : /u2/VIS/visappl/apps/apps_st/appl/au/12.0.0
    FDBDMCHK : [未设置]
    FDFGCXDBG : [未设置]
    FDSQLCHK : [未设置]
    FDUDEBUG : [未设置]
    FNDNAM : APPS
    FND_TOP : /u2/VIS/visappl/apps/apps_st/appl/fnd/12.0.0
    FORMS_APPSLIBS : APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
    FORMS_CATCHTERM : 1
    FORMS_DATETIME_LOCAL_TZ : GMT
    FORMS_DATETIME_SERVER_TZ : America/Chicago
    FORMS_DISABLED_NOT_REQD : 1
    FORMS_ERROR_DATETIME_FORMAT : [未设置]
    FORMS_ERROR_DATE_FORMAT : [未设置]
    FORMS_FORCE_MENU_MNEMONICS : 0
    FORMS_LOV_INITIAL : 5000
    FORMS_LOV_MINIMUM : 1000
    FORMS_LOV_WEIGHT : 16
    FORMS_MMAP : [未设置]
    FORMS_NONBLOCKING_SLEEP : 100
    FORMS_NONNAVIGABLE_NOT_REQD : 0
    FORMS_OUTPUT_DATETIME_FORMAT : [未设置]
    FORMS_OUTPUT_DATE_FORMAT : [未设置]
    FORMS_PATH : /u2/VIS/visappl/apps/apps_st/appl/au/12.0.0/resource:/u2/VIS/visappl/apps/apps_st/appl/au/12.0.0/resource/stub
    FORMS_RECORD_GROUP_MAX : [未设置]
    FORMS_REDIRECT_DATA_PROPS : 1
    FORMS_REINIT_EMPTY_BLOCKS : 1
    FORMS_REJECT_GO_DISABLED_ITEM : 0
    FORMS_RESOURCE : [未设置]
    FORMS_TIMEOUT : 5
    FORMS_TRACE_CONFIG_FILE : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.2/forms/server/ftrace.cfg
    FORMS_TRACE_DIR : /u2/VIS/visappl/inst/apps/PROD_paleonode1/logs/ora/10.1.2/forms
    FORMS_TZFILE : timezlrg.dat
    FORMS_UNALTERABLE_NOT_REQD : 1
    FORMS_USE_CBO : [未设置]
    FORMS_USER_CALENDAR : [未设置]
    FORMS_USER_DATE_FORMAT : DD-MON-RRRR
    FORMS_USER_DATETIME_FORMAT : DD-MON-RRRR HH24:MI:SS
    FORMS_USEREXITS : fndfmxit.so
    NLS_DATE_FORMAT : DD-MON-RR
    NLS_DATE_LANGUAGE : NUMERIC DATE LANGUAGE
    NLS_LANG : SIMPLIFIED CHINESE_AMERICA.AL32UTF8
    NLS_NUMERIC_CHARACTERS : .,
    ORA_NLS10 : /u2/VIS/visappl/apps/tech_st/10.1.2/nls/data/9idata
    ORA_NLS_CHARSET_CONVERSION : [未设置]
    ORACLE_CONFIG_HOME : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.3
    ORACLE_HOME : /u2/VIS/visappl/apps/tech_st/10.1.2
    ORACLE_PATH : [未设置]
    TNS_ADMIN : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.2/network/admin
    TWO_TASK : PROD
    当前表单
    表单应用 : 应用对象程序库
    表单名 : FNDSCSGN
    表单路径 : UNKNOWN
    表单版本 : 12.0.14
    最后修改的表单 : $Date: 2006/11/03 07:43 $
    Scheme Display Profiles
    Java Look and Feel : ORACLE
    Java Color Scheme : SWAN
    Color Scheme Indicator : SWAN
    Indicator Colors : Y
    表单
    APPSTAND : 12.0.6
    FNDSCSGN : 12.0.14
    表单菜单
    FNDMENU : 12.0.2
    表单 PL/SQL
    APPCORE : 12.0.29.12010000.4
    CUSTOM : 12.0.0
    FNDSQF : 12.0.3
    GHR : 12.0.46.12010000.5
    GLOBE : 12.0.76.12010000.6
    GMS : 12.0.51.12010000.6
    IGILUTIL2 : 12.0.32
    IGILUTIL : 12.0.3
    OPM : 12.0.7.12010000.2
    PQH_GEN : 12.0.7
    PSA : 12.0.17
    PSAC : 12.0.5
    PSB : 12.0.2
    VERT1 : 12.0.0
    VERT2 : 12.0.0
    VERT3 : 12.0.0
    VERT4 : 12.0.0
    VERT5 : 12.0.0
    VERT : 12.0.0
    i still believe that my ebs is r12.1.1 and the patch 4440000.DRV make some part of my ebs back to 12.0.0.
    should i apply the new patch--6678700.drv to make it update to 12.1.1?
    thanks you always answer me,hussein.^ ^.
    there is no answer or reply in chinese forum....T T

  • I'm new to  this and I need some assistance with centering.

    I believe that it is a simple soultion but one that eludes me. From what I've read it involves tweaking the CSS rules for the container, I've tried that but no luck. I'm trying to add an external mp3 player to my page and center it with a certain distance from the items located at the top of the page. Here is my code for the page.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Sinful Lilly Official Site</title>
    <style>
    #container {
        width: 968px;
        background: #000;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        left: auto;
    body {
        background-color: #000;
    #apDiv1 {
        position: absolute;
        left: 251px;
        top: 202px;
        width: 693px;
        height: 480px;
        z-index: 1;
    </style>
    </head>
    <body>
    <div align="center" id="apDiv1"><div class="widget_iframe" style="display:inline-block;width:690px;height:320px;margin:0;padding:0;border:0;"><ifram e class="widget_iframe" src="http://www.reverbnation.com/widget_code/html_widget/artist_2569899?widget_id=50&amp;posted _by=artist_2569899&pwc[design]=default&pwc[background_color]=%23333333&pwc[included_songs] =1&pwc[photo]=0%2C1&pwc[size]=fit" width="100%" height="100%" frameborder="0" scrolling="no"></iframe><div class="footer_branding" style="margin-top:-5px;font-size:10px;font-family:Arial;"><center><a href="http://www.reverbnation.com/band-promotion/fanreach?utm_campaign=a_features_fanreach&utm_m edium=widget&utm_source=HTML5_Player&utm_content=widgetfooter_Get Band email for free at ReverbNation.com" target="_blank" style="text-decoration:none;color:#444;">Get Band email for free at ReverbNation.com</a></center></div></div></div>
    <p align="center"> </p>
    <p align="center"><img src="images/Sinful-Lilly-Page-Music.gif" width="1152" height="749" usemap="#Map" border="0" />
      <map name="Map" id="Map">
        <area shape="rect" coords="364,20,516,101" href="Music.html" alt="Music" />
        <area shape="rect" coords="641,23,755,90" href="index.html" alt="Home" />
      </map>
    </p>
    </body>
    </html>

    First and foremost, get rid of the APDiv.
    AP in APDiv stands for Absolute Position. It uses a pixel distance from the top left of the page and draws the element in that location no matter what happens with the rest of the page. You can't center an absolute positioned element.
    You also have some other errors in your html that are going to cause problems.
    Run your page through the validator at http://validator.w3.org to get a listing and fix those problems.
    If you get everything cleaned up, remove the APDivs and are still having issue centering your info, post back with your updated html and we can take a closer look.

  • Hi, need some assistance over here.

    Hi guys, can i check with you guys wha
    t does this source code means?
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" creationComplete="init()" minWidth="1500" minHeight="1000" height="859">
        <mx:DataGrid x="19" y="368" id="playlistgrid" width="289" height="147">
            <mx:columns>
                <mx:DataGridColumn headerText="Name" dataField="name" width="180"/>
                <mx:DataGridColumn dataField="starttime" headerText="Start" width="50"/>
                <mx:DataGridColumn dataField="endtime" headerText="End" width="50"/>
                <mx:DataGridColumn dataField="livesource" headerText="DVR" width="50"/>
            </mx:columns>
        </mx:DataGrid>
    <mx:DataGrid x="20" y="38" id="sourcegrid" width="289" height="126">
            <mx:columns>
                <mx:DataGridColumn headerText="Name" dataField="name" width="200"/> 
            </mx:columns> 
        </mx:DataGrid> 
        <mx:Label x="18" y="16" text="Source files (on Demand)"/> 
       <mx:DataGrid x="20" y="195" id="livestreamgrid" width="289" height="74"> 
            <mx:columns> 
                <mx:DataGridColumn headerText="Name" dataField="name" width="200"/> 
            </mx:columns> 
        </mx:DataGrid> 
        <mx:DataGrid x="17" y="570" id="outputgrid" width="289" height="207"> 
            <mx:columns> 
                <mx:DataGridColumn headerText="Name" dataField="name" width="200"/> 
            </mx:columns> 
        </mx:DataGrid> 
        <mx:Label x="15" y="548" text="Exported highlights (for on-demand CDN)"/> 
        <mx:Label x="18" y="174" text="Live DVR streams"/> 
        <s:Button x="19" y="312" label="Set In Point" id="setin_btn"/> 
        <s:Button x="107" y="312" label="Set Out Point" id="setout_btn"/> 
        <s:Button x="19" y="339" label="Add selected clip to Playlist" id="addtoplay_btn"/> 
        <s:Button x="21" y="519" label="Generate on-demand file" id="generate_btn"/> 
        <s:TextInput x="19" y="284" width="83" id="inpoint_txt"/> 
        <s:TextInput x="106" y="284" width="93" id="outpoint_txt"/> 
        <s:TextArea x="216" y="284" height="21" id="currenttimecode" editable="false" textAlign="center" width="90"/> 
        <s:TextArea x="17" y="785" width="370" id="status_txt" fontSize="12" height="63"/> 
    Despite this source code was copied from the tutorial guide, when i complied it to flex 4, I'm having errors on those line in bold and red.
    My question would be,
    Firstly, what does this whole source code means? Can any kind soul help me out?
    Secondly, what does the error means? The error code reported was :
    "Could not resolve <mx:DataGrid> to a component implementation.

    This mxml-code layouts some flex components... DataGrid is a table like DataContainer which is organized in rows and columns.
    The DataGridColumn defines the Data presented in one of this columns. The error you get usally means that you are missing the
    import statement for the datagrid-component(import mx.controls.DataGrid;). My advise is that maybe get a book about the new Flex 4 Framework(because a lot has changed and most tutorials, in my opinion, are outdated now) and invest some time to get you head
    around the very basics of flex before starting with this web tutorials.
    All the best.

  • New to Flash CS5. Need some assistance.

    Hey,
    I want to learn flash cs5 and before that I had some queries:
    Some of my friends who are java programmers told me I need to know programming in order to learn flash. (Action scripting) I honestly don`t know any programming, so is it possible for me to learn flash? I will be using flash to make simple animation, like moving a car, smoke, clouds etc.
    So I am good with photoshop/after effects and have a good design skills.
    Any assistance would be appreciated.

    Thanks for the reply.
    So as I told I have zero knowledge of programming, still I will be able to do animations in flash? Also as I told I am good with maya/photoshop/after effects.
    So if programming is not needed to learn flash, what are the advantages of using flash if we already know actionscript?

  • Need some assistance in Verizon iPhone 4S unlock

    I've recently moved overseas from the US. Prior to leaving I requested an international unlock from Verizon. I have been a customer in good standing for the past 10 years and have an iPhone 4S on iOS 7.0.4. They assured me the phone was unlocked and all I need to do is insert an international SIM card and I should be good to go. I purchased a prepaid sim from 3 mobile in Ireland, restored the phone thru iTunes and received a sim invalid error, stating the phone was most likely not unlocked. I contacted Verizon who once again assured me the phone was unlocked and it must be a faulty SIM card. I contacted 3, they told me it could take 24 hours to activate the sim. After 24 hours and the same error message I was told by 3 to return the sim and get a replacement, that the sim may be faulty. The agent at the phone store tried a different sim from vodaphone and received the same message. Now I am phone-less and verizon is telling me there is nothing that can be done. They mentioned if I was in the states that I could bring the phone in and they would put it through a machine to unlock it? Is that even true? My options are to buy a new phone for hundreds of dollars or wait till I return to the states on vacation. Does anyone have any advice or can offer some guidance as to what I can do next. I would like to continue using my current phone. I've heard of people having issues which is why I was so proactive about contacting verizon prior to my trip. I have tried restoring the phone numerous times, it now is acting somewhat glitchy. I was told the phone could be jail broken but not with the iOS it is on and I don't want to pay for something yet that I don't know will even work or can be done. Any information is greatly appreciated. It's getting more difficult to function without the ability to make phone calls.

    No one other than Verizon can do anything about this.
    There is no "machine to unlock it". Unlocking is done by restoring the phone in iTunes.
    Try restoring it again. If that doesn't do it, contact them again.
    Jailbreaking can not be discussed here at all. It will void any warranty you have and forfeit all rights to support.

  • Need some assistance with multiple problems (8330 Curve)

    Hello all,
    I am recent buyer of an 8330 (Verizon). I like it a lot and find it a very useful tool. Being new to the BB world, I do have some questions, that I cannot find answered on any of the BB forums.
    So here they are:
    1. I have two e-mail accounts setup on my BB. So this means that I should have only two e-mail options under applications. I have three and the third one seems to get messages from both of my two other accounts. What is also weird is that there is no e-mail header on the top (like with the other two e-mail folders). How do I get e-mails to stop going in to this folder and basically delete it? The other strange thing (that I just noticed is that this generic e-mail box gets some e-mails that my other two accounts never see (even though they have their correct e-mail address on them)!
    2. How do I create sig lines for my e-mail accounts? I have read the help pages, but the instructions they give me for creating signatures on my outgoing e-mails does not work.
    3. Does the new 4.5 SW upgrade allow me to use the GPS capability with my phone? I bought the download Garmin SW for my phone ONLY to find out later that Verizon has blocked this feature! It should would be nice if either VZ or Garmin would have made that crystal clear when I got my phone. :-(
    Thanks much for all the assistance!
    Grant

    1.  That is the "Messages" folder.  It is a dumping ground for ALL messages including all emails, sms, mms, pin, BBMessenger (if selected) and any others like Browser messages, etc.  You can't stop messages from going there but you can hid the icon, if you like. 
    2.  To create signatures for email you have to use the BIS logon from your PC.  Use the link below to do this:
    https://bis.na.blackberry.com/html?brand=vzw
    3.  Upgrading the OS does not allow you to use the GPS with other software like Garmin.  This is a Verizon lock and there is no way around it.  They want you to pay for their service.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Error in IE or Error in my Code..Need Help.

    Hi! all..
    I am trying to use page indices (using <A NAME> and
    <A HREF> tags) with grouping using CFML and SQL on a long
    page..so that i don't have to do scroll down..
    I have a SQL table containing names, address, city, state and
    zipcode.
    I am fetching all the data from SQL and display all the
    records using grouping with last name of a person.
    Even i am using page indices so that i don't have to scroll
    down to find people using a perticular last name.
    I can click on links available at the top of the page that is
    associated with the display of a group of people with
    same last name.
    Everything is right with my code and it is working fine with
    other browsers except "internet explorer".
    can you help me to find out why it is not working with IE or
    do i have to use any other syntax to work it
    correctly in IE..
    My templete code is below
    <CFQUERY name="get_page_group" datasource="Vishal">
    SELECT * FROM Tech_Address ORDER BY Tech_Last_Name,
    Tech_First_Name
    </CFQUERY>
    <CFQUERY name="get_distinct_group" datasource="Vishal">
    SELECT Distinct Tech_Last_Name FROM Tech_Address ORDER BY
    Tech_Last_Name
    </CFQUERY>
    <html>
    <head>
    <title>See Page Indices and Grouping
    together</title>
    </head>
    <body>
    <h3>See Page Indices and Grouping together</h3>
    <BR>
    Click on a link below to go to the Employee group
    <BR>
    <BLOCKQUOTE>
    <CFOUTPUT query="get_distinct_group">
    <a href="###Tech_Last_Name#">find
    #Tech_Last_Name#</a><BR>
    </CFOUTPUT>
    </BLOCKQUOTE>
    <HR>
    <BR>
    <CFOUTPUT query="get_page_group"
    group="Tech_Last_Name">
    <a
    name="#Tech_Last_Name#"><strong>#Tech_Last_Name#
    here</strong></a>
    <UL>
    <CFOUTPUT>
    <LI> <strong>First Name</strong> :
    #Tech_First_Name#<BR>
    <strong>Last Name</strong> :
    #Tech_Last_Name#<BR>
    <strong>Street Address</strong> :
    #Tech_Street_Address#<BR>
    <strong>City</strong> : #Tech_City#<BR>
    <strong>State</strong> : #Tech_State#<BR>
    <strong>Zip Code</strong> :
    #Tech_ZipCode#<P>
    </CFOUTPUT>
    </UL>
    </CFOUTPUT>
    </body>
    </html>

    Change this:
    <a href="###Tech_Last_Name#">find
    #Tech_Last_Name#</a>
    To this:
    <a href="##anch_#Tech_Last_Name#">find
    #Tech_Last_Name#</a>
    Then change this:
    <a
    name="#Tech_Last_Name#"><strong>#Tech_Last_Name#
    here</strong></a>
    To this:
    <a name="anch_#Tech_Last_Name#"
    id="anch_#Tech_Last_Name#"><strong>#Tech_Last_Name#
    here</strong></a>
    Make sure <a name="anch_#Tech_Last_Name#" ... does not
    appear more than once in the page.
    If it still doesn't work in IE, you may need to set a proper
    doc type and validate your html.
    (Both of which you should do anyway.)

  • Checked FAQ: Question about importing into library, need some assistance.

    Hi,
    I've done some searching and have yet find my answer. I hope that some of the sharpshooters here can help out.
    I keep all of my music on a network drive to avoid "bloating" my Mac with music. So the other day, I wanted to use iTunes to catalog what was on there and to load some more music onto my 'Pod. So, I performed an import of the library. Here's my dopey question: When one imports into a library, does all of the music come over with it, or, does just the songs' data get imported and then point to the source drive? Does this make sense?
    TIA,
    Chris

    I also keep my music and all on an external drive. Before you catalog it you need to do one important thing or it will copy everything to your computer. Go into the Advanced setting under Preferences and uncheck *Copy music to your iTunes Music folder when adding to library*. If you don't do this you will end up with your music trying to be put on your computers drive. You can then use this to update your iPod as it points to the original file and will bring anything needed to load on your iPod.

  • Need some assistance in binary streaming and reading

    Hi,
    altough I studied the examples delivered with LabView (my current version is 6i) I have some challenges to face and I hope someone could help me. This challenges
    may be simple for professionals but I'm not already that experienced. I have an one channel AI input via a DAQ-card (E-series) and I want to write it to a binary file with only the really necessary headers. The data then stored in the binary shall than be displayed after user request to a graph and my client wants to have the possibility to srcoll through the hole stored data to seek some charakteristiks and then mark the area of interest with cursor to move this area to another graph for further analysis. My program is structured in a way that in a whi
    le loop I wait for user interaction i.e. buttons for saving and displaying data. It's for that, that I think I have to split the binary streaming in a sub-Vi that makes the needed preparation and another sub-Vi assosiated to the first that makes the file writuing and thats placed within the loop described above. Maybe I'm with my thoughts on the woodway and someone has better ideas. I tried many things but the result were always frustrating. I would be glad someone could give me some hints based on experience, and not just saying "Look to the delivered examples" as I already read in questions from other users. Thanks for your support.
    Chris

    I think you're going at this in a good way. One issue I see is that you are using version 6i and waiting for user input. Since Event Structures were not available in 6i, you will have to poll for user input and that could make your application slower. An upgrade to 6.1 would help you there.
    Besides that, I like your ideas. If you're sticking with 6i, use a case structure inside your while loop which executes a particular case based upon which button the user pressed. Then, in these cases, call the subVIs which you built. I hope this helps out.
    J.R. Allen

  • Needing some assistance

    We have a report created that works just the way we want in one of our company files, however it doesn't work in the other company file. What are we missing, I tried to look up some information, However I don't have a lot of time, I'm not wanting to become an expert with Crystal Reports I just want to fix the problem.  Please can someone help me, Thanks.

    Hi Michelle,
    Not working means, not getting data or is it giving any error message ? If so, what is the error (Screen Capture required).
    --Check Connectivity between report and database, also validate table structure.
    --check crystal version in working and non working environments
    -Sastru

  • Separate tablespaces - Need some assistance - Newbie

    We want to have a Development tablespace and a Production tablespace on a single database. We will be using mostly Forms applications, and Portal to access and manipulate information on the database. The problem that we are trying to figure out right now is how to have these tablespaces be on the same database with the same table names not conflict with each other.
    If I am developing an application and I want to use the development tablespace how can I do this while still allowing myself an easy transition to the production tablespace. For example, if I have a table named "test" and I want to access it in the development area I am thinking that I would have to do the following:
    select * from dev.test
    and then once the program is changed then change all the instances of dev to prod:
    select * from prod.test
    Is it possible to have 1 DB and 2 seperate enviornments within it? What is the best way to approach this???

    The best way to accomplish this would be to create a second instance, preferably on a second server.
    If resources do not allow this, then it means a lot of work for the dba:
    1. drop all public synonyms related to the application.
    2. revoke all priviledges from developers to the production data schema.
    3. for each production user create private synonyms for the db objects against the production schema.
    4. for each developer create private synonyms for the db objects against the development schema.
    Creating private synonyms, will allow the developers to work on the app and not have to change the code for rollout. Revoking privs of the developers from the prod schema is for accident prevention. If the developers need to run against the production schema create them a second account with a prod prefix to force them to know where they are e.g.
    user smithj <- dev account
    user prodsmithj <- production account
    If in doubt about any of this see my first statement.

  • HT201441 Hi, me need some assistance with unlock

    Can I contact with somebody , who can assist me with my telephone.
    I new owner telefon, but previous owner didnt tell ID and password.
    And now I cant turn on telefone. Telephone is not stolen , and I can give you all information.
    You see this Phone was not stolen. Name previous owner is Cedric Arndt, hi is from Germany, City is Oberhasen. From this date when I buy item I can contact with owner.I dont know what happened with HIm.
    On box all numbers
    MD235D/A Iphone 4s, Black, 16GB
    Apple in California
    ModelA1387
    Part No: MD235D/A
    Serial No:D*****************0
    IMEI/MEID 0****************3
    Number under cover box: 602-7519-A
    Number on battery:Model A1387 EMC2430 FCC ID:BCG-E2430A IC:579C-E2430A
    I cant recover Cedric ID number, because I know only half.
    My accaunt in apple store is opened. Now you know all information which I have on this moment, because if I not unlock this phone me need contact with ebay and send this phone back soon as possible.
    Kind regard
    Aleksandrs
    <Personal Information Edited by Host>

    You should not post your email address and all this information on the phone - it's and invitation to spam and a security risk. I've asked the Hosts to remove them.
    Only the previous owner can unlock your phone. Apple cannot help you (and you are not talking to Apple here, this is a user-to-user forum). You need to contact him and get him to remove the phone from his list of devices, and get him to unlock it. Without this you cannot use the phone.

  • Feature requests for Edge Code (Was: Needed some options...)

    I am a photo retoucher & I am new to web designing & started to learn....
    I am very happy to have Edge code CC as a code editor really good program. Thanks to Adobe Team...
    It would be better if you provide some more options :-
    1. If I type <bl in the Edge code CC it shows me blockquote its fine, but if I press spacebar after <bl accidentally then I press backspace to erase the space but after that it does not shows the code hint....
    2. I wrote code <h5> This is a headline </h5> and if I want to change h5 to h3, I have to change in both starting tag and end tag is there any option if I change the start tag it would automatically change in the end tag too....
    3.It would be nice if the Edge code CC giving dummy text to add. for ex: lorem impsum like....
    Thanks

    Thanks for your feedback.
    1. This should be fixed in the next Edge Code CC build. For now, use Ctrl-Space to re-invoke the hit list.
    2. That feature has been requested. It should be easy to implement once Edge Code CC has multiple cursor support, which should be coming soon. Stay tuned.
    3. There is an extension for this. Use File > Extension Manager, then click Install from URL... and paste in this URL:
    https://s3.amazonaws.com/extend.brackets/brackets-lorem-ipsum/brackets-lorem-ipsum-1.0.1.z ip
    You can browse the Brackets Extension Registry for more extensions.
    Randy

  • Need some assistance with dynamic database updates done through a loop

    In the part of my application that I'm currently working on
    I'm trying to dynamically update a local database every time a
    change is made to the dataProvider(ArrayCollection) when a dragDrop
    action is done. After doing some more research I found that the
    update "function"(my trace placeholder) is fine where it is, the
    problem is that it is firing the insert function for each and every
    row every time something is dragged onto the datagrid essentially
    cloning all the entries in the database while updating the original
    items. So I've narrowed down my problem to figuring out how to get
    the insert function to fire only once for new items and skipped
    when updating items. The database is a local as this is an AIR app,
    I'm posting this here since I feel this is more of a flex issue
    than an AIR issue. I've already tried adding an else clause to the
    if statement but that doesn't work along with else if. Thanks in
    advance.
    Here's my code so far:

    Ok, one thing I'm going to try today is this; essentially I'm
    going to
    say, "forget that for-loop, just let it update the
    dataProvider". What
    I'm going to do is write another function that runs each row
    of the dp
    through a filterFunction and checks to see if it is there or
    not, if
    it is there, then update the editable values, if not, then
    insert a
    new row. Since this would be invoked after the dataProvider
    update, I
    may just save it until the user closes the window in any way
    and then
    run this as a save and quit function. It would also help to
    be able to
    have it available in a button.
    If anyone has a better idea on how to do this, don't hesitate
    to tell me.

Maybe you are looking for