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 Mike Lewis 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: Gux
  • Order by date
  1. Gux

    Mem Usage

    I use Crystale Reports .Net. My problem is easy to understand : When I open my application 'Mem Usge' is 10 Mo, when I begin proccess it's 20 Mo and when my Crystal Report is open it's 40 Mo. It's a Windows Application, but it can't run on 'normal' pc. How can I do to have low memory usage ...
  2. Gux

    Printing Problem

    I don't have the some document output when I print using code (PrintToPrinter) or Crystal Report Print button. Margins are not the some, graphics print differently, some characters are not recognized ... Can someone can say me how to botain the same printing please ? Gux
  3. Gux

    Crystal Report .Net

    In design view, using Crystal Reports .Net and Visual Studio .Net, I can't open my report anymore. I have the following message box : "The specified module could not be found" Can someone help me . Gux
  4. Gux

    Oracle and .XSD file

    In fact situation is more difficult that it seems. In my application I have a request to the oracle database to extract informations, and it works coorectly. The problem appears when I try to open my report. It asks me server name, database, password... in a 'database login' box. All I can say...
  5. Gux

    Oracle and .XSD file

    I use Crystal Report .Net. When I use the program on my development pc there is no problems, but when I deploy the application on client pc the program run until it try to open report. In fact the report has an .xsd file as database source, and when it try to open report it ask me database...
  6. Gux

    Deploying problem

    Hello, I use Crystal Report for Visual Studio .Net. I have deployed a windows application, no problem to run program. The framework is well installed. Error happens when I try to open the Crystal Report. I have following message : "Application has generated exception that could not be...
  7. Gux

    Deploying application

    I have an application that is running on my pc. I have created a setup file. I have installed the .net framework and deployed the application on an other computer. There is no problems to run the application but it fail when it try to use crystal report. Error message is the following : An...
  8. Gux

    Installing framework

    I have added a 'Setup and Deployment Project' to my solution and I have created a installer for my project. Is it possible to add the .net framework installation to this installer ? In this case I should install the framework and the program at the some time. Thank you for help. Gux
  9. Gux

    Mem Usage

    When I run mu application, mem usage is growing up. After doing some proccess, and opening a crystal report, I reach 50 MO. When I close this report, mem usage doesn't go down. Does someone can help me : - To avoid using so much memory ; - To clear memory of datatables, datasets, forms and...
  10. Gux

    Cross Tab

    Is it possible, using Visual Basic Code, to modify Text Object in a Cross Tab Object ? I only want to personnalize 'Total' Text object (by ocde)
  11. Gux

    Subreport

    I simply want to prevent CR to preview my subreports in their own 'Preview Tab'. I want only one previewed report. Tahnk you for help. Gux
  12. Gux

    Suppress Empty Subreport

    It doesn't works ! I have two problems following this instructions : - I use Visual Studio so I don't know which CR version I have. (same functions, menus, ... are differents) ; - when I launch program it asks me 'Database Lgin', strange because it never asks it to me before. Please help me...
  13. Gux

    Update Textbox in SubReport

    Thank you, I do it like this and it's ok. Dim SRObj As SubreportObject = Report.ReportDefinition.ReportObjects.Item("SR1") Dim SR1 As New ReportDocument() SR1 = SRObj.OpenSubreport("Sub Report Name") Gux
  14. Gux

    Suppress Empty Subreport

    It's exactly what I have done, it's in a ReportFooter. There are no other objects with it. Strange isn't it ! Gux
  15. Gux

    Suppress Empty Subreport

    Sorry but it doesn't works. Even if I suppress all sections in my subreport (I did it manually) a blank section stays in mu report (corresponding to the subreport object. Gux
  16. Gux

    Suppress Empty Subreport

    When my subreport is empty, nothing is displayed (that's ok) in my report, but there is a blank section. How can I do to avoid this case ? Thanks for your answer. Gux NB I have already checked 'suppress Blank Section'
  17. Gux

    Update Textbox in SubReport

    I do it without problems using following code in the report Dim Report As New RepRow() Dim Text1 As TextObject = Report.ReportDefinition.ReportObjects.Item("tDate") Text1.Text = "123456" How must I do to do it to subreport . Gaëtan
  18. Gux

    Sort Records

    I am sorry if I give you bad explanation, maybe my english is wrong. Initially I have this result 'Financials' 1,000.25 € 'Technology' 500.23 € 'Energy' 10,250.69 € and I can know display this new result 'Energy' 10,250.69 € 'Financials' 1,000.25 € 'Technology'...
  19. Gux

    Sort Records

    Remark : I only use fields in the 'Industry' group header. (Industry Name and Sum of Position) Right Click Report Choose Top N / Sort Group Expert ... Select 'Industry' tab For This Group Select 'All' Based on 'Sum of Position' Gux
  20. Gux

    Sort Records

    I have to group records by 'Industry' but I want records to be sorted by 'Position'. Thank you but I found the solution : I use the 'Top N/Sort Group Expert ...'. Gux

Part and Inventory Search

Back
Top