hi
i'm going to import an XML file into crystal reports XI
when it comes to the selection tables it shows all tables but when I want to link them it does not show the fields of some tables and there is a field named "body field" instead of the fields of table
is there any the problem with the...
I'm using VS2008
I wrote a program and used crystal report in my report
but when I tried it in another computer it shows an error(named Database Login)
I'm going to display some fields into one single field
for example:
string s = fields.field1 + " , " fields.field2
but I want to show them like this
fields.field1
fields.field2
that both fields are in one another field
how can I do that?
thanks
I'm going to insert a picture in my report
there is no field for images or address of images in database
there is a folder that contains images and it is located in a folder in the main project folder
the names of images are the IDs of each record
how can I load images for each record?
thanks
Hi All
I'm going to display all data from all tables that are linked outer join (everytable to another one) in one report(in crystal reports)
but it shows this error:
"
can not determine the queries necessary to get data for this report
Details: this query cannot be performed. the link orde...
Hi
Given the following data being sent to Crystal....
ID Val
1 A
1 C
1 F
2 C
2 B
...can it be displayed as follows?
ID Val
1 A, C, F
2 C, B
I have searched and tried this formula but it did not work correctly
(Group Header section)
shared stringvar b;
b := '';
(Detail section)...
I am using VS2008 and I'm new to crystal report
In my program there are some fields for saving phone numbers
for any records.
when I enter two numbers for home number(for instance) ,in my report it shows the data into two records and i want it to be in a single row for reporting
how can I do...
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.