Search:

Type: Posts; User: habiler

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,372

    Re: How to populate a jPanel?

    Thanks Jim
  2. Replies
    2
    Views
    1,372

    How to populate a jPanel?

    Hello the Community,

    I try to display the result of a resultset in a JPanel but it does work.
    In a textArea it works. But the problem is you can write in it.

    Thank you for your advice.

    ...
  3. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    How can i store the righy value in this case the birthdate of Julien (24/5/1993) in txtChildBirth.
  4. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    Sorry

    3478 HABILS JULIEN 1993-05-24
    3478 HABILS THIBAULT 1996-06-27

    But cboChildName.addItem(firstName); HABILS JULIEN
    txtChildBirth.setText(Naiss); 1996-06-27

    --- Update ---
  5. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    iN POST #3 THERE ARE fakes data.



    In reality

    3478 HABILS JULIEN 1993-05-24
    3478 HABILS THIBAULT 1996-06-27

    But cboChildName.addItem(firstName); HABILS THIBAULT
  6. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    Sorry Norm

    SQL Statement:
    3478
    ID: 3478.0, First Name: HABILS JULIEN,BIRTHDATE: 1993-05-24 00:00:00.000000
    ID: 3478.0, First Name: HABILS THIBAULT,BIRTHDATE: 1996-06-27 00:00:00.000000
  7. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    3516
  8. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    How can i put the right birthdate in txtChildBirth
  9. Replies
    15
    Views
    1,492

    Re: ResultSet and variable to be define.

    1234 Eric 1/1/2000
    1234 Patrick 23/4/2010

    That's OK.

    But cboChildName.addItem(firstName); Eric
    txtChildBirth.setText(Naiss); 24/4/2010
  10. Replies
    15
    Views
    1,492

    ResultSet and variable to be define.

    Hello everybody

    I have problem with my variables.
    The data's of my table enfts are :

    1234 Eric 1/1/2000
    1234 Patrick 23/4/2010

    When 1234 is selected then Eric and Patrick appair in...
Results 1 to 10 of 10