acedrummond
Posts: 90
|
| Posted: 06/17/2011, 9:19 PM |
|
I'm trying to print labels and need to get a Form Feed ascii 012 after each label is printed.
I wrote a report with report builder and the individual labels are formatted OK; however, there is no pagination.
Any thoughts about how and where to insert a FF?
Thanks/
_________________
Ace Drummond |
 |
 |
jjrjr2
Posts: 131
|
| Posted: 06/17/2011, 11:29 PM |
|
Hi
Maybe this will help
http://forums.yessoftware.com/posts.php?post_id=97578
John
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com
Real Web Development At: http://RealWebDevelopment.us |
 |
 |
jjrjr2
Posts: 131
|
| Posted: 06/17/2011, 11:45 PM |
|
Another thought if this is needed after only one label is printed.
Maybe in the html for the report place a label where the Form feed is suppose to be.
Set the devault vaue for that new label in the properties box to be
chr('12') (assuming U R using PHP)
Not sure of that will work but worth a try.. I think browsers will not pass those type characters to the printer.
John
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com
Real Web Development At: http://RealWebDevelopment.us |
 |
 |
acedrummond
Posts: 90
|
| Posted: 06/18/2011, 11:19 AM |
|
Thanks so much that worked very well. Not hard to accomplish!
_________________
Ace Drummond |
 |
 |