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 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,
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,
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,
In an interview my friend was asked the foll question:
Tell me about the size of the database youhave maintained and the complexity of it?
Well, actually iam confused as should he be telling size really large or small and complexity in terms of what??
please explain to me giving examples...
Hi
My application is created in swing.There is one report where there are many values displayed in one page only(earlier the values were broken into various pages eg: 1.1,1.2,2.1,2.2 etc.I displayed it again in one page only done this way because breaking it to next page missed some...
I have a java stand alone application in swing.Now whenever there is an error or i have to perform bug fixing ,i have to close that open application and make changes then compile and run it.
It happens to be very tiresome as i have to do it again & again.Is there any solution to it????
Please...
Hi,
I have created a report in asp.it has a download report button.Now when the user clicks on this button How can i make him save it to his local disk.
IT IS URGENT
Thanx in adance.
Hi,
While saving stored procedure i get the following error:
Error 1008: The select item identified by the order by number 1 contains a variable as part of the expression identifying a column position.Variables are only allowed when ordering by an expression referencing a column name...
Hi everybody,
Iam developing a report for my client.Suppose For eg: I have 3 tables ie.table1,table2,table3 and I want to inner join table2 and table3 to table1.Can it be done?
Eg:
SELECT blah,blah
FROM table1 inner join table2 on table1.id=table2.id inner join table3 on...
Hi Everybody,
I have created a stored procedure which takes multiple parameters.But the date range para passed is optional on the part of the user.In the stored procedure definition i have specified para for it.Now if the user does not select the date range,the stored procedure would...
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.