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 rohithere

  1. rohithere

    Very Imp Question

    Hi, I created an Accounting software in Java Swing.The application got completed and around sep-2003 the client said that for the purpose of transferring of a/cs from their old software to our new software sold he wants that whatever new A/cs he opens,its Opening Balance should reflect the date...
  2. rohithere

    VERY SERIOUS PROBLEM. PLEASE HELP!

    Hi, I tried your solution,There is a new problem in it.It is displaying the records of the first page as usual, But in the second page it is repeating the records of the first page. Kindly help me solve it. Thanks for u r help.
  3. rohithere

    VERY SERIOUS PROBLEM. PLEASE HELP!

    Hi, I had made a report having CardLayout as its Layout Manager.This report spans multiple pages(i.e. cards).I had problem with this setup e.g. It used to miss some records on each cards .Also It used to give wrong totals.So I combined all records of all cards into one single card.This way it...
  4. rohithere

    VERY SERIOUS PROBLEM. PLEASE HELP!

    Hi, I had made a report having CardLayout as its Layout Manager.This report spans multiple pages(i.e. cards).I had problem with this setup e.g. It used to miss some records on each cards .Also It used to give wrong totals.So I combined all records of all cards into one single card.This way it...
  5. rohithere

    How to retain values between cards in an CardLayout?

    Hi, Well it is like this: In SalesReport.java I retrieve the value from th db and based upon the values retrieved(stored in array) I determine the num of pages it will span for displaying.Then I pass those values to the above code file by calling its constructor in a for loop , having the...
  6. rohithere

    Serious Print Problem!!!

    Hi, Actually it was absolutely necessary,that's why I did it. But the question is how to solve this problem???
  7. rohithere

    How to retain values between cards in an CardLayout?

    Hi, the foll is the code: class SalesReportStateCityWiseView extends JPanel implements Printable { SimpleDateFormat formatter = new SimpleDateFormat ("dd/MM/yyyy"); DecimalFormat numberformatter = new DecimalFormat("#0.00"); Font f; FontMetrics fm; int pageno...
  8. rohithere

    Serious Print Problem!!!

    Hi, I had made a report having CardLayout as its Layout Manager.This report spans multiple pages(i.e. cards).I had problem with this setup e.g. It used to miss some records on each cards + It used to give wrong totals.So I combined all records of all cards into one single card.This way it does...
  9. rohithere

    How to retain values between cards in an CardLayout?

    Hi, How to retain values between cards in an CardLayout? I have a report which shows certain records.This report has card Layout as its layout manager and each pages of the report are actually each card. Now,I want to take the totals of 1st card(i.e. Report's Page)and add it with the totals of...
  10. rohithere

    Print the content of Jscrollpane???????????????????????

    Hi, 2 questions: 1) how to make the the non-viewbale scrollpane area viewable? 2) what is Batik and/or Cocoon which renders Graphics devices to SVG, and FOP which can create PDFs from several formats.?
  11. rohithere

    Print the content of Jscrollpane???????????????????????

    Hi, Bur how to print the content of the scrollpane which is not visible on screen and lies at the unseen part of a long scrollpane page. ??????????????????
  12. rohithere

    Print the content of Jscrollpane???????????????????????

    Hi, May I know whether we can print the content which is inside a scrollpane (although some portion of the content is out of viewable screen size) to printer? IT IS VERY VERY URGENT. Kindly HELP. Thanx in advance.
  13. rohithere

    sql server dba interview questions

    Hi, Thanks. So my friend had to say only there points for the question asked to him: * Number of concurrent users * Number of servers (ie was it 1 server or multiple servers with or without replication). * Approx. number of records in the main tables and number of main tables. * What...
  14. rohithere

    sql server dba interview questions

    Hi, Thanks for u r help. the max number of concurrent users the db has seen refers to the programmers who access the db OR the general public who visit the site????????

Part and Inventory Search

Back
Top