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...
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.
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...
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...
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...
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...
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...
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...
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.?
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.
??????????????????
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.
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...
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????????
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.