Click here to Skip to main content
15,906,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello people
I am currently developing a small accounting programm for my company.I have a problem concerning the programms prontouts. Specifically, there a standard two page form that is printed at the end of every day which contains the days transactions. The problemm is that this document(which cannot be changed in any way) contains a lot of boxes lines and text that are always the same. Is there a way of implementing it in the printout witaout actually coding the whole thing with draw()? Specifically the data tha change are prices,sums and product names.

Thank you!
Posted

1 solution

The only way to do this is to measure the form and find out the actual position and size of each box to be filled. You then need to write code to print the relevant values at the specific positions on the page. This tutorial[^] should help you work out what is needed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900