Rattlesnake
Well-known member
- Joined
- Dec 23, 2003
- Messages
- 47
Hi ,
I have an ASP.net (VS.net 2003) application for Purchase ORders.
I am trying to create a Crystal Report for the Purchase Order so that the user can preview it and print it.
The purchase Order can have a maximum of 10 items in it.
My questions are:
1. How can I base this crystal report on a stored procedure from Sql Server 2000
2. The Purchase Order report will be a grid like report. The items will be listed in a grid. If the items are less than 10 , I want the report to show blank rows , so that the grid is the same size every time. How can I do this??
3. Is there an easier way to print the Purchase ORder , other than using crystal report. I dont want to use the printing from the Web browser.
Thanks
I have an ASP.net (VS.net 2003) application for Purchase ORders.
I am trying to create a Crystal Report for the Purchase Order so that the user can preview it and print it.
The purchase Order can have a maximum of 10 items in it.
My questions are:
1. How can I base this crystal report on a stored procedure from Sql Server 2000
2. The Purchase Order report will be a grid like report. The items will be listed in a grid. If the items are less than 10 , I want the report to show blank rows , so that the grid is the same size every time. How can I do this??
3. Is there an easier way to print the Purchase ORder , other than using crystal report. I dont want to use the printing from the Web browser.
Thanks