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