I have a Stored Procedure that print orders.
This is link with a Crystal Report.
Every Order line print on this report.
My problem is that if i have lines:
1
2
3
4
5
6
7
8
10
11
it won't print in this order but in THIS order:
1
10
11
2
3
4
5
6
7
8
9
Why I might doing wrong. As my stored procedure is very too long to post it here..
This is link with a Crystal Report.
Every Order line print on this report.
My problem is that if i have lines:
1
2
3
4
5
6
7
8
10
11
it won't print in this order but in THIS order:
1
10
11
2
3
4
5
6
7
8
9
Why I might doing wrong. As my stored procedure is very too long to post it here..