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 bkrike 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 MAF

  1. MAF

    printing in java

    Hi!! I want to print data with a network printer, wich is not the default one in the server, but it is in the client. How can I do it?
  2. MAF

    Data Recovering

    Hi!! Can anyone tell me how to use the RECOVER utility and if it would be helpful in a BTRIEVE ERROR 2? And where can I find good documentation on Btrieve? Thanks M.
  3. MAF

    opening a browser?

    Try Runtime.getRuntime().exec(command), where command is the path and file name to the program you want to execute. Good luck!!
  4. MAF

    Writing in client side

    Hi!! I just wanted to know if there's a way to write a file on the client side from within a servlet. I think it's not possible, but, if you know a way, please let me know. Thanks in advenced M.
  5. MAF

    Execute program from servlet

    Hi!! I want to execute an .exe program from a servlet. Can you give me an idea on how can this be done? Thanks M.
  6. MAF

    self-calling servlet

    Hi!! I have a problem with a servlet accesing DB. I want it to call itself, so I can see if any new recod has been inserted. is that possible? Or how can I do several calls to a servlet in 1 thread? Thanks in advance

Part and Inventory Search

Back
Top