Hi,
I am very new to Crystal Reports. I am developing one Crystal report using existing Crystal report. Few minor Chaanges.
I am using a procedure with Ref Cur as out parameter as a data source to crystal Report
Like
Open cur_out for
Select * from table1
order by column1 , column2
When i excute this query records were displayed in one order but in crystal report in another order.
I want to display the records as same as query output.
Details of Crystal Report
Report Contains
Page Header
Detail a
Detail b
Detail c
Fotter.
Please suggest me on this