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 derfloh 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. iamsiraj

    Hello , I am writing a java prog

    Hello , I am writing a java programm to Get HttpURLConnection and authenticate the web page, So Could yo pleae tell me how to achive this(How to use Authenticator.getPasswordAuthentication() ) 2.How to compute the responce time i.e the time taken to load the page after authenticating. Is...
  2. iamsiraj

    URL responce time

    Hello, I am writing java program to compute the following things.Could some one advise me how to achive the following stuffs: 1.Time taken to load a web page i.e responce time of URL.(Using HttpURLConnection i am able to get reponce message and responce code). 2.How to redirect a URL and...
  3. iamsiraj

    java.net.ConnectException:

    Hi frag, Thanks for the reply, I had not set the proxy setting; I just came to know a bit late and i added the following stuffs in my code and it works fine for me. System.getProperties().put( "proxySet", "true" ); System.getProperties().put( "proxyHost&quot...
  4. iamsiraj

    java.net.ConnectException:

    Hello, I am trying to get the http responseMessage/responseCode using the following peace of code (Java.net.* package) ****************************************************** URL url = new URL("http://e-docs.bea.com"); HttpURLConnection httpconn=null...
  5. iamsiraj

    goupby with different parameters

    Thank you very much, it has answered my Question
  6. iamsiraj

    goupby with different parameters

    I have a question related to Crystal Report . I am trying to carry out <Group by > clause in the designer , and the options are read from the parameters. I will try to explain the issue in terms of query : Select aaaa,bbbb,cccc,dddd,xxx, yyy from the table where xxx = “value” and yyy=”Value”...
  7. iamsiraj

    suppressing columns based on some condition

    Hi, Can some one tell me, how do we suppress the Column based on some condition using CrystalReport 9.0 ? For example i have 6 columns on my report. Based on some condition i want to show only 4 columns at run time,so how do i hide the other 2 columns. Actually i tried suppressing the Field...

Part and Inventory Search

Back
Top