Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. petold

    Tables to DB2 from Microsoft access

    MR.Blom I got it........I thank you for your help...... I understand how I have to do it right after I wrote the last message. Thats typical, you wait to write a reply untill you tried everything and when you write a reply you immediatlly understand how to do it.LOL Again. Thx for your...
  2. petold

    Tables to DB2 from Microsoft access

    Mr Blom. Thx for the answer. I'm not so familiar with DDL and IXF files though. I've done what you said down to drop the table. Recreating it using the ddl and import using the IFX file makes me have to stop cause I dont know how to do it. Plese guide me some more. I will try to make it work but...
  3. petold

    Tables to DB2 from Microsoft access

    Hi all. Im trying to copy tables from Microsoft access to IBM DB2. I've managed to create connection between the 2 Db´s through DB2 ODBC. I've also succeeded in copy one table to DB2. Now to the problem: DB2 doesn´t seem to understand the primary key set in MS access so I need to do that...
  4. petold

    Background in a JPanel

    "this.setBackground ( Color.white );" Nope, tried that.....dont work. "Do you want the background in the JLabel white, or the JFrame?" I guess it is the JFrame that souhld be white. More suggestions? //Peter
  5. petold

    Background in a JPanel

    Im stuck with this problem that should be an easy one to solve, even for me :-) but I cant figure it out. Need someone to take a look at the code and maybe slap my face because I cant make this out....lol. I whant the background in ths JLabel to be white and not the default grey. Ive tried the...
  6. petold

    cursor problem

    thx...will try it now...
  7. petold

    cursor problem

    Hi all. Im creating a chat system and have a question about the cursor. The Gui is set up as follows: I have a chatArea where all the dialogs shows (JTextArea), I have a message window where you type what you wanna say (JTextField). Here is the question. When the program starts I would like...
  8. petold

    Passing arrays to methods, can´t resolve symbol

    wow,thats a quick reply...... Thx very much, that did the trick, now i must get the method to work properly....
  9. petold

    Passing arrays to methods, can´t resolve symbol

    Hi i´m a newbie at java-programming and im not an english spoken man but i´ll try to make you understand my problem. When i´m trying to pass an array to a method, the compailer says it cant resolve symbol. I´ve read my java-book and it isn´t helping..... This is the code: //MedelAlder.java...

Part and Inventory Search

Back
Top