How can i design to print Bills and chalan I want the values to be printed from printer.
is it possible from vb6 data report or vb6 standard form
Printable View
How can i design to print Bills and chalan I want the values to be printed from printer.
is it possible from vb6 data report or vb6 standard form
@BP: BP are you from India? If you are then you will have to use more appropriate word than "Chalan" as the other non Indian vbf members might not understand what it is :)
@members: Challan means the requisite form filled to pay cash, cheque, Demand Draft in a bank, tax department ,government office etc.This also means in simple terms official receipt of payment.
@BP: There are many ways to do it. You can design bills in crystal reports, MS word, standard form etc... what exactly do you have in mind?
thanks for that,
My Apologies, that you are not aware of my used term.
Currently the client is using ms word, but I want it to do with standard form, I do not want to use crystal.
Is there any issues with vb 6 form
I am already aware of the term ;)Quote:
My Apologies, that you are not aware of my used term.
No problem as such. You can do it in vb6 form if you want to... It's just that you will have to include extra coding :)Quote:
Currently the client is using ms word, but I want it to do with standard form, I do not want to use crystal.
Is there any issues with vbvb 6 form
extra coding means i have to design the same Bills format on vb6 form using line shape , txtbox etc right?
I have one query; how can i print that form in printer on A4 paper.
Try: Me.PrintForm
Colud you please let me know the code?