Hi all,
I am converting a price tag generation app for our retail furniture application. The report(tag) has a bitmap, several text fields in mixed fonts and two fields that catch variables made up of blocks of text that are created by the program before it prints. myvar= field+” “+field+…+chr(13), etc.) These are all smaller than the space on the tag and are directed to stretchable text boxes.
The problem is when I direct the tag(report) to various Laserjets with the ‘prompt’ keyword, extra copies will print. If I accept the “all” button for the pages setup within the print dialog, the tag will print as many of the one page report as I allow. In order to get only one page I have to select "pages 1 to 1". Unfortunately, the default is 1 to 65534. I am convinced that if I let it, it would print all 65534 of them.
Does anyone have any insight into this behavior or a way of getting the “pages” range to default to 1 to 1?
Thanks for your help.
Steve
I am converting a price tag generation app for our retail furniture application. The report(tag) has a bitmap, several text fields in mixed fonts and two fields that catch variables made up of blocks of text that are created by the program before it prints. myvar= field+” “+field+…+chr(13), etc.) These are all smaller than the space on the tag and are directed to stretchable text boxes.
The problem is when I direct the tag(report) to various Laserjets with the ‘prompt’ keyword, extra copies will print. If I accept the “all” button for the pages setup within the print dialog, the tag will print as many of the one page report as I allow. In order to get only one page I have to select "pages 1 to 1". Unfortunately, the default is 1 to 65534. I am convinced that if I let it, it would print all 65534 of them.
Does anyone have any insight into this behavior or a way of getting the “pages” range to default to 1 to 1?
Thanks for your help.
Steve