invoice form design
-
hi,i am designing a invoice windows form in c# application.in this bill no is autogenerated from databse. date,sale type is dere.book id also in the form element.when i will type the book id then slno,book name,price will be added in list box.and discount total amount etc.but finaly i want to print the page.in billing only billno,date,sale type and listbox data will be dere.i am unable to do this.plz help me its urgent.if u have any billing invoice format and other procedure please give me the idea and logic.how to design a billing invoice for book shop?its urgent plz help me.
-
hi,i am designing a invoice windows form in c# application.in this bill no is autogenerated from databse. date,sale type is dere.book id also in the form element.when i will type the book id then slno,book name,price will be added in list box.and discount total amount etc.but finaly i want to print the page.in billing only billno,date,sale type and listbox data will be dere.i am unable to do this.plz help me its urgent.if u have any billing invoice format and other procedure please give me the idea and logic.how to design a billing invoice for book shop?its urgent plz help me.
If you want to print use either CrystalReports or DocumentPrinter. If you chose DocumentPrinter(I hope it is correct name) you would need to use GDI+ to print to Document. I Suggest to use CrystalReports, because it is easy.
sudhir behera wrote:
its urgent plz help me.
Read the rules. For me it isn't urgent.
-
If you want to print use either CrystalReports or DocumentPrinter. If you chose DocumentPrinter(I hope it is correct name) you would need to use GDI+ to print to Document. I Suggest to use CrystalReports, because it is easy.
sudhir behera wrote:
its urgent plz help me.
Read the rules. For me it isn't urgent.
but i will i add label, list box,textbox etc in crystal report.is this possible to design form in crystal report?
-
but i will i add label, list box,textbox etc in crystal report.is this possible to design form in crystal report?
No. CrystalReport is only for showing and printing. It isn't design to use Textbox or any control that has user input. In design view, you only see on how this invoice or other type of report would look.
-
No. CrystalReport is only for showing and printing. It isn't design to use Textbox or any control that has user input. In design view, you only see on how this invoice or other type of report would look.
but i have designed a invoice windows form how can i convert it into crystal report?is this possible?i want my windows form to be printed in actual printing document.
-
but i have designed a invoice windows form how can i convert it into crystal report?is this possible?i want my windows form to be printed in actual printing document.
sudhir behera wrote:
i want my windows form to be printed in actual printing document.
You want to actually print a Screen shot of that form? For how to use Crystal Reports: Googl is your friend[^]