Click here to Skip to main content
15,910,277 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using VS2008 and I'm new to crystal report

In my program there are some fields for saving phone numbers
for any record.

when I enter two numbers for mobile number(for instance) ,in the report it shows the data into two records but i want it to be in a single row for reporting

Is it possible to do that?

thanks in advance
Posted
Updated 14-Jul-17 0:18am

Yes it is possible.

when I enter two numbers for mobile number(for instance) ,in the report it shows the data into two records but i want it to be in a single row for reporting

Looks like you are using a table and you are just mapping each column with the values retrieved.

You can concatenate two field values into one. Just do something like:
Field1Value + " " + Field2Value
 
Share this answer
 
thank you for your answer

but how can I do that in crystal report?
As I said I'm new to crystal report
I know a little about writing fromulas in CR but I don't know how to use it in a report

would you please explain it more?
thank you very much
 
Share this answer
 
you are rightjghf

jhgfd


jhgfd

nhgcx
xfcgh

cvbnm,ds

sdgfgjk
 
Share this answer
 
Comments
Richard Deeming 14-Jul-17 9:48am    
Remove this non-answer, or you risk being banned from the site.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900