VB.Net Printing
-
Dear all Its been some time, i have been trying to print bills in CrystalReport using vb.net. I am using VS 2008 & SQL 2005(windows application using vb.net). I am using continueous paper with 13.2 cm width on wep 800 dx printer. i would like to know how to eject paper after printing each bill so that it wont print Blank spaces after the contents. OR How to stop the paper after printing the first bill without ant blank space BILL FORMAT :- COMPANY NAME COMPANY ADDRESS -------------------------------------------- BILL NO : 123 BILL DATE:DD/MM/YYYY -------------------------------------------- ITEM NO1 1000.00 ITEM NO2 530.00 ITEM NO3 450.00 ITEM NO4 1.50 ITEM NO6 2500.00 -------------------------------------------- TOTAL : 4481.50 -------------------------------------------- THANK YOU VISIT AGAIN -------------------------------------------- Thanks in Advance...
-
Dear all Its been some time, i have been trying to print bills in CrystalReport using vb.net. I am using VS 2008 & SQL 2005(windows application using vb.net). I am using continueous paper with 13.2 cm width on wep 800 dx printer. i would like to know how to eject paper after printing each bill so that it wont print Blank spaces after the contents. OR How to stop the paper after printing the first bill without ant blank space BILL FORMAT :- COMPANY NAME COMPANY ADDRESS -------------------------------------------- BILL NO : 123 BILL DATE:DD/MM/YYYY -------------------------------------------- ITEM NO1 1000.00 ITEM NO2 530.00 ITEM NO3 450.00 ITEM NO4 1.50 ITEM NO6 2500.00 -------------------------------------------- TOTAL : 4481.50 -------------------------------------------- THANK YOU VISIT AGAIN -------------------------------------------- Thanks in Advance...
-
depends on printer or you have to work on printer drivers
Best Of Regards, SOFTDEV Sad like books with torn pages, sad like unfinished stories ...
-
go to printers right click and click o server properties add new form according to your settings/dimensions goto cry. report , page setup and thats all , this is the easiest way their are also several other methods/ways to do this
Best Of Regards, SOFTDEV Sad like books with torn pages, sad like unfinished stories ...
-
go to printers right click and click o server properties add new form according to your settings/dimensions goto cry. report , page setup and thats all , this is the easiest way their are also several other methods/ways to do this
Best Of Regards, SOFTDEV Sad like books with torn pages, sad like unfinished stories ...
-
But in this case i have to specify the height also.... but i dont want to specify the length..it should take automatically the contents height..(same like the bill) thats what i want..is there any way? should i need to give through code or some settings?