I need some URGENT help!!! I developed a .Net Web App. I used the Crystal Report system included with VB .Net. to make a report that prints the clients receipt, but I need that same information to be repeated three times in the same page (original and 2 copies). The paper (8.5" x 11") is perforated in thirds. Ive tried to repeat the same info three times in the Crystal Reports document, without success... Ive tried subreports, etc... Any suggestions? Pleeeeeeeease help...
Thanks...Which database are you using?
You can have stored procedure having the query
Select query
Union All
Select query
Union All
Select query
and design the report using that stored procedure
Showing posts with label included. Show all posts
Showing posts with label included. Show all posts
Monday, March 26, 2012
Subscribe to:
Posts (Atom)