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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tikual

  1. tikual

    Install XML::LibXML module problem

    Hi all, I would like to install XML::LibXML to a Solaris 9 machine but got some error messages. Anyone know how to fix it? Thanks! root@bill02 # perl ./Makefile.PL LIBS='-L/usr/local/lib -L/usr/lib -lxml2 -lm' INC='-I/usr/local/include -I/usr/include -I/usr/local/include/libxml2/libxml'...
  2. tikual

    Limit the output

    Thanks r937 and ingresman! tikual
  3. tikual

    Limit the output

    Hi DonQuichote, It seems that LIMIT only limits a range of output but not output 20 records each time. tikual
  4. tikual

    Limit the output

    Hi all, If the selected output are 100 records, is it possible to output it 20 records each time? I want to get the result by 5 times. Thanks all! tikual
  5. tikual

    count base on 2 criteria

    thanks Glenn! tikual
  6. tikual

    count base on 2 criteria

    Thanks Rofeu, where can I find this information? I still not fully understand its usage. tikual
  7. tikual

    count base on 2 criteria

    Thanks a lot!! But, could you please let me know what is the meaning of the sign -- before the array? I don't know why it works. tikual
  8. tikual

    count base on 2 criteria

    I am sorry about my situation is under Excel. Thanks. tikual
  9. tikual

    count base on 2 criteria

    Hi all, I have a table like this: Server Brand Type ABC Sun Server BCD Sun Tape Drive EFG Dell Server JKL Sun Server Result 2 If the row matches to "Sun" and "Server", then I would like to count it and the result should be 2. I try function "match" or "if" but not...
  10. tikual

    How to use Mailx to send bcc with rebound email?

    Hi, I would like to run it in command line with bcc and -r options. But ~b is run in input mode and -r will also disable ~ tilde commands. So, how to send mail with bcc and rebound mail? Thanks tikual
  11. tikual

    How to use Mailx to send bcc with rebound email?

    Hi all, In HP, I know I can send mailx -s "test" -r email@address.com ..... < file and echo "~b email@address" > outputfile ; mailx -s "test" email@address < outputfile But, how can I send mail with bcc and rebound mail(-r) together? Thanks a lot! tikual
  12. tikual

    Want an explanation

    Hi all, public void paintComponent(Graphics g){ super.paintComponent(g); : : Why super.paintComponent(g) is needed? Thanks tikual
  13. tikual

    How to draw in JPanel

    Hi Greg, I have implemented MouseListener and it could draw. But I would like it draws according to my comboBox choice. How to do that? Thanks tikual
  14. tikual

    How to draw in JPanel

    Hi, Thanks for timw answer, one more question. How can I click on a same panel and it draws circle/rectangle or something according to my choice in comboBox? Thanks tikual
  15. tikual

    How to draw in JPanel

    Hi all, I create a JFrame and add a JPanel at the center. Then how to draw something to this panel? Do I need to create a circle class or rectangle class and then add by JPanel? If yes, can anyone give me example? Thanks a lot! tikual

Part and Inventory Search

Back
Top