Newbies Martial Bachoffner Posted November 24, 2003 Newbies Posted November 24, 2003 Hello, I created database for sales. One for product with taxe, one for product without taxe, one for the inventory of products and one for the sales. Everything works great execpt for the receipt. I need to print the receipt on a thermal printer. In the database for sale, I created a layout with portal of product with taxe and an other one with product without taxe to compile all sales of the same billing. My problem is that I don't print on a Letter format, it's a long printing depending of the number of itmes of the sales. If on one portal I asked for 8 rows and I have 9 articles, I will have the last article printed on a new page. I need all articles in the same printing, like in the supermaket. Thanks for your suggestions. Regards, Martial
McCormick Posted November 26, 2003 Posted November 26, 2003 This is not a solution, just a crutch, but one thing you can do it to build several versions. Have one with 10 rows, one with 15, etc. Then set a Print subscript to choose a layout based on how many items there are. This isn't as bad as it sounds: the layouts would be identical except for one change in number, and you could avoid a long If or Case statement by using the GoTo Layout (value from field) option -- have a calc field that transforms the number of articles into the number of the layout you want.
Ugo DI LUCA Posted November 26, 2003 Posted November 26, 2003 Don't print portal, use the related file instead....
Recommended Posts
This topic is 7667 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now