Click here to Skip to main content
16,011,849 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi... I need to bind the Record in Crystal Report in following Format how to do it

Salary  Department  Name  S.No    Salary   Department   Name   S.No


15000     AAA            bbb     6        15000       AAA            bbb       1

15000     AAA            bbb     7        15000       AAA            bbb       2

15000     AAA            bbb     8        15000       AAA            bbb       3


15000     AAA            bbb     9        15000       AAA            bbb       4

15000     AAA            bbb     10      15000       AAA            bbb       5




i return the record in the dataset but i don't know to bind in this format
i need step by step process. Important is S.NO Must in this Format only
Please Provide the solution to solve this problem





Posted
Comments
[no name] 2-Dec-12 1:30am    
Did you ever tried to create the Report ??
ispiders 2-Dec-12 1:56am    
no am new to crystal report
ispiders 2-Dec-12 7:11am    
hi i bind the records but the things is i cant make the S.No start with Right and Start as 1 to etc can you help for an arabic project

Hi,

This is the very basic report in crystal report. you need to associate your data in the detail section. have you tried something to create this report ?


You do not need any special logic, even wizard will work for you. you can follow steps given in wizard mode in crystal report.

hope this information help you.
 
Share this answer
 
Comments
ispiders 2-Dec-12 23:50pm    
i bind the record as i mentioned above.. but the problem is i need to bind Right to left order position for that only am asking how to do it
AmitGajjar 3-Dec-12 0:34am    
ok. You have added multiple text area to bind your columns, that you need to arrange reverse order. hope you got it.
ispiders 3-Dec-12 0:44am    
can you help me how to do that am new to crystal report
AmitGajjar 3-Dec-12 0:48am    
Sure, http://www.codeproject.com/Articles/142064/Step-by-Step-Creation-of-Crystal-Report-using-its

Open above URL and see the Image17, there you need to arrange your column according to the sequence you want.

now is that work for you?
ispiders 3-Dec-12 5:38am    
i cannot get the result i go throu the url which you sent. but its the serial no is not working
The format you've given is quite simple.. Try to work out on your own.. You'll probably get your solution... If after you find any difficulties, let us know :)
 
Share this answer
 

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