Label Printing
I created couples of report using Report Builder 6.0.8.27.0. First report gives information about time of opening tender, date, file # and description. Other reports just print the file number. I used the report wizard and selected tabular report. After I finished the wizard I changed the lay out to suit for my label. I got a label paper holding only one row with size 4.5" x 1". I changed the width and height property for header, main and trailer section to 4.5" and 1" respectively. I run these report from the forms passing parameters for page size Add_Parameter(pl_id,'PAGESIZE',Text_Parameter,'5 x 1');
0