jpinto1167
MIS
I created a report that contains sub-groups. In these groups I do have group footers in which I have a single textbox that contains an expression like:
"Total Batches " & IIf([hard drive]>""," For Hard Drive " & [hard drive] & " ","") & " = " & Count([Sdpbatch])
It works ok but when I program the textbox to contain a border around the textbox It look very well in the preview mode but when you print the report the border got shrinked and move to the left but the textbox remain in the same position and size. The font being used is Times New Roman and I changed to Tahoma but still have the same problem. The textbox have the can shrink and can grow options to false.
Could you please help me on this issue?
Thank you
"Total Batches " & IIf([hard drive]>""," For Hard Drive " & [hard drive] & " ","") & " = " & Count([Sdpbatch])
It works ok but when I program the textbox to contain a border around the textbox It look very well in the preview mode but when you print the report the border got shrinked and move to the left but the textbox remain in the same position and size. The font being used is Times New Roman and I changed to Tahoma but still have the same problem. The textbox have the can shrink and can grow options to false.
Could you please help me on this issue?
Thank you