Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: File Handling, Search, Add, Delete

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default File Handling, Search, Add, Delete

    Hi, Im java beginner. Im doing my assignment and face some problem.

    this is my program description:
    Admin register new user, clerk allocate engineer by entering engineer name. If engineer exist, it will add record.

    But now my problem is clerk cant search the engineer name which in the register.txt.
    Engineer also cant search the file create by clerk.

    My code is too long to quote
    Attached Files Attached Files


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: File Handling, Search, Add, Delete

    Cross posted here.

    Post your code in code or highlight tags. Please read this topic to learn how to post code in code or highlight tags and other useful info for newcomers.

Similar Threads

  1. Getting 1 error in my menu driven code for students add,delete and list.
    By Scooby in forum What's Wrong With My Code?
    Replies: 9
    Last Post: November 2nd, 2013, 11:07 AM
  2. Search and delete data to a Text file in GUI
    By Nathanlll in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 24th, 2013, 04:36 PM
  3. Please help me to do the search edit and delete. PLEASE :(
    By java676 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: March 12th, 2012, 07:34 AM
  4. Java App - Add, Delete, Reorder elements of the buttons
    By alibm in forum AWT / Java Swing
    Replies: 5
    Last Post: March 7th, 2011, 08:46 AM
  5. How to delete and add elements to an array dynamically?
    By k_w_r2007 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: April 21st, 2009, 11:31 AM