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

    Load report failed

    Hi, i've installed my .net application on a win2000 pc. There is installed the .net framework. When I start the application I geht this error message: "load crpe32.dll failed ...load report failed" ... I added this component to my setup project: - the .exe - merge modules...
  2. lutzs

    Count records where text = " " ...

    Hi! I will count all records where field_6 = "Text" or "Text2". I have this formula: if ({F6}= "TEXT1" or {F6}="TEXT2") then 1 It works fine but I will count this records. What can I do? Thanks, Stephanie
  3. lutzs

    Install Crystal Reports?

    Hello together! Yesterday I have an error message when I start my c# program. The message is "... the JIT debugger is not available ..." The Framework is installed on a Win2000 machine. From my program I provided a setup and installed it on the PC. In the program a CrystalReport is...
  4. lutzs

    foreach with new DataTable

    Hi, i've created a new dataTable in my dataSet. It works fine, I can see the data with the dataGrid. Now, I will read some rows of this table. I use a foreach- statement: foreach(DataRow dr_devise in dataSet.t_test.Rows) { ... } But however nothing happens. Is this table not recognized? What...
  5. lutzs

    Show subrepot 1 time!

    Hi, i have a .net application with a crystal report. There is one table dtt with this fields: - customerID - securities - securitie_text - others - ID The structure of the table is this for example: customerID securities securtie_text others ID 1 55896...
  6. lutzs

    SubReport only once indicate

    Hi, i have a .net application with a crystal report. There is one table dtt with this fields: - customerID - securities - securitie_text - others - ID The structure of the table is this for example: customerID securities securtie_text others ID 1 55896...
  7. lutzs

    Display DataTable with CrystalReports

    Hi, for many days I'm concerning with the following problem: I have a .net application with a crystal report. There is a dataSet with 3 tables. Two tables are from my database (Table KUNDE and BESTAND). For the third table DTT I've created a DataTable with datacolumns. My problem is...
  8. lutzs

    problems with cr and DataSets

    Hi! For many days I'm concerning with the following problem: I have a .net application with a crystal report. There is a dataSet with 3 tables. Two tables are from my database. For the third table I've created a DataTable with a column. My problem is representing contents of this third table...
  9. lutzs

    CR and DatabaseField

    Hi, there is a crystal report and a .net application. The report is added to the application. There are fields of my dataSet on the report. When I open the report with CR and click the "Preview" of my page I get this message: "ADO.net(XML): Please enter connection information ...
  10. lutzs

    Print the field of my dataset with CR

    Hi, I add a field of my dataset in the crystal report (.net application). When I click a button I print this report. But the dataset field isn't printed at my report! For control, I get out the field with a MessageBox.Show and the value is correct. What is the problem? I work with MS...
  11. lutzs

    Dont't print the report field

    Hi, I add a field of my dataset in the crystal report (.net application). When I click a button I print this report. But the dataset field isn't printed at my report! For control, I get out the field with a MessageBox.Show and the value is correct. What is the problem? I work with MS...
  12. lutzs

    Invalid log on parameter

    Hi, there is a dataset in my application. I add a column of this dataset in my crystal report. I start the program and I will print this report. I get this error message by click the button: "Unable to connect: invalid log on paramter" The error is in line...
  13. lutzs

    incorrect log on parameters

    Hi! I have a .net application with two crystalreports. I will print the one report. On this report is new a database field. And now, I can't printing. The error message is: "Unable to connect: incorrect log on parameters". Before I add the database field I could print. Here is my...
  14. lutzs

    add datacolumn to crystalreport

    hi, in my .net application is a dataset with a datatable "t_pname" and the column "name". It works fine. In my application is a crystal report, too. Now, I will add the column "name" in my crystalreport. In the crystal database expert I browse the data source for...
  15. lutzs

    Insert a c# command in CR

    Hi, i have a c#- command for asking the name of my .net application: Application.ProductName Now, I will insert the result of this command in my report. The crystal report is in my .net application. Is it possible? Thanks, Stephanie
  16. lutzs

    Export crystal report (.net)

    Hi, i have a problem with export a crystal report to pdf. I show an existing report with the crystalreportviewer. There exist a button "export" to export the report. But I will export the report to pdf automatically, without click the button. I work with the sample report from...
  17. lutzs

    Export with CrystalReportViewer in VS.net

    Hi, i show an existing report with the crystalreportviewer. There exist a button "export" to export the report. But I will export the report to pdf automatically, without click the button. I work with the sample report from Microsoft Visual Studio.net: C:\Program Files\Microsoft...
  18. lutzs

    Export with CrystalReportViewer in VS.net

    Hi, i show an existing report with the crystalreportviewer. There exist a button "export" to export the report. But I will export the report to pdf automatically, without click the button. I work with the sample report from Microsoft Visual Studio.net: C:\Program Files\Microsoft...
  19. lutzs

    Problems with the dataset

    Hi, i have a Dataset (dataSet) and two tables there: table "I_ABC" and "RESULT" The table RESULT has two columns: ID and STH The table RESULT is my output table and i will load the column of I_ABC in my table RESULT: I_ABC.ID > RESULT.ID This is my code: foreach(DataRow...
  20. lutzs

    view the updated datasets in the report

    Hi, i add a column to my dataset. I'm not able to display the the updated dataset in the report. There is a c#- application and an ado.net dataset. Thanks, Stephanie

Part and Inventory Search

Back
Top