User Profile

Collapse

Profile Sidebar

Collapse
SelvaSA
SelvaSA
Last Activity: Mar 27 '07, 02:34 AM
Joined: Feb 13 '07
Location: Pondicherry
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SelvaSA
    started a topic How to print a PDF file using java
    in Java

    How to print a PDF file using java

    How to summarize the PDF and print it in default printer.
    See more | Go to post

  • SelvaSA
    replied to Watch a folder using java
    in Java
    My code has to watch every 5 seconds if any files copied by the user,if it is true, code has to detect and print to default printer.
    See more | Go to post

    Leave a comment:


  • SelvaSA
    started a topic MySQL Error..

    MySQL Error..

    Dear All,

    I have tried to login to the MySQL database using command prompt show the following error.

    "mysql:Acce s denied for user 'ODBC'@'localho st'. I have been working on the Admin rights only.

    Please help me what is the error this is.

    Regards,
    Selva
    See more | Go to post

  • SelvaSA
    started a topic Watch a folder using java
    in Java

    Watch a folder using java

    Dear All,

    I am doing my project is to print the files whatever the users are putting into the folder, which i have created and mapped.

    I have query how to watch a folder with the time period of 5Seconds.

    Please any help me out how to do this one.

    Thanks in advance.

    Regards,
    Selva
    See more | Go to post

  • SelvaSA
    replied to How open a selected file using Java Servlet
    in Java
    I can able open a file from selected location.I want edit ,but I can't due to file is opened at background .As default ,this opens a excel with empty file. If i am saving opened file, that is opened file from selected one.

    Anyone help me out, how edit a opened file.

    Regards,
    Selva
    See more | Go to post

    Leave a comment:


  • SelvaSA
    started a topic How open a selected file using Java Servlet
    in Java

    How open a selected file using Java Servlet

    Hi All,

    I can able to create a excel file using POIFS plug-in from Jakarta, but i want open already created file from a selected location.

    Here i am pasting my code to generate excel file.

    esponse.setCont entType("applic ation/vnd.ms-excel");
    PrintWriter out = response.getWri ter();
    String filepath="E:/share/PAR.xls";
    response.setHea der("Content-Disposition",...
    See more | Go to post

  • How to open and read cell values of MSEXCEL using java

    Hi All,

    I am newbie to this forum. I have tried to open excel file using java, but problem is how read contents of excel cells.

    I have tried same in VB, but i don't know how to do it using java.

    Here is the my VB code, someone help using same in JAVA.

    Set objexcel = CreateObject("E xcel.applicatio n")
    objexcel.Visibl e = True
    objexcel.Workbo oks.Open (filePath+"\fil ename.xls")...
    See more | Go to post
No activity results to display
Show More
Working...