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 TouchToneTommy 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: *

  • Users: rohithere
  • Content: Threads
  • Order by date
  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 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...
  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

    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...
  5. 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...
  6. 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.
  7. rohithere

    sql server dba interview questions

    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...
  8. rohithere

    paging reports in swing

    Hi, How is paging of reports is done in swing??????????? Thanx.
  9. rohithere

    what does this piece of code do

    hi, what does this piece of code do: Component cc = ((JScrollPane) c).getViewport().getView(); thanx
  10. rohithere

    Printing in java

    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...
  11. rohithere

    refresh Swing App???

    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...
  12. rohithere

    How to compile & run java files through batch file ???

    How to compile & run java files through batch file ???
  13. rohithere

    screen width & height query

    Hi, I want to find out the screen width & height in vbscript.How can i do so??? Please help. IT IS URGENT. THANX in advance..
  14. rohithere

    DLL Solution ?

    Hi, I have a dropdown menu built in javascript.I want to make a DLL of it.How can I do so??? IT IS VERY URGENT.
  15. rohithere

    Download Option in Report

    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.
  16. rohithere

    Imp

    Hi, How can I protect my photo on web so that nobody can copy it? Is there a way??? Thanx in advance.
  17. rohithere

    Order By

    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...
  18. rohithere

    Joins

    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...
  19. rohithere

    Stored Procedures

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

Part and Inventory Search

Back
Top