Pls help..Constructor,setter, getter and Exception Handling Problem

halo, im new in java who learning basic thing and java.awt basic...i face some problem about constructor, setter, and getter.
1. I created a constructor, setter and getter in a file, and create another test file which would like to get the value from the constructor file.
The problem is: when i compile the test file, it come out error msg:cannot find symbol.As i know that is because i miss declare something but i dont know what i miss.I post my code here and help me to solve this problem...thanks
my constructor file...i dont know whether is correct, pls tell me if i miss something...
public class Employee{
     private int empNum;
     private String empName;
     private double empSalary;
     Employee(){
          empNum=0;
          empName="";
          empSalary=0;
     public int getEmpNum(){
          return empNum;
     public String getName(){
          return empName;
     public double getSalary(){
          return empSalary;
     public void setEmpNum(int e){
          empNum = e;
     public void setName(String n){
          empName = n;
     public void setSalary(double sal){
          empSalary = sal;
my test file....
public class TestEmployeeClass{
     public static void main(String args[]){
          Employee e = new Employee();
               e.setEmpNum(100);
               e.setName("abc");
               e.setSalary(1000.00);
               System.out.println(e.getEmpNum());
               System.out.println(e.getName());
               System.out.println(e.getSalary());
}**the program is work if i combine this 2 files coding inside one file(something like the last part of my coding of problem 2)...but i would like to separate them....*
2. Another problem is i am writing one simple program which is using java.awt interface....i would like to add a validation for user input (something like show error msg when user input character and negative number) inside public void actionPerformed(ActionEvent e) ...but i dont have any idea to solve this problem.here is my code and pls help me for some suggestion or coding about exception. thank a lots...
import java.awt.*;
import java.awt.event.*;
public class SnailTravel extends Frame implements ActionListener, WindowListener{
   private Frame frame;
   private Label lblDistance, lblSpeed, lblSpeed2, lblTime, lblTime2, lblComment, lblComment2 ;
   private TextField tfDistance;
   private Button btnCalculate, btnClear;
   public void viewInterface(){
      frame = new Frame("Snail Travel");
      lblDistance = new Label("Distance");
      lblSpeed = new Label("Speed");
      lblSpeed2 = new Label("0.0099km/h");
      lblTime = new Label("Time");
      lblTime2 = new Label("");
      lblComment = new Label("Comment");
      lblComment2 = new Label("");
      tfDistance = new TextField(20);
      btnCalculate = new Button("Calculate");
      btnClear = new Button("Clear");
      frame.setLayout(new GridLayout(5,2));
      frame.add(lblDistance);
      frame.add(tfDistance);
      frame.add(lblSpeed);
      frame.add(lblSpeed2);
      frame.add(lblTime);
      frame.add(lblTime2);
      frame.add(lblComment);
      frame.add(lblComment2);
      frame.add(btnCalculate);
      frame.add(btnClear);
      btnCalculate.addActionListener(this);
      btnClear.addActionListener(this);
      frame.addWindowListener(this);
      frame.setSize(100,100);
      frame.setVisible(true);
      frame.pack();     
    public static void main(String [] args) {
        SnailTravel st = new SnailTravel();
        st.viewInterface();
    public void actionPerformed(ActionEvent e) {
       if (e.getSource() == btnCalculate){
          SnailData sd = new SnailData();
       double distance = Double.parseDouble(tfDistance.getText());
       sd.setDistance(distance);
              sd.setSpeed(0.0099);
          sd.setTime(distance/sd.getSpeed());
          String answer = Double.toString(sd.getTime());
          lblTime2.setText(answer);
          lblComment2.setText("But No Exception!!!");
       else
       if(e.getSource() == btnClear){
          tfDistance.setText("");
          lblTime2.setText("");
   public void windowClosing(WindowEvent e){
               System.exit(1);
    public void windowClosed (WindowEvent e) { };
    public void windowDeiconified (WindowEvent e) { };
    public void windowIconified (WindowEvent e) { };
    public void windowActivated (WindowEvent e) { };
    public void windowDeactivated (WindowEvent e) { };
    public void windowOpened(WindowEvent e) { };
class SnailData{
   private double distance;
   private double speed;
   private double time;
   public SnailData(){
      distance = 0;
      speed = 0;
      time = 0;
   public double getDistance(){
      return distance;
   public double getSpeed(){
      return speed;
   public double getTime(){
      return time;
   public void setDistance(double d){
      distance = d;
   public void setSpeed(double s){
      speed = s;
   public void setTime(double t){
      time = t;
}Pls and thanks again for helps....

What i actually want to do is SnailTravel, but i facing some problems, which is the
- Constructor,setter, getter, and
- Exception Handling.
So i create another simple contructor files which name Employee and TestEmployeeClass, to try find out the problem but i failed, it come out error msg "cannot find symbol".
What i want to say that is if i cut below code (SnailTravel) to its own file(SnailData), SnailTravel come out error msg "cannot find symbol".So i force to put them in a same file(SnailTravel) to run properly.
I need help to separate them. (I think i miss some syntax but i dont know what)
And can somebody help me about Exception handling too pls.
class SnailData{
   private double distance;
   private double speed;
   private double time;
   public SnailData(){
      distance = 0;
      speed = 0;
      time = 0;
   public double getDistance(){
      return distance;
   public double getSpeed(){
      return speed;
   public double getTime(){
      return time;
   public void setDistance(double d){
      distance = d;
   public void setSpeed(double s){
      speed = s;
   public void setTime(double t){
      time = t;

Similar Messages

  • TS3694 its showing error 2003 when i restore my iphone 3g.pls help me to get out of this problem

    Its showing error 2003 when i m restoring my iphone3g.pls help me to get out of this problem.as soon as possible

    Error 2000-2009 (2001, 2002, 2005, 2006, 2009, and so on)
    If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve the issue, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue persists, it may be related to conflicting security software. If the errors persist on another computer and known-good USB cable, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.

  • [HELP] ALE inbound process and Workflow handling problem

    Hello,
    first of all, i have to apologize about my english level. I will try to explain my problem (thanks for your patience ).
    Well, I'm implementing an ALE inbound interface. My development at this point are:
    - Customer Idoc Inbound function (with correct interface).
    - Customer Basic Type
    - Customer Message Type and correct assignment to the Basic Type (Tx WE81 and WE82)
    - Customer Object Type (Subtype of IDOCAPPL)
    - On BD51 I put "1" for my function.
    - On WE57 I put this:
    Processing by --> My function and type "F"
    IDOC type --> My Basic type (without any extension)
    Message --> My message type (without any message code or msg. function)
    Object --> My object type (subtype of IDOCAPPL)
    Direction --> "2" (Inbound)
    - I created a process code for this interface (on WE42):
    It is processed with ALE service and by a function module (my function).
    On "Module(Inboud)" part I put my function and maximun number of repeats "0". On IDOC part I put my Object type with start event "INPUTERROROCURRED" and end event "INPUTFINISHED".
    On application objet I put my Object type.
    Rests of fields are blank.
    - I defined a partner (WE20) with this new message type and process code.
    - Also I created a Task (PFTC) for handle exceptions in inbound process. It has a rule for agent determinate.
    I think it is all.
    My problem is: when I process an IDOC (from WE19 for example) and it gets 51 status (error), it has to launch an event that trigger my task, is this way? Well I'm not getting any event.
    I have all Workflow customizations OK (in this systems are running some Workflows).
    In my function code, when I detect any error I put an error in the status table and put in WORKFLOW_RESULT the number '99999'.
    Why I'm not getting any event? What I'm doing wrong?
    Thanks in advance. Regards.

    Hello again,
    finally I've solved the problem. The solution for me, was a config on tx. WE42 and some missing code in the function, I only fill WORKFLOW_RESULT with '9999', but I didn't add any register to RETURN_VARIABLES table.
    Regards.

  • I have installed oracle 10g in my winxp machine. i am using enterprise manager. i am not able to shutdown the system as it asks for os username and password. i have provided my os username and password but eerror persiste. somebody pls help me to get rid

    I have installed oracle 10g in my winxp machine. i am using enterprise manager. i am not able to shutdown the system as it asks for os username and password. i have provided my os username and password but eerror persiste. somebody pls help me to get rid of this.

    Here I am using Java Type IV for database
    connection.
    So,there was no necessity of creating DNS.How your app communicates with db shouldn't matter for the end user. Still, you may want to use a functional network name also for the thin client driver connection string.
    So,is there any other way to solve this problem.What is the problem really? Do you not use dns for network naming? Maybe you have to manage the hosts file on every client then.

  • HT1212 guys!!!! i forgot my itouch password and now it's totally disabled... what else i can do?? i mean my itouch5 is never been sync to any computer... pls help me to get rid of this passcode!! and do all my data and apps will be gone or will it be ther

    guys!!!! i forgot my itouch password and now it's totally disabled... what else i can do?? i mean my itouch5 is never been sync to any computer... pls help me to get rid of this passcode!! and do all my data and apps will be gone or will it be there?? pls

    Forgotten Screen-Lock Passcode
    Connect the iOS device to your computer and try to make a backup
    iOS: How to back up
    Then restore via iTunes. The iOS device will be erased. Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store    

  • Pls help me with  Mac and had a trial  serial number problems

    Hi,
    I downloaded first the trial version of Photoshop, after 30 days finished but the icon still remained.
    Now, when purchased a creative suite 4 Designe premium, installed, all programs are fine, just the photoshop not working, asking for serial number but when I type the right numbers, doesn`t accept.
    What can I do? any idea?
    to uninstall the photoshop and install again?
    but if I have the other programs working and installed?

    Hi,thank you, that is fine, just not so quick but I resolved the problem alone.Thanks anyway you helped me.Eva
    Date: Sat, 1 Aug 2009 11:53:58 -0600
    From: [email protected]
    To: [email protected]
    Subject: Pls help me with  Mac and had a trial  serial number problems
    Hello, Eva. For CS4 problems, you need to ask in the Photoshop forum (this is the Photoshop Elements forum). It's here:
    http://forums.adobe.com/community/photoshop/photoshop_macintosh
    Good luck!
    >

  • In my mac i dont create icloud keychain but it is asking password please help me to get out of this problem

    In my mac book pro i don't create icloud keychain. But it is asking password.Please help me to get out of this problem.In OS X Mavericks

    Hi, nportillo,
    The next time you attempt to reach Skype Customer Service, try again using a different web browser and choosing a different path through the various drop-down menu options presented.  Do not choose the obvious - you have already established that path is not working.  Also, look to approve a pop-up dialogue box which would connect you to start an instant message chat with a customer service agent. If you have pop-ups blocked in your browser settings, this will also impede reaching an agent.
    Skype is aware of problems reaching their customer service unit via the website, however people are getting through.  I have flagged your report for follow-up by those to whom I report.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Exception Handling Problem In BPM

    All
    I am facing an exception handling problem I am using BPM and , I have caught exception in the transformation step but when there is any data problem in that mapping(mentioned in the transformation)
    it is not throwing the exception . is there any option to collect these type of system exception in  the bpm and give a alert thru mail
    is there any way to collect these type of exception happened in the BPE and raise alert thru generic alert
    Thanks
    Jayaraman

    Hi Jayaraman,
        When you say there is any data problem, does that fail the message mapping that you have defined?
    If the message mapping used in the tranformation fails, it should raise an exception in the BPM.
    Did you test the message mapping using the payload and see if it really fails or not?
    Regards,
    Ravi Kanth Talagana

  • My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    Sorry i mistakenly made this question. It was alright. No Problem At ALL

  • When using face time, my iPad, iPhone, and macbook will ring, pls help me set up

    i used to use call through face time to my macbook, iphone, and ipad vice versa using my primary cell number on my iphone, and the macbook and ipad with my 2 other email add but after updating i0s 7 on ipad and iphone, everytime someone calls me through facetime, all iphone, ipad and macbook would ring at the same time.  can someone pls help me,thanks.

    I have a very similar network set as you describe.
    N devices go to 5 GHZ N router a TC connected by ethernet and N+B/G devices go to the secondary "bridged" router an Extreme connected by ethernet. I also have one more Extreme set also in bridge mode and connected by ethernet. the first two routers are also set to create their own wireless network. You set all this configuration using Airport Utility. I have a HP usb Bonjour shared laserjet connected to the first Extreme. ATV by ethernet to the TC. Xbox360 connected to the first Extreme wirelessly. I've since departed both my Express routers, did not need anymore but I used to have them set in bridge mode and create their own wireless network. Just point each computer device depending upon their speed of wireless card to which ever network you created, keeping the N separate from the B/G.

  • C call-out and exception handling on HP_UX

    Does anyone have experiencing calling out to C++ code which uses exception
    handling on HP_UX? I'm having trouble getting this to work - details
    below.
    I'm trying to call out of Forte to some C++ code. The exposed functions
    have been specified extern "C". This C++ code makes calls to the Lotus
    Notes' C++ API. This API uses exception handling, as does our C++ code.
    This all works great on Window NT. It's pretty cool, in fact.
    It's not so cool on HP_UX. We're running 10.20, Forte 3.0.E. Apparently,
    under HP_UX you have to compile and link using the +eh option in order to
    use exception handling. So I did this. My test driver (which calls out to
    my user object module) works fine.
    So I fired up fcompile, passing in the +eh arguments, and the location of
    one of Lotus Notes' shared libraries:
    fcompile -cflags eh -lflags "eh /opt/lotus/notes/latest/hppa/libnotes.sl"
    It works, giving me no errors.
    Then I try to call the functions from inside Forte. It gives me the "Not
    enough space loading library blah-blah-blah" error message. In my
    experience, this message is misleading, and there's actually something else
    going on. So I looked at the log file for the node manager. I saw these
    messages:
    /usr/lib/dld.sl: Unresolved symbol: __eh_Cqqsh_DynScope (data) from
    /tools/forte/EdgeNotes/userapp/conplus_/cl0/lnapifor.sl
    /usr/lib/dld.sl: Unresolved symbol: __eh_dt_count (data) from
    /tools/forte/EdgeNotes/userapp/conplus_/cl0/lnapifor.sl
    /usr/lib/dld.sl: Unresolved symbol: __eh_reset_dt_count (data) from
    /tools/forte/EdgeNotes/userapp/conplus_/cl0/lnapifor.sl
    /usr/lib/dld.sl: Unresolved symbol: __eh_Cqqlo_Object (data) from
    /tools/forte/EdgeNotes/userapp/conplus_/cl0/lnapifor.sl
    /usr/lib/dld.sl: Unresolved symbol: dealloc_object__18__eh_thrown_objectFi
    (code) from /tools/forte/EdgeNotes/userapp/conplus_/cl0/lnapifor.sl
    I don't know what this all means. In an attempt to replicate the situation
    as closely as possible, I tried linking in the shared library (created by
    Forte) to my driver program, and ran my driver program. It worked,
    although it gave me the following warnings:
    __link_incompatibility: Warning: Shared library
    /tools/forte/EdgeNotes/install/lib/libqqfo.sl was not compiled with +eh.
    __link_incompatibility: Warning: Shared library
    /tools/forte/EdgeNotes/install/lib/libqqrpgs.sl was not compiled with +eh.
    __link_incompatibility: Warning: Shared library
    /tools/forte/EdgeNotes/install/lib/libqqsm.sl was not compiled with +eh.
    __link_incompatibility: Warning: Shared library
    /tools/forte/EdgeNotes/install/lib/libqqdo.sl was not compiled with +eh.
    __link_incompatibility: Warning: Shared library
    /tools/forte/EdgeNotes/install/lib/libqqcm.sl was not compiled with +eh.
    __link_incompatibility: Warning: Shared library
    /tools/forte/EdgeNotes/install/lib/libqqknpthrd.sl was not compiled with
    +eh.
    Hmmm .... After further investigation, I found that the
    "__eh_Cqqsh_DynScope", "__eh_dt_count", and
    "dealloc_object__18__eh_thrown_objectFi" symbols are referenced from my
    user object module, and not from any of Forte's libraries (via the nm
    command).
    My guess is that there's an incompatibility between the forte run-time, and
    my code, and I'm further guessing that this incompatibility is related to
    the fact that my code is using exception handing.
    I'm in contact with Forte Tech Support, but I wanted to see if anyone on
    this list has ever run across this.
    Thanks,
    Dan
    [email protected]

    I did not know that the 9.2 Oracle ODBC driver was not certified for Oracle 7
    In fact, when I read the help in the Oracle Net Manager that I installed from the same package (OraWin9204.exe), I can see that there is a normal conncection possible between the packed software and Oracle 7. Downward compatibility is something we should expect from astate-of-the-art RDBMS like Oracle.
    I do not have the Oracle 7 ODBC driver installed, I was since two years using the Oracle 8 ODBC driver wich worked fine with both Oracle 7 and 8 but due to upgrading of one of our production databases to Oracle 9 I had to install the Oracle 9 software.
    As I stated in my original mail, when testing the Oracle 9 driver in the Data source (ODBC) off my WinXP, it gives a perfect result while connectiing to the System DSN I configured for the Oracle 7 database.
    But when opening Access2003 and linking tables, the ODBC call always fails
    BR,
    Theo

  • MC.9 and MCY1 and Exception Handling in (Logistics Inf. Sys)LIS

    Hi,
    I want the 'Valuated Stock Value" greater then or equal to zero (>=) appear in the MC.9 report. I can create 'Exception' in MCY1 but am unable to do so. Once I am in MCY1; I choose 'Requirements' then Key Figure 'Valuated Stock Value' then  'Type of condition' is 'Threshold Val. Anal.' is set to '> 0'. However, the report still displays zero values in MC.9. I don't want to display 'Valuated Stock Value' zero to be displayed on the report. Please help.
    Thanks
    Naved

    Hey Chris,
    I got the point for exception handling in weblogic 9.2. We ae using 9.2. It comes up with the concept of shared page flows which means all my unhandled exceptions are thrown to the shared page flow controller. There based on the type of exception, i can forward the request to appropraite page.
    Thanks anywyas,
    Saurabh

  • Help with setting/getting variables in app

    Hi,
    I have an application which behaves in the following manner:
    1. User logs in.
    2. User is presented with a list of projects; user clicks on a project to drill down to that project.
    3. User is presented with project information which includes 4 separate lists of tasks grouped by week. So there are tasks for the current week the user is in plus task for the 3 weeks out.
    4. User can edit talks or create new ones for each of the 4 weekly groupings.
    Given that, on the main page for a project I have set up a report and form for each of the weekly groupings. I also have an item for the project id as well as each weekly grouping id. The goal there is that when a user clicks the "create" button they can create a new task for the appropriate weekly group. However, this isn't working.
    For the first weekly group when I click "create" I'm presented with the form to fill out for the task. All of the info is there, including the correct id for that weekly group so the task gets assigned to it properly. However, when I save I get an error which says that particular id is null.
    For the next three groups when I click "create" I'm given the same thing as above but without the id for the weekly group. Even if I set it and save things I'm getting the same error.
    So, I'm wondering what I've done wrong in the app flow. Am I setting these variables too early, too late? Am I really not picking them up in spite of what I see on my screen? Have I missed some fundamentals of Apex here?
    Thanks in advance for your time and help.
    Jon

    Varad....here you go...thanks!
    0.16: A C C E P T: Request="CREATE"
    0.21: Metadata: Fetch application definition and shortcuts
    0.22: NLS: wwv_flow.g_flow_language_derived_from=FLOW_PRIMARY_LANGUAGE: wwv_flow.g_browser_language=en-us
    0.23: alter session set nls_language="AMERICAN"
    0.23: alter session set nls_territory="AMERICA"
    0.23: NLS: CSV charset=WE8MSWIN1252
    0.23: ...NLS: Set Decimal separator="."
    0.23: ...NLS: Set NLS Group separator=","
    0.23: ...NLS: Set date format="DD-MON-RR"
    0.23: ...Setting session time_zone to -08:00
    0.25: Fetch session state from database
    0.27: ...Check session 1196910493324671 owner
    0.27: ...Metadata: Fetch Page, Computation, Process, and Branch
    0.27: Session: Fetch session header information
    0.27: ...Metadata: Fetch page attributes for application 120, page 18
    0.28: ...Validate item page affinity.
    0.28: ...Validate hidden_protected items.
    0.33: ...Check authorization security schemes
    0.33: Session State: Save form items and p_arg_values
    0.33: ...Session State: Save "P18_TASK_SEQ" - saving same value: ""
    0.33: ...Session State: Save "P18_WEEK_GROUP_SEQ" - saving same value: ""
    0.34: ...Session State: Saved Item "P18_DISCIPLINE_SEQ" New Value="1"
    0.34: ...Session State: Saved Item "P18_TASK_TITLE" New Value="Test"
    0.34: ...Session State: Saved Item "P18_TASK_PRIORITY" New Value="5"
    0.35: ...Session State: Saved Item "P18_PERCENTAGE_COMPLETE" New Value="25"
    0.35: ...Session State: Saved Item "P18_TASK_RISK" New Value="None"
    0.35: ...Session State: Saved Item "P18_TASK_IMPACT" New Value="None"
    0.36: ...Session State: Saved Item "P18_TASK_MITIGATION" New Value="None"
    0.36: ...Session State: Saved Item "P18_CREATED_ON" New Value="12-DEC-08"
    0.37: ...Session State: Saved Item "P18_CREATED_BY" New Value="jwynacht"
    0.37: ...Session State: Save "P18_CREATED_FROM_TASK_SEQ" - saving same value: ""
    0.37: ...Session State: Saved Item "P18_LAST_MODIFIED_ON" New Value="12-DEC-08"
    0.37: ...Session State: Saved Item "P18_LAST_MODIFIED_BY" New Value="jwynacht"
    0.38: ...Session State: Saved Item "P18_DELETE_FLAG" New Value="0"
    0.38: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.38: Branch point: BEFORE_COMPUTATION
    0.38: Computation point: AFTER_SUBMIT
    0.38: ...Evaluate condition "PLSQL_EXPRESSION" for computation of item: P18_WEEK_GROUP_SEQ
    0.39: Tabs: Perform Branching for Tab Requests
    0.39: Branch point: BEFORE_VALIDATION
    0.39: Perform validations:
    0.40: ...Item Not Null Validation: P18_WEEK_GROUP_SEQ
    0.40: ...Validation did NOT pass
    0.40: ...Item Not Null Validation: P18_DISCIPLINE_SEQ
    0.40: ...Item Not Null Validation: P18_TASK_TITLE
    0.40: ...Item Not Null Validation: P18_TASK_PRIORITY
    0.40: ...Item Not Null Validation: P18_CREATED_ON
    0.40: ...Item Not Null Validation: P18_CREATED_BY
    0.40: ...Item Not Null Validation: P18_LAST_MODIFIED_ON
    0.40: ...Item Not Null Validation: P18_LAST_MODIFIED_BY
    0.40: ...Item Not Null Validation: P18_DELETE_FLAG
    0.41: ...Inline validation error count = 1
    0.41: Show current page with inline validations
    0.42:
    0.42: S H O W: application="120" page="18" workspace="" request="" session="1196910493324671"
    0.43: NLS: Language=en-us
    0.43: Application 120, Authentication: CUSTOM2, Page Template: 2370905300761909
    0.43: ...Session ID 1196910493324671 can be used
    0.43: ...Application session: 1196910493324671, user=JWYNACHT
    0.43: ...Determine if user "APEX_JON" workspace "995216593441806" can develop application "120" in workspace "995216593441806"
    0.44: ...Metadata: Fetch page attributes for application 120, page 18
    0.44: Branch point: BEFORE_HEADER
    0.44: Fetch application meta data
    0.46: Computation point: BEFORE_HEADER
    0.46: Processing point: BEFORE_HEADER
    0.47: ...Recompute field lables for fields in error.
    0.48: Show page template header
    0.53: Computation point: AFTER_HEADER
    0.53: Processing point: AFTER_HEADER
    0.53: ......Do not perform process because inline validation condition found.
    0.53: ...Do not run process "Fetch Row from TASK", process point=AFTER_HEADER, condition type=, when button pressed=
    JWYNACHTLogout
    1 error has occurred
    Week Group Seq must have some value.
    0.53: Computation point: BEFORE_BOX_BODY
    0.53: Processing point: BEFORE_BOX_BODY
    0.53: Region: Task
    Task          
    Cancel
    Create
    0.55: Item: P18_TASK_SEQ HIDDEN_PROTECTED
    0.57: Item: P18_WEEK_GROUP_SEQ TEXT
    Week Group Seq
    Week Group Seq must have some value.     
    0.57: Item: P18_DISCIPLINE_SEQ TEXT
    Discipline Seq     
    0.58: Item: P18_TASK_TITLE TEXT
    Title     
    0.58: Item: P18_TASK_PRIORITY TEXT
    Priority     
    0.58: Item: P18_PERCENTAGE_COMPLETE TEXT
    %Complete     
    0.59: Item: P18_TASK_RISK TEXTAREA
    Risk     
    0.59: Item: P18_TASK_IMPACT TEXTAREA
    Impact     
    0.59: Item: P18_TASK_MITIGATION TEXTAREA
    Mitigation     
    0.59: Item: P18_CREATED_ON TEXT
    Created On     
    0.60: Item: P18_CREATED_BY TEXT
    Created By     
    0.60: Item: P18_CREATED_FROM_TASK_SEQ TEXT
    Created From Task Seq     
    0.61: Item: P18_LAST_MODIFIED_ON TEXT
    Last Modified On     
    0.61: Item: P18_LAST_MODIFIED_BY TEXT
    Last Modified By     
    0.62: Item: P18_DELETE_FLAG TEXT
    Delete Flag     
    0.62: Computation point: AFTER_BOX_BODY
    0.62: Processing point: AFTER_BOX_BODY
    0.62: Computation point: BEFORE_FOOTER
    0.62: Processing point: BEFORE_FOOTER
    0.62: Show page tempate footer
    Home
    Application 120
    Edit Page 18
    Create
    Session
    Activity
    No Debug
    Show Edit Links
    0.63: Computation point: AFTER_FOOTER
    0.63: Processing point: AFTER_FOOTER
    0.63: Log Activity:
    0.63: Execute Count=0
    0.63: End Show:

  • Plaese help me to use the find iphone coz my previous account is unable now and i buy a new id in appstore but when i try to open the find my iphone app its asking for icloud account which is my previous account . Pls help me to recover and open

    PLease help me us finf my iphone app.
    i Have iphone5,itouch and ipad2 under my name but my id for the said gadget is my previous IF which is unable now cos i forgot the password so i decided to buy and create a new id.. But when i tried to open the find my iphone app its asking for icloud id which is already unable.
    please help me to recover and open it. Anyway its all under my name..
    thanks

    Have you tried getting the password reset via http://iforgot.apple.com ?
    If you can't get your password reset via that page then try contacting Support in your country, they should be able to reset it for you.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    What you mean by 'buy and create a new id', it's free to create iTunes accounts. But until you've logged out of your existing account, you won't be able to log into a new account.

  • I have light room 4 . I import edit and a day or 2 later they are missing.pls help me find them and

    I have lightroom 4 . I import the images edit them and in a day or so the images are missing/offline. I'vge looked all over on my Mac trying to find them and have been unsuccessful. Please help me fid them and wht should I do to avoid this in the future? I have also tried to back these files on an extrenal drive and it is missing from theere also.
    Please help.
    thanks

    he knows his ID , if he did all whats in the link he can get his password back ?
    how can i make him call applecare ? is there a way to speak to them from jordan ??
    i have been trying to reach any1 in apple so they can communicate and help my friend (us) to make him remember it .
    am not asking for the password or trying to get into the phone without using it , and i can take my money back though i need to help my friend as well since now he cant use it as well.
    thanks kil

Maybe you are looking for

  • Travel advances per special g/l indicator - activate HRV

    Hi all experts! I'm on an assignment where the customer wants to change the procces of travel expense advances. Today, the advance is debited on a short term asset account and credit the vendor account. The advance is paid out to the employee and the

  • Problem with web ptinting 4.60

    my web printing Version worked well. then the updatemanager told me theres A NEW VERSION and i have to update them. i did so and download web prinmtimg 4.60. after installation that programm will search for a new update and go to the american site, u

  • Cannot install latest Firefox update. Seems to download OK but that's it!

    Frequently receive prompts to download/install the latest update. Click to download and it appears to work. Never installs the update. I've restarted/rebooted/downloaded the upgrade several times. Nothing works! Any thoughts?

  • Keeping tracking color

    I was wondering if anyone knew a way to save tracked info when editing a paper in that color? basically I wanted to have a document open and save new information in the different color as i edited it without having to manually change it to the font e

  • Problem: ERROR_BAD_NETPATH

    Hello All. System: - Tarantella 3.4.2 + Firewall Traversal - Red Hat 9.0 I try to use "Client Drive Mapping", but I found some problems with this feature. I read this Howto to install and configure: http://www.tarantella.com/support/documentation/sgd