-
Hi there
I have a table in which the following fields are there voucher no.
debit account
credit account
debit amount
credit amount
narration
Now I want to print a voucher which is going to be stored in filling system
The format is like this
------------------------------------------------------------
Debit account debit amount
Total Debit amount
Dollors in words for eg(two thousand dollors)
narration for eg(The amount paid for so and so purpose)
Signature checked by signature of payee
------------------------------------------------------------The debit account and debit amount can be more than one also depends on the transaction
If I can have a print out like this then How? Please help
-
I think we need more info. Is the data in a text file or database or what. You can just send it straight to the printer
Printer.Print stufftoprint
or use the Datareport thing in VB